Jump to content
  • 0
Sign in to follow this  
Alexandria

edite my Healer by AnnieRuru

Question

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!

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

you want all stuffs for your healer npc ?

https://www.eathena.ws/board/index.php?s=&showtopic=274421&view=findpost&p=1504415

everything is inside here

 

remember the constant needs capital letters ... lol

 

erm ... writing one now

http://upaste.me/acc521986e3f34df7

Edited by AnnieRuru

Share this post


Link to post
Share on other sites
  • 0
        .@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.

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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!

Edited by Alexandria

Share this post


Link to post
Share on other sites
  • 0

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 ...

Share this post


Link to post
Share on other sites
  • 0

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 ...

 

Thank you!

 

Where did you post it? I cant find the new edition

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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