summaryrefslogtreecommitdiff
path: root/npc/custom/card_remover.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/card_remover.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/card_remover.txt')
-rw-r--r--npc/custom/card_remover.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/card_remover.txt b/npc/custom/card_remover.txt
index 34855dbd5..b2dce9b6f 100644
--- a/npc/custom/card_remover.txt
+++ b/npc/custom/card_remover.txt
@@ -14,9 +14,9 @@
//============================================================
prt_in,28,73,4 script Wise Old Woman#eAcustom 78,{
- .zenycost = 200000; // Set base cost in zeny of the card remover services
- .percardcost = .percardcost; // set cost per card of the card remover services
- .faildestroy = 1; // Should the card remover have a chance of failure that destroys items?
+ set .zenycost,200000; // Set base cost in zeny of the card remover services
+ set .percardcost,25000; // set cost per card of the card remover services
+ set .faildestroy,1; // Should the card remover have a chance of failure that destroys items? 1 = Yes, 0 = No.
mes "[Wise Old Woman]";
mes "Good day, young one. I have the power to remove cards that you have compounded onto your equipment. Does this idea please you?";
next;