• 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!

TFS 1.X+ kill counter quest log not working

leeebux

Awsome
Premium User
Joined
May 18, 2009
Messages
103
Reaction score
5
Location
Sweden
So im having trouble with integrating the quest with the quest log

Code:
        <mission name="Spider attack" storageid="10003" startvalue="1" endvalue="3">
            <missionstate id="1" description="Go South west to find the spiders" />
            <missionstate id="2" description="You managed to kill |STATE| spiders so far" />
            <missionstate id="3" description="You helpt Jonathan with killing atleast 10 spiders" />
        </mission>

In the client it only shows up as "You managed to kill |STATE| spiders so far" and no numbers
 
Solution
So im having trouble with integrating the quest with the quest log

Code:
        <mission name="Spider attack" storageid="10003" startvalue="1" endvalue="3">
            <missionstate id="1" description="Go South west to find the spiders" />
            <missionstate id="2" description="You managed to kill |STATE| spiders so far" />
            <missionstate id="3" description="You helpt Jonathan with killing atleast 10 spiders" />
        </mission>

In the client it only shows up as "You managed to kill |STATE| spiders so far" and no numbers

|STATE| works only in the mission tag not in the missionstate tag I think.
So im having trouble with integrating the quest with the quest log

Code:
        <mission name="Spider attack" storageid="10003" startvalue="1" endvalue="3">
            <missionstate id="1" description="Go South west to find the spiders" />
            <missionstate id="2" description="You managed to kill |STATE| spiders so far" />
            <missionstate id="3" description="You helpt Jonathan with killing atleast 10 spiders" />
        </mission>

In the client it only shows up as "You managed to kill |STATE| spiders so far" and no numbers

|STATE| works only in the mission tag not in the missionstate tag I think.
 
Solution
Back
Top