summaryrefslogtreecommitdiff
path: root/npc/other/Global_Functions.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-14 11:57:10 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-14 11:57:10 +0000
commitd533ac380d98effd3667a1090e889cd6811b8ce9 (patch)
treef4ebb9f08e43c237361db55eb02383570eea7044 /npc/other/Global_Functions.txt
parentee32b70e68031b2b551579a3465caaf9ca5d2ceb (diff)
downloadhercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.gz
hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.bz2
hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.xz
hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.zip
* Uncommented all novice map, and added mapflags.
* Additionally; changed starting map from new_zone to new_1-1. * Large update to the novice grounds. Fixed bugreport:1666 - Updated notice ground warps to reflect the above map-usage change. - Additionally; NPCs now give EXP (base/job) dependant on your level. - All prior novice ground progress will be lost, and variables cleared. - NPCs give class specific items, but not the soulbound ones, yet. - Fixed the mob count for the novice ground maps. - Added all the old novice training ground vars to F_ClearGarbage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12833 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r--npc/other/Global_Functions.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index 260a1f755..48149a80f 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -36,6 +36,7 @@
//= 2.11 Updated function Job_Change to jobchange based on Upper value. [Paradox924X]
//= 2.12 Added more unused vars to F_ClearGarbage [Lupus]
//= 2.13 Added more unused vars to F_ClearGarbage [Lupus]
+//= 2,14 Added old novice variables to F_ClearGarbage. [L0ne_W0lf]
//============================================================
@@ -98,6 +99,18 @@ function script F_ClearGarbage {
//due to bugs in BS quest:
set wizard_m2,0;
+
+ // Old Novice Ground Variables.
+ set NEW_MES_FLAG0,0;
+ set NEW_MES_FLAG1,0;
+ set NEW_MES_FLAG2,0;
+ set NEW_MES_FLAG3,0;
+ set NEW_MES_FLAG4,0;
+ set NEW_MES_FLAG5,0;
+ set NEW_LVUP0,0;
+ set NEW_LVUP1,0;
+ set NEW_JOBLVUP,0;
+
return;
}