Hello, I have problem. I have used this guide
http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/
My problem is that the Taska you do not get experience
All did well, not only pasted the
How to fix my problem I got the experience
//Sorry for poor English, but I'm Polish man
http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/
My problem is that the Taska you do not get experience
All did well, not only pasted the
IMPORTANT!
If you've been using my other script and you want to implement this new script, to prevent players can repeat finished tasks change:
This:
Luaif getCreatureStorage(cid, tasks[msg].questStarted) == 2 then
selfSay("You already finished this task.", cid)
talkState[talkUser] = 0
can = false
end
How to fix my problem I got the experience
//Sorry for poor English, but I'm Polish man