summaryrefslogtreecommitdiff
path: root/npc/cities/lighthalzen.txt
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 10:59:14 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 10:59:14 +0000
commite5c848926d7edf3453e792a319ed61ac151474c9 (patch)
tree88d56b210ad27a59e010d7857aae578fd540d355 /npc/cities/lighthalzen.txt
parentc4d9efd6f8bfab76639e7613175c7af201646f6a (diff)
downloadhercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.gz
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.bz2
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.xz
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.zip
Various NPC fixes
* LUPUS, REMEMBER TO ACTUALLY ADD THE DIVORCE NPC, THANKS :P * git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8571 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r--npc/cities/lighthalzen.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index fded46eda..a18b4db36 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -1952,7 +1952,7 @@ lhz_in01.gat,73,188,4 script Guide#03 862,{
lhz_in01.gat,34,226,4 script Rekenber Guard#01 867,{
- if(getequipid(10) == 2241 && getequipid(9) == 2243)goto s_Staff;
+ if(isequipped(2241) && isequipped(2243)) goto s_Staff;
mes "[Rekenber Guard]";
mes "This is a restricted";
mes "area! Please show";
@@ -1987,7 +1987,7 @@ s_Staff:
lhz_in01.gat,19,129,0 script LhzHiddenTrg1::LhzTrig -1,1,1{
OnTouch:
- if(getequipid(10) == 2241 && getequipid(9) == 2243)goto s_Staff;
+ if(isequipped(2241) && isequipped(2243)) goto s_Staff;
mes "[Rekenber Guard]";
mes "This area is restricted";
mes "to the public! Who are you";
@@ -2015,7 +2015,7 @@ lhz_in01.gat,24,131,2 duplicate(LhzTrig) Rekenber Guard#02 867
lhz_in01.gat,25,141,4 script Regenschirm Guard 868,{
- if(getequipid(10) == 2241 && getequipid(9) == 2243)goto s_Staff;
+ if(isequipped(2241) && isequipped(2243)) goto s_Staff;
mes "[Regenschirm Guard]";
mes "This area is restricted";
mes "to the public! Who are you";
@@ -2038,7 +2038,7 @@ s_Staff:
close;
s_Yes:
- if(getequipid(7) == 2657 || getequipid(8) == 2657)goto s_Auth;
+ if(isequipped(2657)) goto s_Auth;
mes "[Regenschirm Guard]";
mes "I'm sorry but I can't let";
mes "staff without proper autorization";