summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-20 22:42:06 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-20 22:42:06 -0300
commita2815a64f68885b085c28b0c8f24302e63a67e65 (patch)
treec4c8996b56aebd9878097c2935b3c85a0753eac0 /npc/003-1
parent46af75f95a875c1fe1c3b3418af65da536abe51d (diff)
downloadserverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.gz
serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.bz2
serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.tar.xz
serverdata-a2815a64f68885b085c28b0c8f24302e63a67e65.zip
Include stautes (possible final version)
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/_warps.txt2
-rw-r--r--npc/003-1/michel.txt11
2 files changed, 3 insertions, 10 deletions
diff --git a/npc/003-1/_warps.txt b/npc/003-1/_warps.txt
index da9e316f8..35a39efef 100644
--- a/npc/003-1/_warps.txt
+++ b/npc/003-1/_warps.txt
@@ -19,4 +19,4 @@
003-1,116,120,0 warp #003-1_116_120 0,0,003-1-2,48,35
003-1,58,54,0 warp #003-1_58_54 0,0,003-1-3,82,82
003-1,25,45,0 warp #003-1_25_45 0,0,003-1-3,37,85
-003-1,52,35,0 warp #003-1_52_35 1,0,003-0-1,50,51
+003-1,52,35,0 warp #003-1_52_35 1,0,003-0-1,48,51
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt
index 58bf0f947..31a709b62 100644
--- a/npc/003-1/michel.txt
+++ b/npc/003-1/michel.txt
@@ -2,7 +2,7 @@
// Author:
// Jesusalva
// Description:
-// Leaderboards + GM Command Log
+// Currently Leaderboards + GM Command Log. But is a free npc.
003-1,89,109,0 script Michel NPC_BACCHUS,{
@@ -10,19 +10,12 @@
mesq l("All hail the ones who proven their worth before the whole Alliance!");
HallOfFame();
- next;
-
- HallOfFortune();
- next;
-
- HallOfLevel();
- next;
// Anyone with GM Level, staff or not, is allowed to latest GM logs
if (!getgmlevel()) close;
- HallOfGMLog();
next;
+ HallOfGMLog();
// Only Admins are allowed to change the HoF Scoreboard
if (!is_admin()) close;