From e6702fae52ff77e11f11b993e4a4194000980993 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 13 Jun 2006 20:32:10 +0000 Subject: Fixed exploit in Louyang NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7143 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/louyang.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/cities') diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt index 7a2b82f22..37798a543 100644 --- a/npc/cities/louyang.txt +++ b/npc/cities/louyang.txt @@ -1663,14 +1663,14 @@ L_DONE: next; mes "[Hua Tuo]"; mes "It's not much, but this medicine is an old family secret. I hope that it will be of use to you in dangerous situations."; + set QL_GOTHERB,0; + set QL_DOC1STTIME,0; + set QL_DOCQUEST,2; getitem 679,2; //Pilule set BaseExp,BaseExp + 10000; next; mes "[Hua Tuo]"; mes "Well then, I will see you around. Once again, I'd like to thank you for your help."; - set QL_GOTHERB,0; - set QL_DOC1STTIME,0; - set QL_DOCQUEST,2; close; L_NOMED: @@ -2733,6 +2733,8 @@ s_CameBack: mes "warmth flowing throughout your"; mes "body. Eventually, you pass out."; close2; + set QL_POISONKING,30; + set QL_POISONPATH,0; getitem 678,3; if(BaseLevel < 56)set BaseExp,BaseExp+8909; if(BaseLevel > 55 && BaseLevel < 61)set BaseExp,BaseExp+10213; @@ -2744,8 +2746,6 @@ s_CameBack: if(BaseLevel > 85 && BaseLevel < 91)set BaseExp,BaseExp+152052; if(BaseLevel > 90)set BaseExp,BaseExp+366786; warp "louyang.gat",270,136; - set QL_POISONKING,30; - set QL_POISONPATH,0; end; s_Proud: -- cgit v1.2.3-70-g09d2