diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/phoenix.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index 50bd08977..e820f2cb9 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -5,7 +5,7 @@ // Phoenix Rebirth 025-1,66,21,0 script Phoenix Rebirth NPC_BRGUARD_SPEAR,{ - setpcblock(255, true); + setpcblock(PCBLOCK_HARD, true); mesn; mesq l("Hello there. My name is %s.", .name$); next; @@ -38,7 +38,7 @@ if ($GAME_STORYLINE >= 4) break; default: - setpcblock(255, false); + setpcblock(PCBLOCK_HARD, false); mesc l("Unfortunately you cannot rebirth anymore!"); close; break; @@ -55,7 +55,7 @@ mes l("* +%d%% EXP Gain and Drop Chance, permanently", 10); mes l("* 1 %s", getitemlink(SupremeGift)); if (BaseLevel < .@blvl) { - setpcblock(255, false); + setpcblock(PCBLOCK_HARD, false); close; } next; @@ -63,7 +63,7 @@ mesq l("Are you interested? You'll keep %s your equipment, magic, quest progression, craft recipes, money, whatever else which is not a level. Not even Job level won't be reset!", b(l("ALL"))); mesc l("This cannot be undo later!"), 1; next; - setpcblock(255, false); + setpcblock(PCBLOCK_HARD, false); inventoryplace NPCEyes, 7; select l("Do not rebirth"), |