TibiaGameHost
Hello!
Hello everybody.
I have the system War Of Emperium on my server, and I would like to finalize the winning guild castle was teleported to an exclusive hunt, in case a position
No Script in my woe.lua globalevents, add to the prize pro player has:
I would be possible to add a line there that the player received the award where teleported to the hunt unique? in this case a sort of post for the winners to be teleported.
I have the system War Of Emperium on my server, and I would like to finalize the winning guild castle was teleported to an exclusive hunt, in case a position
No Script in my woe.lua globalevents, add to the prize pro player has:
for _, cid in ipairs(getPlayersOnline()) do
if infoLua[2] == getPlayerGuildId(cid) then
doPlayerAddMoney(cid, reward)
doPlayerAddItem(cid, 2157, 50)
addEventPoints(cid, 1)
end
end
I would be possible to add a line there that the player received the award where teleported to the hunt unique? in this case a sort of post for the winners to be teleported.