From 2da537a4341c4851e9c5c99a2487a1a8d370a7e8 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 19 Jan 2015 09:00:40 -0600 Subject: Update Fight Club so GMs can access it Move Wiki page live Remove player specific debug --- world/map/npc/009-7/rouge.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-7/rouge.txt') diff --git a/world/map/npc/009-7/rouge.txt b/world/map/npc/009-7/rouge.txt index 78491431..dd86679c 100644 --- a/world/map/npc/009-7/rouge.txt +++ b/world/map/npc/009-7/rouge.txt @@ -1,14 +1,13 @@ 009-7.gat,32,45,0|script|Rouge#Duels|181 { -if (getgmlevel() >= 40 && getequipid(equip_head) == 647) goto L_CallDebug; -if (!debug && (strcharinfo(0) == "meko") && (getequipid(equip_head) < 1)) goto L_CallDebug; // allow meko to debug (has no dev cap) +if (getgmlevel() >= 40 && (getequipid(equip_head) == 647 || getequipid(equip_head) == 725)) goto L_CallDebug; goto L_Main; L_CallDebug: mes "You are wearing a dev cap: calling debug menu..."; - mes "For the documentation, @@https://wiki.themanaworld.org/index.php/User:Meko/FightClub/debug|click here@@##0"; + mes "For the documentation, @@https://wiki.themanaworld.org/index.php/FightClub|click here@@##0"; callfunc "fightclub_Debug"; - goto L_Main; + goto L_End; L_Main: set @requests, 0; -- cgit v1.2.3-60-g2f50