summaryrefslogtreecommitdiff
path: root/npc/025-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-08 19:57:09 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-08 19:57:09 -0300
commit2a8daebf233b401b19f3c273e8f3d17b1ef8aad8 (patch)
treef628d26b32cfa768ba423960134ba7383a756fe0 /npc/025-2
parent3cfbffdf20174d0794d7ad9bbf0af97c377b13ba (diff)
downloadserverdata-2a8daebf233b401b19f3c273e8f3d17b1ef8aad8.tar.gz
serverdata-2a8daebf233b401b19f3c273e8f3d17b1ef8aad8.tar.bz2
serverdata-2a8daebf233b401b19f3c273e8f3d17b1ef8aad8.tar.xz
serverdata-2a8daebf233b401b19f3c273e8f3d17b1ef8aad8.zip
Prepare all rebirths to be allowed.
I'm not sure I'll keep level 110 as the second rebirth, though.
Diffstat (limited to 'npc/025-2')
-rw-r--r--npc/025-2/phoenix.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt
index 5aca95e87..9e3ceb861 100644
--- a/npc/025-2/phoenix.txt
+++ b/npc/025-2/phoenix.txt
@@ -20,6 +20,18 @@
.@blvl+=99;
.@rebirth$=l("first");
break;
+ case 1:
+ .@blvl+=110;
+ .@rebirth$=l("second");
+ break;
+ case 2:
+ .@blvl+=120;
+ .@rebirth$=l("third");
+ break;
+ case 3:
+ .@blvl+=135;
+ .@rebirth$=l("fourth");
+ break;
case 4:
.@blvl+=150;
.@rebirth$=l("final");