• 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.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

Status
Not open for further replies.
Crying Damson.exe can t open plx show me what i do :s fasssst ??
 
Why doesn't doPlayerRemoveMoney(cid,money) work for me? Neither it returns smth nor it does anyhing.
 
In Config.lua:

Code:
forceSlowConnectionsToDisconnect = "yes"

Code:
  loginTries = 2
  retryTimeout = 99 * 1000
  loginTimeout = 199 * 1000

in data/creaturescripts/scripts add:

magebomb.lua

Code:
local config = {
	seconds = 2,		-- in seconds
	onlyWithSameIP = "yes"	-- will work for all players ("no"), or only check player with same IP? ("yes")
}

--DONT MODIFY
config.onlyWithSameIP = getBooleanFromString(config.onlyWithSameIP)

local m_lastLogin, m_lastIP = 0, 0

function onLogin(cid)
	local timeNow, playerIP = os.time(), getPlayerIp(cid)
	if(m_lastLogin + config.seconds >= timeNow and (config.onlyWithSameIP == FALSE or m_lastIP == playerIP)) then
		return FALSE
	end

	m_lastIP = playerIP
	m_lastLogin = timeNow
	return TRUE
end

in data/creaturescripts/creaturescripts.xml

Code:
	<event type="login" name="PlayerLogin" event="script" value="magebomb.lua"/>

repp++

when I added your script my ots dont even started :p
it crashes while starting, whats wrong? not errors in console ;>
 
We try to compile TFS 0.3.5pl1 in debian (linux), but this error emerges:
configure : error: "boost::asio header not found"....

any tip? =)
 
no is stable

my server is up for 40 hours, then i reboot it manually. i have 250 players online, and probably the most advanced custom coded/scripted server ever created, so if its not stable, you are either scripting bad, or converted your old ot to this version wrong.
 
I've got this server, but people crashing it when they want...

I cant solve that problem, I tried many anty mage bomb scripts, but It doesnt help me :/
 
my server is up for 40 hours, then i reboot it manually. i have 250 players online, and probably the most advanced custom coded/scripted server ever created, so if its not stable, you are either scripting bad, or converted your old ot to this version wrong.

wanna bet?
 
People have to admit that 3.5pl1 has some bugs..
and it does crash.. don't come here saying that it has 100% perfect stability because it doesn't :S
 
Well, I still have the problem with Money-functions.
I can't use doPlayerAdd/RemoveMoney(cid,money).

Also if I wanna buy a house with the buy house function it says, that I haven't enough money for that, even if I have tons of cash.

NPCS don't sell and buy any items. In the trade window of NPCs the counter of price, money and so is 0 all time.

Why doesn't the money funcs work??
 
yeh.. it does.. this ot usually closes when I click on X at top ;O
what's the problem? no stable.. -.-
lal..
 
@Matre, Elf wanted to say, that theotserver.com isn't the most advanced custom coded/scripted server ever created :)
 
:(

Something with my npc's

PHP:
[15/09/2009 22:30:48] > Map loading time: 27.078 seconds.
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] bottle,2007,3
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] cup,2013,2
[15/09/2009 22:30:48] jug,2014,10
[15/09/2009 22:30:48] mug,2012,4
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] vase,2008,3
[15/09/2009 22:30:48] amphora,2023,4
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] vase,2008,3
[15/09/2009 22:30:48] amphora,2023,4
[15/09/2009 22:30:48] bottle,2007,3
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] cup,2013,2
[15/09/2009 22:30:48] jug,2014,10
[15/09/2009 22:30:48] mug,2012,4
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] mug of mead,2012,5
[15/09/2009 22:30:48] mug of tea,2012,3
[15/09/2009 22:30:48] bottle,2007,3
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] cup,2013,2
[15/09/2009 22:30:48] jug,2014,10
[15/09/2009 22:30:48] mug,2012,4
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:48] bottle,2007,3
[15/09/2009 22:30:48] bucket,2005,4
[15/09/2009 22:30:48] cup,2013,2
[15/09/2009 22:30:48] jug,2014,10
[15/09/2009 22:30:48] mug,2012,4
[15/09/2009 22:30:48] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:48] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:49] vase,2008,3
[15/09/2009 22:30:49] amphora,2023,4
[15/09/2009 22:30:49] bottle,2007,3
[15/09/2009 22:30:49] bucket,2005,4
[15/09/2009 22:30:49] cup,2013,2
[15/09/2009 22:30:49] jug,2014,10
[15/09/2009 22:30:49] mug,2012,4
[15/09/2009 22:30:49] vase,2008,3
[15/09/2009 22:30:49] amphora,2023,4
[15/09/2009 22:30:49] vase,2008,3
[15/09/2009 22:30:49] amphora,2023,4
[15/09/2009 22:30:49] bottle,2007,3
[15/09/2009 22:30:49] bucket,2005,4
[15/09/2009 22:30:49] cup,2013,2
[15/09/2009 22:30:49] jug,2014,10
[15/09/2009 22:30:49] mug,2012,4
[15/09/2009 22:30:49] bottle,2007,3
[15/09/2009 22:30:49] bucket,2005,4
[15/09/2009 22:30:49] cup,2013,2
[15/09/2009 22:30:49] jug,2014,10
[15/09/2009 22:30:49] mug,2012,4
[15/09/2009 22:30:49] [Spawn::addMonster] Cannot find "Young Sea Serpent"
[15/09/2009 22:30:49] Parameter 'keyword_reply2' missing. Skipping...
[15/09/2009 22:30:49] Parameter 'keyword_reply3' missing. Skipping...
[15/09/2009 22:30:49] Parameter 'keyword_reply4' missing. Skipping...
[15/09/2009 22:30:49] Parameter 'keyword_reply5' missing. Skipping...
[15/09/2009 22:30:49] > Data parsing time: 1.344 seconds.
[15/09/2009 22:32:29] > Houses synchronization time: 99.828 seconds.
[15/09/2009 22:32:31] > Content unserialization time: 1.75 seconds.
[15/09/2009 22:32:31] >> Checking world type... PvP
[15/09/2009 22:32:31] >> Initializing game state modules and registering services...
[15/09/2009 22:32:31] > Global address: 127.0.0.1
[15/09/2009 22:32:31] > Local ports: 7171    7172    
[15/09/2009 22:32:31] >> All modules were loaded, server is starting up...
[15/09/2009 22:32:31] >> Forgotten server Online!
 
Status
Not open for further replies.
Back
Top