Airlia Bones Quest

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
monwarez
TMW Adviser
TMW Adviser
Posts: 53
Joined: 01 Mar 2015, 14:02

Airlia Bones Quest

Post by monwarez »

Hello, I have some text bug with Airlia NPC, the text for : "I have collected 50 bones" is @@s (maybe a misspelled in NPC dialog code).
I don't know what is the version server use for NPC dialog script, but I found the only change that have the 2 text : (git diff)

Code: Select all

- "You are welcome.", -,
+            "You are welcome.", L_Close,
             "I have collected the " + @FETCH_AMOUNT_INITIAL + " " + getitemname(@FETCH_LABEL_INITIAL$) + "s.",
Link of airlia.txt file in the version where there have the bug (see line 180+)
https://github.com/themanaworld/tmwa-se ... airlia.txt
Attachments
ManaPlus_Screenshot_server.themanaworld.org_2015-05-10_10-16-22_1.png
ManaPlus_Screenshot_server.themanaworld.org_2015-05-10_10-16-22_1.png (406.44 KiB) Viewed 1785 times
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Re: Airlia Bones Quest

Post by wushin »

That was a bug left from one of the server functions. It will be patched in the next release.
The secret to getting all the important stuff done is doing nothing.
Post Reply