Hi there guys!
I Seem to having yet another small issue that i'm facing at the moment.
Currently i'm copying everything from
12722,Poison_Fever,Pyrexia,0,2,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ if(rand(10000)<10) sc_start SC_PYREXIA,300000,0; },{},{}
to another new item.
30000,Poison_Fever,Amnesia Bottle,0,2,,100,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
I actually would like to use back 12722's sprite picture and everything. I've added custom items to my server before but those were having all the files so i know what to do xD. however this is a bit challenging since I'm not sure what to do since i'm reusing the same sprite. I went back to rAthena custom items wiki but the guide there shows me to replace the entire item to my liking. But that's not that i require actually.
I need to retain 12722 while having 30000 but having the same look, sprite. (Just the descriptions are different though since this is just a quest item. It doesn't need to have a drop sprite as well since i'm gonna disable dropping the item at all)
I tried renaming everything to Poison_Fever but it seems that it cant find the sprite file. Any help would be appreciated!
Thank you!