Page 1 of 1

soe handler

Posted: Tue Dec 21, 2010 3:23 pm
by dobras
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4440:
L2JDP Revision 7695:

Hello, i was searching where is ScrollOfEscape handler?

Re: soe handler

Posted: Tue Dec 21, 2010 3:48 pm
by janiii
check the xml of the given soe in data/stats/items, check its item_skill set which has the skill assigned which is called when the given item is used. then check data/stats/skills/ for the given skill id and skill level that you found in the item_skill set of the item.

Re: soe handler

Posted: Tue Dec 21, 2010 4:06 pm
by dobras
Ok, thank you