From 7205757a74dfa55ec9f9faf9c7d4fd45849a1352 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 30 Nov 2006 13:09:14 +0000 Subject: Removed garbage vars from Shinokas quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9372 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/Global_Functions.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/other/Global_Functions.txt') diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index a9d32c8de..6d2d145c4 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -98,6 +98,11 @@ function script F_ClearGarbage { cleararray $compstring$[0],"",getarraysize($compstring$); cleararray $lengths[0],0,getarraysize($lengths); } + //Shinkskas Quest garbage + if(Shinokas_Quest > 7){ + set ein_scientist,0; + set ein_stuff,0; + } return; } @@ -113,6 +118,7 @@ function script Job_Change { jobchange getarg(0); // Common jobchange else jobchange getarg(0) + Job_Baby; //Change Job For Baby Class + logmes "CLASS CHANGE: " +strcharinfo(0)+ " become a "+jobname(Class); return; } -- cgit v1.2.3-60-g2f50