summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-26 17:04:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-26 17:04:59 -0300
commitd41597b05cd9c2a91272922043b8906257ad629c (patch)
tree4650876f351e0e7d6f2d8ec31399ac57212c78d2 /npc/002-1
parentd3e20749c8cf48fb2cabea6793d67f772cc85f47 (diff)
downloadserverdata-d41597b05cd9c2a91272922043b8906257ad629c.tar.gz
serverdata-d41597b05cd9c2a91272922043b8906257ad629c.tar.bz2
serverdata-d41597b05cd9c2a91272922043b8906257ad629c.tar.xz
serverdata-d41597b05cd9c2a91272922043b8906257ad629c.zip
Do not allow new accounts to select extra XP gain or Knockback immunity.
The first alt of an account must NOT be able to select these bonuses.
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/arpan.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index 11de7985a..6a3dd2d12 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -9,6 +9,8 @@
// Introduction NPC
002-1,49,36,0 script LeftDoorCheck NPC_HIDDEN,0,0,{
+ if (!#TUTORIAL_DONE)
+ #TUTORIAL_DONE = true;
.@q = getq(ShipQuests_Arpan);
if (.@q == 5) doevent instance_npcname("Magic Arpan")+"::OnTalk";
@@ -16,6 +18,8 @@
}
002-1,54,36,0 script RightDoorCheck NPC_HIDDEN,0,0,{
+ if (!#TUTORIAL_DONE)
+ #TUTORIAL_DONE = true;
.@q = getq(ShipQuests_Arpan);
if (.@q == 5) doevent instance_npcname("Magic Arpan")+"::OnTalk";