orzeleagle
Member
This is e scripts:
i need space of two effects : 31 , 32
sorry for my bad English, I hope that understand me
PHP:
local config = {
positions = {
["QUESTS"] = { x = 1000, y = 995, z = 7 },
["DEPOT"] = { x = 988, y = 995, z = 7 },
["ITEMS"] = { x = 988, y = 996, z = 7 },
["NPC"] = { x = 996, y = 995, z = 7 },
["Trainer"] = { x = 993, y = 991, z = 7 },
["TP ROOM"] = { x = 998, y = 995, z = 7 },
["Sadowa"] = { x = 1006, y = 992, z = 7 },
["War Zone"] = { x = 1006, y = 999, z = 7 },
["POTIONS"] = { x = 988, y = 997, z = 7 },
["Trainers"] = { x = 994, y = 991, z = 7 },
["Temple"] = { x = 924, y = 1359, z = 7 },
["POI"] = { x = 921, y = 1361, z = 7 },
["Demon Oak"] = { x = 921, y = 1363, z = 7 },
["DoomQuest"] = { x = 921, y = 1365, z = 7 },
["Demon Set"] = { x = 927, y = 1361, z = 7 },
["GoldenSet"] = { x = 927, y = 1363, z = 7 },
["Ani & DHQ"] = { x = 927, y = 1367, z = 7 },
["LabinyntQ"] = { x = 921, y = 1367, z = 7 },
["INQ"] = { x = 927, y = 1365, z = 7 },
},
effects = {
CONDITION_PARAM_DELAYED
}
}
function onThink(cid, interval, lastExecution)
for text, pos in pairs(config.positions) do
doSendMagicEffect(pos, math.random(1, #config.effects))
doSendAnimatedText(pos, text, math.random(1, 255))
end
return TRUE
end
i need space of two effects : 31 , 32
sorry for my bad English, I hope that understand me

Last edited: