diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:51:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:51:50 -0300 |
commit | a57e6b31a59fddb61fc64ab8f4ab35249efc3eb9 (patch) | |
tree | 817d366990182c056e6ed9ecc393bdfa42347968 /npc | |
parent | 34b8252d2332069c22b2c5e37717b3240a05742b (diff) | |
download | serverdata-a57e6b31a59fddb61fc64ab8f4ab35249efc3eb9.tar.gz serverdata-a57e6b31a59fddb61fc64ab8f4ab35249efc3eb9.tar.bz2 serverdata-a57e6b31a59fddb61fc64ab8f4ab35249efc3eb9.tar.xz serverdata-a57e6b31a59fddb61fc64ab8f4ab35249efc3eb9.zip |
Rebirth script: Register how many levels you were above when doing rebirth
This is not used anywhere (yet)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-2/phoenix.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index d5ed62a4d..4a3a4f74a 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -64,6 +64,7 @@ STATUSUP_INT+=2; STATUSUP_DEX+=2; STATUSUP_LUK+=2; + REBIRTH_OVERLEVEL=BaseLevel-.@blvl; resetlvl(3); NewcomerEXPDROPUP(); getitembound SupremeGift, 1, 4; |