Jump to content
  • 0
Dragonis1701

Adding/Editing Item Use Effect

Question

I repurposed an old item, item ID 542, to be another usable item that heals the player. Currently the item has a rising white aura effect on use. How do I change the effect to something like an orange potion's orange splash on use?

Edited by Dragonis1701
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

you can make new items with no effects hard coded and add them using specialeffect though

 

1181,Tae_Goo_Lyeon,Tae Goo Lyeon,5,20,,2000,250,,1,2,0x00004082,2,2,34,4,90,1,3,{ bonus bFlee2,10; if(JobLevel>=70) autobonus "{ bonus bBaseAtk,50; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; if(getrefine()>8) { bonus bCastrate,-20; bonus bDelayRate,-20; } },{},{}

 

Link to comment
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.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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