From 92f7a4436220c1b999c8ebcf3834a00a1b78b10b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 16:58:06 -0300 Subject: Remove some chunks of unused data + legacy conversion. We'll need some Moubootaur Legends Advanced Builtins, to support Focus skills. It is the same as Rebirth Traits was supposed to be so should be easy-ish --- npc/009-7/debug.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'npc/009-7/debug.txt') diff --git a/npc/009-7/debug.txt b/npc/009-7/debug.txt index 974de4d4..47ee823c 100755 --- a/npc/009-7/debug.txt +++ b/npc/009-7/debug.txt @@ -18,7 +18,6 @@ L_Menu: mes "##3$##0Duel_LastDuel: ##7" + $Duel_LastDuel + "##0"; mes "---"; mes "##2@##0Duel_Fighter: ##7" + @Duel_Fighter + "##0"; - mes "pvp channel: ##7" + getpvpflag(0) + "##0"; next; menu "toggle|Toggle $Duel_Enabled", L_DuelEnabled, @@ -31,7 +30,6 @@ L_Menu: "edit|Set $@Duel_PlayerQueueLimit", L_PlayerQueueLimit, "edit|Set $@Duel_PlayerQueueTimeOut", L_PlayerQueueTimeOut, "edit|Set $Duel_LastDuel", L_LastDuel, - "edit|Set pvp channel", L_Channel, "toggle|Toggle @Duel_Fighter", L_DuelFighter, "restart|Restart fightclub.", L_Restart, "quit|Nevermind.", L_End; @@ -118,13 +116,6 @@ L_LastDuel: next; goto L_Restart; -L_Channel: - mes "range: 0~32767"; - input @chn; - if(@last > 32767) goto L_OutOfRange; - setpvpchannel @chn; - goto L_Menu; - L_OutOfRange: mes "Value out of range or empty."; goto L_Menu; -- cgit v1.2.3-70-g09d2