Mohamed Shipl
Well-Known Member #!@!$!$@ ☻☺♦♠♣•◘○7
hello guys i want make my map from 8.1 to map 8.6 please
the map will be 8.60 after you save itand the map will be 8.6 or the world only?
If your actual server is 8.10, yes you need another TFS version. If you try to open the map version 8.6 with the server 8.10 it will give you an error and the server won't startyou mean i need to download the forgotten server 8.6 and but the my world 8.1 on it after convert it
the world only!Man But The Data Only Or The World?
function onThink(interval, lastExecution)
for _, name in ipairs(getOnlinePlayers()) do
local cid = getPlayerByName(name)
if(not isPlayerGhost(cid) and getPlayerVipDays(cid) >= 1) then
doCreatureSay(cid, "VIP", TALKTYPE_ORANGE_1)
doSendMagicEffect(getPlayerPosition(cid), 39)
end
end
return true
end
<globalevent name="vipeffect" interval="2000" script="vipeffect.lua"/>