diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-09 11:38:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-09 11:38:16 -0300 |
commit | a89e7a98d00a53cb1352936639137aa44387b848 (patch) | |
tree | 0c981fc9fe327c7821a96a49c35c8710c9a0980f | |
parent | b8922bb983435b0ba3794839dd753ad4d22b8711 (diff) | |
download | serverdata-a89e7a98d00a53cb1352936639137aa44387b848.tar.gz serverdata-a89e7a98d00a53cb1352936639137aa44387b848.tar.bz2 serverdata-a89e7a98d00a53cb1352936639137aa44387b848.tar.xz serverdata-a89e7a98d00a53cb1352936639137aa44387b848.zip |
[skip ci] make easier to finish off the Injuried Mouboo
-rw-r--r-- | npc/014-2/mouboo.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 114504667..8a58edd24 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -123,17 +123,11 @@ L_Begin: } break; case 2: - mes "##B" + l("Drag and drop a weapon from your inventory.") + "##b"; - - .@id = requestitem(); + .@id = getequipid(EQI_HAND_R); // If ID is invalid, there's not enough items, it is bound = Cannot bury - if (.@id < 1) close; - if (.@id < 1 || countitem(.@id) < 1 || getiteminfo(.@id, ITEMINFO_TYPE) != IT_WEAPON) { - if (getiteminfo(.@id, ITEMINFO_TYPE) != IT_WEAPON) - mesc l("This is not a weapon. Wait, you don't want to explode it, right?!"); - else - mesc l("You give up."); + if (.@id < 1) { + mesc l("You are not using a weapon for a merciful (?) last blow."); close; } @@ -147,7 +141,7 @@ L_Begin: mesq l("Re-ref... Reflect."); else mesq l("Ma... Magical Re... Re-ref... Reflection."); - setq2 HurnscaldQuest_InjuriedMouboo, .@q2-(.@atk/10); + setq2 HurnscaldQuest_InjuriedMouboo, .@q2-(.@atk/5); .@q2=getq2(HurnscaldQuest_InjuriedMouboo); if (.@q2 <= 0) { |