• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

NPC Quests.xml description

Aliubask

New Member
Joined
May 1, 2009
Messages
8
Reaction score
0
Hello, lately I've been doing the Bigfoot's Burden Quest like tibia rl, but I encountered a challenge here on
the description of the mission Gnome Reputation:

My current xml info is this
Code:
<mission name="Gnome Reputation" storageid="921" startvalue="0" endvalue="1440" description="
Your reputation in the eyes of gnomekind is |STATE|.
Your standing rises at:
Reputation    30 - I
Reputation  120 - II
Reputation  480 - III    
Reputation  1440 - IV">
        </mission>
The question is how do I make it looks that way cause the actual code only makes the description looks like this ingame?
Your reputation in the eyes of gnomekind is <number>.
Your standing rises at: Reputation 30 - I
Reputation 120 - II Reputation 480 - III
Reputation 1440 - IV
and I need it like this:
Your reputation in the eyes of gnomekind is |STATE|.
Your standing rises at:
Reputation 30 - I
Reputation 120 - II
Reputation 480 - III
Reputation 1440 - IV

Any help will be very appreciated.
 
Last edited:
Back
Top