summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-17 13:53:45 -0500
committergumi <git@gumi.ca>2018-01-17 14:19:28 -0500
commit0d2d457e0f0c0699558c276648e70fb5a1b2c8cd (patch)
tree3b6506e6700e5cf384739771046162347ec1bb1b
parent8964751436c71ea3ce8f9233d00cb96c5e8c7d87 (diff)
downloadserverdata-0d2d457e0f0c0699558c276648e70fb5a1b2c8cd.tar.gz
serverdata-0d2d457e0f0c0699558c276648e70fb5a1b2c8cd.tar.bz2
serverdata-0d2d457e0f0c0699558c276648e70fb5a1b2c8cd.tar.xz
serverdata-0d2d457e0f0c0699558c276648e70fb5a1b2c8cd.zip
add more contributor warps
-rw-r--r--world/map/npc/016-2/_import.txt1
-rw-r--r--world/map/npc/016-2/contributor.txt55
2 files changed, 56 insertions, 0 deletions
diff --git a/world/map/npc/016-2/_import.txt b/world/map/npc/016-2/_import.txt
index 14046995..9df05c27 100644
--- a/world/map/npc/016-2/_import.txt
+++ b/world/map/npc/016-2/_import.txt
@@ -4,3 +4,4 @@ map: 016-2
npc: npc/016-2/_mobs.txt
npc: npc/016-2/_nodes.txt
npc: npc/016-2/_warps.txt
+npc: npc/016-2/contributor.txt
diff --git a/world/map/npc/016-2/contributor.txt b/world/map/npc/016-2/contributor.txt
new file mode 100644
index 00000000..7cb89935
--- /dev/null
+++ b/world/map/npc/016-2/contributor.txt
@@ -0,0 +1,55 @@
+// special warps for contributors
+
+016-1,84,54,0|script|#cont-warp0|32767,0,0
+{
+ if (countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20))
+ warp "016-2", 28, 31;
+ end;
+}
+
+016-1,84,50,0|script|#cont-warp1|32767,0,0
+{
+ if (countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20))
+ warp "016-2", 26, 23;
+ end;
+}
+
+018-1,50,63,0|script|#cont-warp2|32767,0,0
+{
+ if (countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20))
+ warp "018-1", 24, 95;
+ end;
+}
+
+018-1,24,94,0|script|#cont-warp3|32767,0,0
+{
+ warp "018-1", 50, 62;
+ end;
+}
+
+004-5,78,66,0|script|#cont-warp4|32767,0,1
+{
+ warp "004-5", 89, 66;
+ end;
+}
+
+004-5,88,66,0|script|#cont-warp5|32767,0,1
+{
+ if (countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20))
+ warp "004-5", 77, 66;
+ end;
+}
+
+009-8,40,26,0|script|#cont-warp6|32767,0,0
+{
+ if (countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20)||
+ strcharinfo(1) == "Celestia's Tea Party")
+ warp "009-8", 82, 26;
+ end;
+}
+
+009-8,83,25,0|script|#cont-warp7|32767,0,0
+{
+ warp "009-8", 39, 26;
+ end;
+}