Jump to content
  • 0

Can Somebody Explain Me This Exception?


snifi

Question

Hi folks,

 

I duplicated the eplymod script to modify it for fantasy island using bad rabbit npcs instead of elpies so that im able to start the elpy event and the badrabbit event. it works so far. there are no problems. the only thing that grinds my gears is this exception:

 

Screenshot5cbe.png

 

can someone explain it to me??

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Guest Elfocrash

theres an error on the code L2EventMonsterInstance line 111

Best explanation EU lol

 

You got a ClassCastException at line 111 of L2EventMonsterInstance which means that you try to cast something from a class of which class the casted object is not subclass of the instance.

Link to comment
Share on other sites

  • 0

Hi folks,

 

I duplicated the eplymod script to modify it for fantasy island using bad rabbit npcs instead of elpies so that im able to start the elpy event and the badrabbit event. it works so far. there are no problems. the only thing that grinds my gears is this exception:

 

Screenshot5cbe.png

 

can someone explain it to me??

 

 

theres an error on the code L2EventMonsterInstance line 111

Link to comment
Share on other sites

  • 0

Best explanation EU lol

 

You got a ClassCastException at line 111 of L2EventMonsterInstance which means that you try to cast something from a class of which class the casted object is not subclass of the instance.

 

 

well the stack trace says it all so no need of re-inventing the will elfocrash

Link to comment
Share on other sites

  • 0
Guest Elfocrash

well the stack trace says it all so no need of re-inventing the will elfocrash

Do you think he would ask if he could read it ? kappa

 

EDIT: You probably mean wheel.

Edited by Elfocrash
Link to comment
Share on other sites

  • 0

As said Elfo, you try to say a pig is a cow, but the program can see it and return you a "u fool bro" error.

 

Either edit L2EventMonsterInstance to extend L2MonsterInstance (and so you have access to all methods from L2MonsterInstance) or rework your code on line 111 of eventmodBadRabbits to avoid to use L2MonsterInstance stuff.

 

To re-invent the will you probably have to delete humans. ^^

Edited by Tryskell
Link to comment
Share on other sites

  • 0

As said Elfo, you try to say a pig is a cow, but the program can see it and return you a "u fool bro" error.

 

Either edit L2EventMonsterInstance to extend L2MonsterInstance (and so you have access to all methods from L2MonsterInstance) or rework your code on line 111 of eventmodBadRabbits to avoid to use L2MonsterInstance stuff.

 

To re-invent the will you probably have to delete humans. ^^

 

wheel* ;p

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...