• 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!

[8.4] The Forgotten Server v0.3 beta 3

Status
Not open for further replies.
Gosh can't edit. erp0t what about the leave/sellhosue and owner? Thanks.
 
Everything looks fine, but i'm getting runtime error after 20 seconds:p

when i open my map... before i opened it in like 5 seconds.

@edit

When i remove yalahar, it works.
 
Last edited:
the lag while cleaning its fixed for me now, now it does not freeze my pc during 45 segs - 1 min, now it just freeze 10 segs and the crash the server lol. >_^
 
the lag while cleaning its fixed for me now, now it does not freeze my pc during 45 segs - 1 min, now it just freeze 10 segs and the crash the server lol. >_^

Are you saving and cleaning once? While talking with Talaturen:
(15:32:50) FightingElf: > Cleaning time: 3.27 seconds, collected 10825 items.
1500x1500 map with, uhm, 150 players.
 
PHP:
    <globalevent name="save" interval="900" script="save.lua"/>
    <!--globalevent name="clean" interval="3600" script="clean.lua"/-->

ooh yeah :) the 4th save and the first clean are executed together o.o.

ill try making both events never be executed at same time o.o
 
Help sqlite

Whether he could in order to for me somebody help how to do Sqlite?? because I know MySql but I don't know how I ask Sqlite for the help on PM grateful będe with which it with program to open
 
PHP:
    <globalevent name="save" interval="900" script="save.lua"/>
    <!--globalevent name="clean" interval="3600" script="clean.lua"/-->

ooh yeah :) the 4th save and the first clean are executed together o.o.

ill try making both events never be executed at same time o.o

yes, change it to like:
Code:
	<globalevent name="save" interval="3480" script="save.lua"/>
	<globalevent name="clean" interval="10740" script="clean.lua"/>
(thats mine :p)
 
dang

something really wierd with this version when i clean and save it takes ages to do that on beta 3 ! when i use beta 2 it doesnt mather how much items that are on the floor it cleans 12K items with 160 players inline in 3 seks
now it takes like 600 seks same with the save whats wrong with it.
/Danne
 
something really wierd with this version when i clean and save it takes ages to do that on beta 3 ! when i use beta 2 it doesnt mather how much items that are on the floor it cleans 12K items with 160 players inline in 3 seks
now it takes like 600 seks same with the save whats wrong with it.
/Danne
Clean are bugged on beta 3
 
ya that lagg was hardcore ;<


[25/01/2009 04:32:11] > Cleaning time: 74.531 seconds, collected 182 items.
[25/01/2009 04:32:11] > Broadcasted message: "Game map cleaned, next clean in 2 hours.".
 
I checked the changes log and OMG THIS IS AWESOME!1

Great job! Thank you very much! :D
 
Are the new spells working? cuz i think i didnt update /lib folder allright i get this msg:
Code:
[24/01/2009 03:55:07] Lua Script Error: [Spell Interface] 
[24/01/2009 03:55:07] data/spells/scripts/support/protector.lua

[24/01/2009 03:55:07] luaGetPlayerSkillLevel(). Player not found

[24/01/2009 03:55:07] Lua Script Error: [Spell Interface] 
[24/01/2009 03:55:07] data/spells/scripts/support/protector.lua
[/quote]

And also.. what is this?
[quote]
[25/01/2009 02:13:21] [Error - MoveEvent::executeStep] Call stack overflow.
[/quote]

Im getting it all the time


Kind greets
Rufo
 
Status
Not open for further replies.
Back
Top