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

Lua Necromancer Task

viking

Member
Joined
Aug 20, 2015
Messages
323
Reaction score
22
My necromancer task Dont count on quest log, only stay in 0/4000

TFS 1.2 Protocol 10.76~10.79

What I need to do? Thanks
 
Quest Log uses storages to count.
Without looking at the scripts here's what I assume should be happening.
Gain quest storage by some means. (Npc, using an item, walking on a tile, killing a monster, using a talkaction. Doesn't matter.)
Now that you have the storage of the Quest, it appears in quest log.
Quest log main quest will be updated as completed when the quest storage is updated again.
The counter inside the quest log will most likely be a separate storage, however, depending on how it was scripted, may be the exact same storage.
This storage value would be updated using a creaturescript when the monster dies.
When you've completed all 4000, it will no longer update, and then you will need to finish the quest, by whatever means you choose, and Quest Log will be able to show completed.

Now looking at above according to your issue.
The quest storage is either incorrect or not updating.
In the particular position your in it can be one of three things.

The counter in quest log has an incorrect storage value, or is simply not set-up to count anything.
The creaturescript has the wrong storage values.
The creaturescript does not exist, and therefore cannot update the storage value.

Good luck,

Xikini
 
My necromancer task Dont count on quest log, only stay in 0/4000

TFS 1.2 Protocol 10.76~10.79

What I need to do? Thanks
1st thing is you need to learn lua ( not the whole language but at least the basics ), 2nd is you need to learn how the tfs framework works...

Lots of people know both mention above and still come to the forums for help, meet us half way and the development of your server will run a lot smoother. :)
 
Here's his original thread:
https://otland.net/threads/necro-task.237047/

His script is fine, so the next possibility is that he is missing the creaturescript to count the kills or it's not registered.


If he can't make sense of this and get working with the information given above, I don't think there's much else we can do.
 
Here's his original thread:
https://otland.net/threads/necro-task.237047/

His script is fine, so the next possibility is that he is missing the creaturescript to count the kills or it's not registered.


If he can't make sense of this and get working with the information given above, I don't think there's much else we can do.

Lol bro, my scripts is the same as you give there :S
wtf :/
 
Back
Top