diff options
author | alexanderlime <paklongwu1006@gmail.com> | 2015-03-05 09:31:34 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-07 19:08:30 -0500 |
commit | 6e9142fdd1b7a186dc093640046883e9a02ea540 (patch) | |
tree | 86af19189cae55907c304a20f8279bf495d466ad /world/map/npc/functions | |
parent | 423b4cfe8b68db524d6e12940a9dba7f8e962efa (diff) | |
download | serverdata-6e9142fdd1b7a186dc093640046883e9a02ea540.tar.gz serverdata-6e9142fdd1b7a186dc093640046883e9a02ea540.tar.bz2 serverdata-6e9142fdd1b7a186dc093640046883e9a02ea540.tar.xz serverdata-6e9142fdd1b7a186dc093640046883e9a02ea540.zip |
Fix lime towel exploit
fix traveller exploit
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/travelers.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/functions/travelers.txt b/world/map/npc/functions/travelers.txt index a1db712e..07b084d9 100644 --- a/world/map/npc/functions/travelers.txt +++ b/world/map/npc/functions/travelers.txt @@ -189,6 +189,13 @@ L_TravelPachua: set @NextLocationMap$, "006-1"; set @NextLocationX, 28; set @NextLocationY, 97; + if(QUEST_MIRIAM_start != 0) goto L_Cheat; + goto L_TravelChecks; + +L_Cheat: + set QUEST_MIRIAM_cheat, 1; + set QUEST_MIRIAM_run, gettimetick(2) - QUEST_MIRIAM_start; + set QUEST_MIRIAM_start, 0; goto L_TravelChecks; L_TravelBarbarians: |