• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

The Forgotten Server v0.3 (alpha 1)

Status
Not open for further replies.
how to import database from 0.2 to this version ? because more erros i got when i use old database "players can't log in" more errors in console
 
So bored to see all these alpha versions... Why not just release a supported one? Anyways.. thanks ;)
 
What values can be used at; houseRentPeriod = "never"?
 
---
Code:
	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::eek:nThink] Couldn't execute event: save
and
Beds don't function!

It has to work, or you've edited the script.
Beds also work.

@Elf

You fix the bug, when the player was just the premium account, you will not be removed premium vocation?

I think so , althought I didn't test, because it was last thing I've noticed before releasing.
 
globalevents.xml
<?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>
globalevents/save.lua
function onThink(interval, lastExecution)
saveServer()
end

Not changed anything.
 
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.
 
Status
Not open for further replies.
Back
Top