I'd like to make it so my healer is free until level 50, and then depending on your ((baselevel+joblevel)/2)5.
How would I add that?
prontera,150,191,5, script Healer 641,{ mes "[^0000FF Healer ^000000]"; mes "Would you like to be healed?"; mes "^FF0000 *Note - It costs 1,000 zeny to get healed.* ^000000"; if(select("Yea please.:No thank you.") == 2){ close;}if (Zeny < 1000){ mes "I'm sorry but you don't have enough zeny.";}Zeny -= 1000;percentheal 100,100;close;}
I'd like to make it so my healer is free until level 50, and then depending on your ((baselevel+joblevel)/2)5.
How would I add that?
Share this post
Link to post
Share on other sites