diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-18 21:02:01 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-18 21:02:01 -0400 |
commit | 0b9235d0865509feb9ef97aa197204293cee0b1f (patch) | |
tree | 719ddcf0441486774d0b827fb5a36e7e0a5b7ec8 /npc/functions/clear_vars.txt | |
parent | 75dfdd443d6dbe9bd556debeb1c50d3000d95967 (diff) | |
download | serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.gz serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.bz2 serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.xz serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.zip |
Low Level Tulimshar Release
News, Small Fixes, Tulimshar Related Quests, Sandstorm Mob Changes
Expensive Hurnscald Warp NPC
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r-- | npc/functions/clear_vars.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index a3ca5b5f..07f05247 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -79,4 +79,9 @@ L_Fix_Full: set zeny, zeny + #BankAccount; set #BankAccount, 0; return; +//Tulimshar and Mine Variables + set Scorp, 0; + set Bugleg, 0; + set ChestQuest, 0; + } |