Page 1 of 1

Airlia Bones Quest

Posted: 10 May 2015, 08:17
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

Re: Airlia Bones Quest

Posted: 10 May 2015, 16:02
by wushin
That was a bug left from one of the server functions. It will be patched in the next release.