kerbiii 5 Posted December 16, 2013 (edited) { 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 Edited December 16, 2013 by kerbiii Quote Share this post Link to post Share on other sites
0 PokemonRO 2 Posted December 16, 2013 I believe you have to use if ( ismounting() for mounts Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted December 16, 2013 I believe you have to use if ( ismounting() for mounts mount is for boarding halter if im correct Quote Share this post Link to post Share on other sites
0 unknown 5 Posted December 16, 2013 try atcommand "mount" or @mount Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted December 16, 2013 try atcommand "mount" or @mount it gives me a peco instead of dragon Quote Share this post Link to post Share on other sites
0 unknown 5 Posted December 17, 2013 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. Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted December 17, 2013 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 Quote Share this post Link to post Share on other sites
0 unknown 5 Posted December 17, 2013 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. Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted December 17, 2013 try atcommand "mount" or @mount it gives me a peco instead of dragonbecause 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 Quote Share this post Link to post Share on other sites
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
Edited by kerbiiiShare this post
Link to post
Share on other sites