diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 18:57:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 18:57:15 -0300 |
commit | 47eb02ebed8503b7c9420eb5514090c6e9dbe48d (patch) | |
tree | 21eefd6d9951693312ec9e3c361ffe169db84a5c | |
parent | 0703edf8690abed1a8aa7fb5cc6e738dda4b519d (diff) | |
download | serverdata-47eb02ebed8503b7c9420eb5514090c6e9dbe48d.tar.gz serverdata-47eb02ebed8503b7c9420eb5514090c6e9dbe48d.tar.bz2 serverdata-47eb02ebed8503b7c9420eb5514090c6e9dbe48d.tar.xz serverdata-47eb02ebed8503b7c9420eb5514090c6e9dbe48d.zip |
Debug stuff
-rw-r--r-- | npc/001-8/hub.txt | 1 | ||||
-rw-r--r-- | npc/003-1/ishi.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 05dc2f5f2..e917f8e8d 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -55,6 +55,7 @@ // Only one player standing! CONGRATULATIONS, YOU HAVE WON!! OnGameOver: + debugmes "OnGameOver Check"; .@u=getmapusers("001-8"); if (.@u == 1) { $@EQ_STATUS=2; diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index e258d5f56..20ff50362 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -129,8 +129,8 @@ L_Items: //debugmes "Testing rares"; @lucky = rand(10000) + 1; for (.@b = 0; .@b < getarraysize(@Rares$); .@b=.@b+2) { - debugmes "Checking "+@Rares$[.@b]+" - b is now "+.@b; - debugmes l("Check @@ <= @@", @lucky, @Rares$[.@b+1]); + //debugmes "Checking "+@Rares$[.@b]+" - b is now "+.@b; + //debugmes l("Check @@ <= @@", @lucky, @Rares$[.@b+1]); if (.@b == 0) @control = 0; if(@lucky >= (@control + 1) && @lucky <= @control + atoi(@Rares$[.@b+1])) |