What Tibia ???
if(strRentPeriod == "yearly")
rentPeriod = RENTPERIOD_YEARLY;
else if(strRentPeriod == "weekly")
rentPeriod = RENTPERIOD_WEEKLY;
else if(strRentPeriod == "monthly")
rentPeriod = RENTPERIOD_MONTHLY;
else if(strRentPeriod == "daily")
rentPeriod = RENTPERIOD_DAILY;
[Error - GlobalEvents:nThink] Couldn't execute event: save
and
Beds don't function!
@Elf
You fix the bug, when the player was just the premium account, you will not be removed premium vocation?
globalevents/save.lua<?xml version="1.0" encoding="UTF-8"?>
<globalevents>
<globalevent name="save" interval="900" script="save.lua"/>
<globalevent name="clean" interval="7200" script="clean.lua"/>
</globalevents>
function onThink(interval, lastExecution)
saveServer()
end
We don't support cheats as long as it doesn't cause any bug on the serverside. Simply stop cheating or live with it.
globalevents.xml
globalevents/save.lua
Not changed anything.
You can make doors disappear with this issue (http://otland.net/project.php?issueid=272).
Attached Files
File Type: 7z 0.3a1-console.7z (1.60 MB, 47 views)
File Type: 7z 0.3a1-gui.7z (1.60 MB, 48 views)
Console or Gui
on console u can only shutdown turn on ur server on gui u have more functions like relaod save kick all or sth like that.