Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32017

addEvent and creature death error

$
0
0
First of all: I use tfs 0.3.6 for 8.60.
Yeah, I know that there is downgraded 1.3, but this is not what the thread is about so please don't talk about it.
Now let's get to the topic.
I am using a spell with addEvent to stop creature from moving for x time, but...
Code:
function onTargetCreature(cid, target)
local t = 10000
    doCreatureSetNoMove(target, true)
    addEvent(doCreatureSetNoMove, t...
addEvent and creature death error

Viewing all articles
Browse latest Browse all 32017

Trending Articles