Help on this item script

kerbiii

New member
Messages
342
Points
0
{ Id: 32731 AegisName: "Rune_Knight_Armor" Name: "Rune Knight Armor" Type: 5 Job: 0x00000080 Upper: 7 Loc: 65536 Refine: false OnEquipScript: <" changebase Job_Rune_Knight; if (getskilllv("KN_RIDING")) { skill RK_DRAGONTRAINING,5; } if (checkriding()) setdragon; "> OnUnequipScript: <" changebase Class; ">},
i want it to get Dragon if he use the item while riding a peco peco

and remove the dragon when he remove the costume

 
Last edited by a moderator:
try atcommand "mount" or @mount
it gives me a peco instead of dragon
because thats trans job only, using dragon, you need to edit the client side sprite.
i tried changing my job into rune knight and i get a dragon,
i think the cause of this is changebase dont allow me to add Dragon training skill thats why it wont give me a dragon
Changebase is like a disguise only and not allowed to used skills, much better to change the clientside.
 
try atcommand "mount" or @mount
it gives me a peco instead of dragon
because thats trans job only, using dragon, you need to edit the client side sprite.
i tried changing my job into rune knight and i get a dragon,
i think the cause of this is changebase dont allow me to add Dragon training skill thats why it wont give me a dragon
Changebase is like a disguise only and not allowed to used skills, much better to change the clientside.
yes thats why i put this { skill RK_DRAGONTRAINING,5; } i will try a different approach later

 
Back
Top