Jump to content
  • 0
Sign in to follow this  
kerbiii

Help on this item script

Question

{	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 by kerbiii

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

 

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.

Share this post


Link to post
Share on other sites
  • 0

 

 

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

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

 

 

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.

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

 

 

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.