 |
|
 |
|
In Training
 
Group: Members
Posts: 5
Joined: 18-October 08
Member No.: 756,206
|
|
 |
|
 |

|
You should have an Openkore with Macro..
in config:
useSelf_skill Abracadabra { lvl 10 disabled 0 maxCastTime 1 minCastTime .1 hp sp >10 % onAction whenStatusActive whenStatusInactive whenFollowing spirit aggressives monsters 0 notMonsters stopWhenHit 0 inLockOnly 0 notWhileSitting 0 notInTown 0 timeout 1 inInventory manualAI 0 }
and in the macros:
automacro skill { console /Permitted to use Class Change/ call able }
macro able { do conf attackSkillSlot_0_disabled 1 call change }
macro change { $var = $.lastMonster do sm 292 1 0 call disable }
macro disable { do conf attackSkillSlot_0_disabled 0 call disc }
macro disc { do relog 3 release all }
Enjoy it!! ^^ Admin, change me into an Elite member plzzz. ^^ I make this macro for 3 weeks. ^^
|