edite my Healer by AnnieRuru

Alexandria

New member
Messages
341
Points
0
Location
localhost
Hello,

I would like to add a magnifier to my healer which was edited by AnniRuru.

If you have unidentified items, the healer will identify all your items and it will display another dispbottom message: "Your unidentified items were identifty for xxxx zeny". Each item will cost 50z.

http://upaste.me/33e32198544bcb5d6

Thank you!

 
Last edited by a moderator:
.@ori = countitem(Oridecon_Stone); if ( .@ori >= 5 ) { getitem Oridecon, .@ori / 5; delitem Oridecon_Stone, .@ori / 5 * 5; message strcharinfo(0), "Refined "+ ( .@ori / 5 * 5 ) +" Oridecon Stones, got "+ ( .@ori / 5 ) +" Oridecons."; }
about this part ...

i think should delete the items before give the user new items.

if the player hold 99% of Elunium Stone and try to exchange into Elunium with the healer.

the healer will probably give the Elunium, and the players overweight, items maybe not given / dropped on floor.

 
Last edited by a moderator:
that was meant for high rate server so I never having this problem

but yeah in low rate server it may be ....

fixed

PS: I prefer high rate server because I prefer to write events/gvg/battleground scripts

 
Thank you!

1. [Error]: script_add_str: detected possible use of wrong case in a script. Found 'zeny', probably meant to be 'Zeny' (in 'npc/custom/main/healer.txt').

2. Why are we getting a "38" message each time we talk to the npc?

http://i.imgur.com/SzrIKKw.png

Thank you again!

 
Last edited by a moderator:
HAHAHAHA !!

that was a debug message I test the value for rogue compulsion discount

fixed again

.... damn I need to double check to not post up my debug stuffs ...

 
Back
Top