Page 1 of 1

Scroll of escape location.

Posted: Wed Jun 03, 2009 1:08 pm
by aggonn
Hello,

I want to change the location of a
"Blessed Scroll of Escape (Event)"

Code: Select all

            case 9156: // Blessed Scroll of Escape (Event)                useSkill(activeChar,2320,1);                break;
in the handler I found this code, but where can I find/change the location?

Re: Scroll of escape location.

Posted: Wed Jun 03, 2009 4:36 pm
by aggonn
bump :P anyone knows this?

Re: Scroll of escape location.

Posted: Wed Jun 03, 2009 4:47 pm
by Bloodshed
overwrite the skill ID 2320 in skills folder with this :)

this one has set bsoe speed and loc is somewhere on giran warehouse :P

Code: Select all

<skill id="2320" levels="1" name="Blessed Scroll of Escape - Event Use">  <set name="itemConsumeId" val="9156"/>  <set name="itemConsumeCount" val="1"/>  <set name="target" val="TARGET_SELF"/>  <set name="hitTime" val="200"/>  <set name="staticHitTime" val="true"/>  <set name="skillType" val="TELEPORT"/>  <set name="teleCoords" val="83005,147046,-2984"/>  <set name="operateType" val="OP_ACTIVE"/></skill>

Re: Scroll of escape location.

Posted: Wed Jun 03, 2009 5:19 pm
by aggonn
aahh oke thx ;)