Should have a way to add a list, one by one is sick... No offense.
Is anybody could share the way to dont need to add one by one on creaturscript?
local quests = {8000,8001,8002,8103,8014,8015,8016,8017}
function onLogin(cid)
registerCreatureEvent(cid, "questslogout")
end
function...