• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Sweden] Realesta 7.4 | PVP- RPG / RE-OPEN SUNDAY 18:00.

Status
Not open for further replies.
you are "dying" with 1 sd.

- - - Updated - - -

cmon 35 players online more more
 
Way to many bugs there, all I can say this server is about is lol.
 
Just the fact that if he had listened to his could to be - future players, there would be at least 150 players online right now.

But he disregarded all of our opinions. This only proves that he definitely won't be able to provide a long time server.
 
Fatal error: Undefined class constant 'SQL' in C:\xampp\htdocs\class\player.php on line 224

this error when i try to create character
 
Fatal error: Undefined class constant 'SQL' in C:\xampp\htdocs\class\player.php on line 224

this error when i try to create character

Your character was successfuly created.
I don't know what you mean.

with a lot of bugs? of course?
It's bullshit? Try it yourself. Here is alot of trolls on this thread not bugs.
 
My mouse was broken, or the OTS is crazy.
I must click some time 2-3 x mana fluid for 1 x use.
Who have the same problem?

Pss pss...
Need fix bug Island of king npc: Costello monk no work good <i want exap this place.
One friend of mine blew the lift Kazordoon logos and wrote that he does not play elevator does not work can not get out. Plx fix to this<<
 
Last edited:
its sense to play if u are not playing on any other ot else totally waste of time, maybe not cause i heard he fixed djins and manaregen so idk
 
Made a character to test it, server seems nice!

I just wanted to give some hints:

Remove online command from sources and add this talkaction script instead:

LUA:
function onSay(cid, words, param)
	local onlineList = getPlayersOnlineList()

	doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Players Online:")

	local str = ""
	local j = 1
	local k = 0
	for i, uid in ipairs(onlineList) do
		--Player is not shown in list if he has SpecialVip flag
		if getPlayerAccess(cid) ~= 2 then
			local name = getPlayerName(uid)
			if string.len(name) + string.len(str) > 255 then
				doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, str)
				str = name
			elseif j == 1 then
				str = name
			else
				str = str .. ", " .. name
			end
			j = j + 1
		else
			k = k + 1
		end
	end

	if str ~= "" then
		str = str .. "."
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, str)
	end

	local total = #onlineList - k
	if total == 1 then
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Total: 1 player online.")
	else
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Total: " .. total .. " players online.")
	end

	return FALSE
end

Also change:

Code:
			if(oldPos.z != newPos.z){
				//floor change extra cost
				lastStepCost = 2;
			}

to

Code:
			if(oldPos.z != newPos.z){
				//floor change extra cost
				lastStepCost = 1;
			}
 
My mouse was broken, or the OTS is crazy.
I must click some time 2-3 x mana fluid for 1 x use.
Who have the same problem?

Pss pss...
Need fix bug Island of king npc: Costello monk no work good <i want exap this place.
One friend of mine blew the lift Kazordoon logos and wrote that he does not play elevator does not work can not get out. Plx fix to this<<

Thanks for report ill fix it later.
 
Strong haste only last for 30 seconds, should be 60 in 7.4 I think
 
Status
Not open for further replies.
Back
Top