diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-24 16:24:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-24 16:24:59 -0300 |
commit | 46127242f356137c3927cc8d647a61070f4a2e6a (patch) | |
tree | a9ee754a66b2c142c7bc79cf5f2abb1607c01c15 /npc/025-1 | |
parent | 2c2927baf3e610fd61f4d33ae72bf7e369261856 (diff) | |
download | serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.gz serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.bz2 serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.xz serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.zip |
Add new passive skill: Realm of Drops.
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/phoenix.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index 2c8da3271..5e80f4151 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -59,6 +59,7 @@ OnMain: mes l("* 1 %s", getitemlink(SupremeGift)); mes l("* 1 Trait"); mes l("* Healing items improved"); + mes l("* %s Level up", getskillname(TMW2_DROPS)); if (BaseLevel < .@blvl) { setpcblock(PCBLOCK_HARD, false); close; @@ -113,6 +114,7 @@ OnMain: REBIRTH+=1; REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl-(REBIRTH_OVERLEVEL/REBIRTH)); resetlvl(3); + sk_lvup(TMW2_DROPS); NewcomerEXPDROPUP(); getvaultexp(20); getitembound SupremeGift, 1, 4; |