Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Annoying problem...
« previous next »
  • Print
Pages: [1] 2

Author Topic: Annoying problem...  (Read 4479 times)

Offline Raen Ryong

  • Skyrunner of Dragonia
  • Associate
  • *
  • Posts: 130
  • Raen Ryong... Skyrunner. Dragonic Soveriegn entity...
Annoying problem...
« on: July 06, 2006, 10:46:01 AM »
I'm playing through a battle, just as normal. I use a skill and suddenly the game quits and gives me the message, "Event script referenced to a monster that does not exist".

"Event script referenced to a monster that does not exist"... yes, I use battle events in the battle, but there is only one monster! All of the battle events are also triggered on the first turn... so none are ongoing.

I've checked them thoroughly, and there's nothing wrong with the events themselves. However, despite the fact there is nothing wrong with them, the problem still ONLY occurs when they are present.

Has anyone else had this problem? Any solutions? Anything I'm missing?

I'm not a noob at scripting so I know there's nothing wrong with the events themselves.

EDIT: THIS PROBLEM DOES NOT DISAPPEAR! :(
Logged
Raen Ryong...
Skyrunner of Dragonia...
Guardian of all worlds...

Hoard and covet not, but be brave and free. Quest always after knowledge and slowly learn to know what science cannot see. Seek and strive for learning, be temperate and wise, for skill and wisdom only will help us to survive.

Offline Emerates

  • A. Hermit Esquire
  • Exemplar
  • *
  • Posts: 1,027
    • Emerates' Freewebs Site
(No subject)
« Reply #1 on: July 06, 2006, 12:52:17 PM »
I don't even use battle events (yet) and I still get that problem sometimes.  I also get it whenever I try to make my caterpillar system work.  The battle thing is just my comp. being gay, but I probably effed up the cat system or something...  Not sure if that really helps....

Try fiddling around with the monster and monster groups and stuff.  That might help.
Logged

Offline Raen Ryong

  • Skyrunner of Dragonia
  • Associate
  • *
  • Posts: 130
  • Raen Ryong... Skyrunner. Dragonic Soveriegn entity...
(No subject)
« Reply #2 on: July 08, 2006, 08:05:17 PM »
Thanks for the reply, but the monster group appears to be absolutely correct and the coding also unlikely to be wrong (it's a Show Message... what could possibly go wrong...?)...

It always seems to occur when I use a certain skill, and only in that boss fight. I've checked the battle animation and skill setup and it's fine. Anyone have any idea? :cry:
Logged
Raen Ryong...
Skyrunner of Dragonia...
Guardian of all worlds...

Hoard and covet not, but be brave and free. Quest always after knowledge and slowly learn to know what science cannot see. Seek and strive for learning, be temperate and wise, for skill and wisdom only will help us to survive.

Offline MrMister

  • damn u vile woman
  • Royal
  • *
  • Posts: 3,506
(No subject)
« Reply #3 on: July 08, 2006, 08:17:40 PM »
Ah, best to format your C drive.
Logged
you look like an orphan

Offline Meiscool-2

  • Sage
  • *
  • Posts: 7,030
  • If you support n00bs, you support communism.
(No subject)
« Reply #4 on: July 08, 2006, 08:36:33 PM »
Copy and paste all your coding from that battle into another, and put in the same monsters. That might work... but it might not.
Logged
Most Recent:

________________________
Old Stuff:

Offline Bluhman

  • Global Moderator
  • Royal
  • *
  • Posts: 4,977
(No subject)
« Reply #5 on: July 08, 2006, 08:39:32 PM »
Did you recently delete some monster data?
Logged

Offline Raen Ryong

  • Skyrunner of Dragonia
  • Associate
  • *
  • Posts: 130
  • Raen Ryong... Skyrunner. Dragonic Soveriegn entity...
(No subject)
« Reply #6 on: July 08, 2006, 11:19:53 PM »
Quote
Ah, best to format your C drive.


Sounds good to me :dry:

Quote
Copy and paste all your coding from that battle into another, and put in the same monsters. That might work... but it might not.


Sounds a bit random, but what the heck... why not try? :p

Quote
Did you recently delete some monster data?


Not to my knowledge...

EDIT: Well, what do you know? Meiscool's seemingly random solution worked. Cheers :)
Logged
Raen Ryong...
Skyrunner of Dragonia...
Guardian of all worlds...

Hoard and covet not, but be brave and free. Quest always after knowledge and slowly learn to know what science cannot see. Seek and strive for learning, be temperate and wise, for skill and wisdom only will help us to survive.

Offline WarxePB

  • Action Sue
  • Royal
  • *
  • Posts: 3,601
  • What killed the dinosaurs?
    • The Gigaverse
(No subject)
« Reply #7 on: July 08, 2006, 11:22:27 PM »
Make sure that your monsters don't have a Transform skill that transforms them into a monster that doesn't exist. Either that, or make sure that you're not targetting a nonexistant monster with any of your battle events.

EDIT: Dang, a bit too late.
Logged
Blog: The Gigaverse
Twitter: Initial Chaos

Offline Linkforce

  • The Original Master of the Mosey
  • Leader
  • *
  • Posts: 2,330
  • i love rpgs
(No subject)
« Reply #8 on: July 08, 2006, 11:29:29 PM »
Meiscools way worked, because sometimes in Rm2k3, there are random corrupt slots.  I've had 2 corrupts switches so far, and all I did was simply use another one, and label the other on "CORRUPT SWITCH".  Just be sure to label it so you dont use it again.  Kudos to Meis.
Logged

Offline Raen Ryong

  • Skyrunner of Dragonia
  • Associate
  • *
  • Posts: 130
  • Raen Ryong... Skyrunner. Dragonic Soveriegn entity...
(No subject)
« Reply #9 on: July 09, 2006, 03:50:38 PM »
Ah, I had no idea there were corrupt slots. Now Meiscool's solution makes sense...

Muchas gracias to you both :D

Quote
Make sure that your monsters don't have a Transform skill that transforms them into a monster that doesn't exist. Either that, or make sure that you're not targetting a nonexistant monster with any of your battle events.


I'd like to think I would've noticed that, thanks for your input ;)

BIG EDIT: Argh! The problem is re-occuring! Copying the battle to a separate monster group slot alleviates it for a couple of tests, after that it fails once again. I've tried removing ALL battle events from the battle, and it STILL happens! Only in that battle! Only with one certain skill! Too many exclamation marks!

Is it because the skill targets all enemies (no switches involved), and there is only one enemy? SURELY it can't be that?

Help... this is incredibly frustrating... :(

Logged
Raen Ryong...
Skyrunner of Dragonia...
Guardian of all worlds...

Hoard and covet not, but be brave and free. Quest always after knowledge and slowly learn to know what science cannot see. Seek and strive for learning, be temperate and wise, for skill and wisdom only will help us to survive.

Offline WarxePB

  • Action Sue
  • Royal
  • *
  • Posts: 3,601
  • What killed the dinosaurs?
    • The Gigaverse
(No subject)
« Reply #10 on: July 10, 2006, 03:17:27 AM »
Does it do that with any other skills? If not, maybe the skill is corrupted or something.
Logged
Blog: The Gigaverse
Twitter: Initial Chaos

Offline Raen Ryong

  • Skyrunner of Dragonia
  • Associate
  • *
  • Posts: 130
  • Raen Ryong... Skyrunner. Dragonic Soveriegn entity...
(No subject)
« Reply #11 on: July 10, 2006, 10:25:23 PM »
Nah, 'tis just the one skill. It only occurs in that one battle... I have other battles with battle events and the skill functions fine.

I have many events tied to the skill and it would take absolutely ages to remake the skill in the event of a corrupted slot. However, would deleting the skill and remaking it exactly change the outcome?
Logged
Raen Ryong...
Skyrunner of Dragonia...
Guardian of all worlds...

Hoard and covet not, but be brave and free. Quest always after knowledge and slowly learn to know what science cannot see. Seek and strive for learning, be temperate and wise, for skill and wisdom only will help us to survive.

Offline saultre

  • Member
  • Initiate
  • *
  • Posts: 1
HELLO
« Reply #12 on: July 27, 2006, 05:39:36 PM »
Heyy, my name is Saśl and i'm from Mexico...

i', having the same ****ing problem"event script referenced a monster that does not exist"...

i'm really upset and dissapointed, cause, my game already has 308 maps!!! how can this be possible!!

i'll try to find a solution for this, and if find it, be sure that i'll tell you how to solve it :D

if you find how to solve it before me, please write me an e mail

saultre@hotmail.com

bye bye
Logged

Offline elementalhero76

  • Your Ad here!
  • Zealot
  • *
  • Posts: 612
  • The Writer of Light
    • Official Esgardum Wiki (locked)
(No subject)
« Reply #13 on: August 02, 2006, 03:08:00 PM »
now you know how i feel i lost 200+maps to map tree corruption what ever that is! :x

[|---------]<---legend of semathia(before itwas eh^3) 1% complete read above.
Logged
Retired RM2k3 user. Using VS2015 Pro.
Discord:LightWriterOfLegend2016#5786

Esgardum Legends wiki:
Dead. Need to pay $100/yr to stay open and editable. Debating if I want to or not.

Esgardum Series status:
RPG: World building and planning stage
Books: Still on book 1: The Four Sinners

Offline WarxePB

  • Action Sue
  • Royal
  • *
  • Posts: 3,601
  • What killed the dinosaurs?
    • The Gigaverse
(No subject)
« Reply #14 on: August 02, 2006, 04:18:29 PM »
Was this question ever solved, Raen? If not, I'll keep it open, but otherwise, it'll be locked.
Logged
Blog: The Gigaverse
Twitter: Initial Chaos

  • Print
Pages: [1] 2
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Annoying problem...
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum