summaryrefslogtreecommitdiff
path: root/npc/custom/heal.txt
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-29 12:08:59 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-29 12:08:59 +0000
commit13132344467b3f5e2c968bb7cfaec8eaf269280e (patch)
treef178af553d5c2048fe2aa5febf97870f68501923 /npc/custom/heal.txt
parent72cd35c33dee93b88969b579a0cc3327b2e7f2d6 (diff)
downloadhercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.gz
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.bz2
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.xz
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.zip
- Added BaseClass explanation to script_commands.txt .
- Some updates to the custom folder / the old eAAC Scripts which are now in there. - Fixed custom/warper.txt prontera location to not collide with Ash Vacuum warper. bugreport:5857 - Fixed Platinum Skill Quests properly checking for BaseClass now. bugreport:5853 - Fixed some typos in Ranger Job change Quest & Eden Paradise. bugreport:5858 - Fixed a typo in scripts_athena.conf . bugreport:5852 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16165 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/heal.txt')
-rw-r--r--npc/custom/heal.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/custom/heal.txt b/npc/custom/heal.txt
index 9ef5a6fc5..7b63bd508 100644
--- a/npc/custom/heal.txt
+++ b/npc/custom/heal.txt
@@ -1,7 +1,6 @@
- script healer -1,{
set .payment,0; // Charge for heals? 1 = yes, 0 = no
- .price = 100; // How much zeny to charge for heals?
- callfunc "F_ClearGarbage",0;
+ set .price,100; // How much zeny to charge for heals?
mes "[Healer]";
mes "I have amazing healing powers!!";
@@ -22,7 +21,7 @@
mes "Have fun adventuring!!";
break;
case 2:
- mes "[Healer]";
+ mes "[Healer]";
mes "Alright, come back if you need a heal.";
break;
}