diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-14 02:44:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-14 02:44:28 -0300 |
commit | f3f4157f6d9fd73ce6e3a350b4c73c0a14186dfa (patch) | |
tree | 7feb29cd5ee6b5f713f558fbd3cf912af9e66e8c /world/map/npc/099-5/boss.txt | |
parent | 8cceaef3fc44817ad4b5047fdbab8df6e7209743 (diff) | |
download | serverdata-f3f4157f6d9fd73ce6e3a350b4c73c0a14186dfa.tar.gz serverdata-f3f4157f6d9fd73ce6e3a350b4c73c0a14186dfa.tar.bz2 serverdata-f3f4157f6d9fd73ce6e3a350b4c73c0a14186dfa.tar.xz serverdata-f3f4157f6d9fd73ce6e3a350b4c73c0a14186dfa.zip |
Keshlam: Check if player is still alive before proceeding.
Change Mage Ring chance from 67% to 75%. Replace Blue Rose with Savior Armor.
Thanks Poppet for the report, I keep forgetting TMWA is crazy...
Diffstat (limited to 'world/map/npc/099-5/boss.txt')
-rw-r--r-- | world/map/npc/099-5/boss.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/099-5/boss.txt b/world/map/npc/099-5/boss.txt index 96b7cb93..d36457d2 100644 --- a/world/map/npc/099-5/boss.txt +++ b/world/map/npc/099-5/boss.txt @@ -1511,11 +1511,11 @@ L_MissionComplete: close; L_Winner: - getitem "BlueRose", 1; + getitem "SaviorArmor", 1; set $@DD5_TALLY$, ""; set #DD5_TALLY, 1; mes "##2You were the MVP with "+$@DD5_TALLY_+" points!##0"; - mes "##2Exchange this blue rose with a Game Master!##0"; + //mes "##2Exchange this blue rose with a Game Master!##0"; close; L_TooEarly: |