Dragonis1701 Posted July 26, 2019 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 99 Reputation: 8 Joined: 05/25/12 Last Seen: Saturday at 04:02 PM Share Posted July 26, 2019 (edited) 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 July 26, 2019 by Dragonis1701 Quote Link to comment Share on other sites More sharing options...
0 Mael Posted July 26, 2019 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 10 hours ago Share Posted July 26, 2019 These red/yellow/orange/white potion visual effect are hard-coded in the client itself. Quote Link to comment Share on other sites More sharing options...
0 Dragonis1701 Posted July 26, 2019 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 99 Reputation: 8 Joined: 05/25/12 Last Seen: Saturday at 04:02 PM Author Share Posted July 26, 2019 Oh, that's unfortunate. Thanks. Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted July 27, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted July 27, 2019 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; } },{},{} Quote Link to comment Share on other sites More sharing options...
Question
Dragonis1701
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 Dragonis1701Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.