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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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