• 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.2 (Crying Damson)

Status
Not open for further replies.
i dont undersand this, how do i get off that first island u begin on at this download? heres just rats and stuffs, and i cant find any oracle to tp me to the main island, help!
 
I have a question.

Why do paladins have exhaust while using melee and offensive spells? Is there any way to change it?
 
Its done since 2 days.

Yeah, thank god Cip modified something else so all noobs won't modify the server themselves to 8.41 and call say they're pro \m/

Call me elf :)
hmm- author uses creature name, targetId uses creature id, fe.
Code:
doPlayerSendChannelMessage(getCreatureByName("AGS"), "Elf", "BR?", TALKTYPE_NORMAL, CHANNEL_HELP)
makes ELF to ask on Help channel by normal speak "BR?" which will be seen only by AGS, but try to test it yourself.
I've added it because needed to use it on onJoin/LeaveChannel:
Code:
function onJoinChannel(cid, channelId, users)
	if(channelId == CHANNEL_GUILD) then
		local guildId = getPlayerGuildId(cid)
		if(guildId ~= LUA_ERROR) then
			local guildMotd = getGuildMotd(guildId)
			if(guildMotd ~= "") then
				addEvent(doPlayerSendChannelMessage, 150, cid, "", "Message of the Day: " .. guildMotd, TALKTYPE_CHANNEL_W, CHANNEL_GUILD)
			end
		end
	elseif(channelId == CHANNEL_HELP and getPlayerAccess(cid) > 2 and isPlayerGhost(cid) ~= TRUE) then
		for i, pid in ipairs(users) do
			doPlayerSendChannelMessage(pid, "", getCreatureName(cid) .. " joins channel.", TALKTYPE_CHANNEL_W, 9)
		end
	end
end

#topic:
The reason why I'm delaying PL1 is fact, it won't be released. I've decided to not release it, but wait and make a seperate version, 0.3.3, due to protocol 8.41.

Thanks Elf, and what about doPlayerSendToChannel(cid, targetId, SpeakClasses, message, channel[, time])?
 
repair sql conection please.


ye i had some problems to with this sometimes it loads sometimes it dont it comes to optimize tiles then it stops i could be like that for 5 min but if i press restart on xampp it start loading directly anyone know what it could be?


thanks in advance
 
#up Lolzzzz
eh i lost sql connection again :/
 
repair sql conection please.

Weird, I never lost the SQL Connection to the database, nor had any crash. However, the thing may be because there's only me on the server.
 
By the way; could anyone help me fix this:
PHP:
[25/03/2009 13:47:57] God Cykotitan has logged out.
[25/03/2009 13:47:58] Warning: [Vocations::getVocation] Vocation 4294967295 not found.
[25/03/2009 13:47:58] Warning: [Vocations::getVocation] Vocation 4294967295 not found.
[25/03/2009 13:47:58] God Cykotitan has logged in.

The warning occurs when any of the God characters logout. I haven't tried making new characters.
 
Weird, I never lost the SQL Connection to the database, nor had any crash. However, the thing may be because there's only me on the server.

yeah that's why u don't lost it yet on 50 -40 players i have 0 crashes on server but on 200 + server i have crash maybe each 12 -24 hours.
 
weird

[25/03/2009 14:34:33] The Forgotten Server, version 0.3.2 (Crying Damson)
[25/03/2009 14:34:33] A server developed by Elf, Talaturen, Lithium, Kiper, Kornholijo, Jonern & Nightmare.
[25/03/2009 14:34:33] Visit our forum for updates, support and resources: http://otland.net.

[25/03/2009 14:34:33] >> Loading config (config.lua)
[25/03/2009 14:34:33] > Using plaintext passwords
[25/03/2009 14:34:33] >> Loading RSA key
[25/03/2009 14:34:33] >> Starting SQL connection
[25/03/2009 14:34:34] >> Running Database Manager
[25/03/2009 14:34:35] > Optimizing table: accounts
[25/03/2009 14:34:35] > Optimizing table: bans
[25/03/2009 14:34:36] > Optimizing table: global_storage
[25/03/2009 14:34:36] > Optimizing table: groups
[25/03/2009 14:34:36] > Optimizing table: guild_invites
[25/03/2009 14:34:36] > Optimizing table: guild_ranks
[25/03/2009 14:34:36] > Optimizing table: guilds
[25/03/2009 14:34:37] > Optimizing table: house_data
[25/03/2009 14:34:37] > Optimizing table: house_lists
[25/03/2009 14:34:37] > Optimizing table: houses
[25/03/2009 14:34:37] > Optimizing table: player_deaths
[25/03/2009 14:34:37] > Optimizing table: player_depotitems
[25/03/2009 14:34:38] > Optimizing table: player_items
[25/03/2009 14:34:38] > Optimizing table: player_skills
[25/03/2009 14:34:38] > Optimizing table: player_spells
[25/03/2009 14:34:38] > Optimizing table: player_storage
[25/03/2009 14:34:38] > Optimizing table: player_viplist
[25/03/2009 14:34:39] > Optimizing table: players
[25/03/2009 14:34:39] > Optimizing table: server_config
[25/03/2009 14:34:39] > Optimizing table: server_motd
[25/03/2009 14:34:40] > Optimizing table: server_record
[25/03/2009 14:34:40] > Optimizing table: server_reports
[25/03/2009 14:34:40] > Optimizing table: tile_items
[25/03/2009 14:34:41] > Optimizing table: tiles

it stops here then when i press restart on xampp it works again but then it couldnt connect with some z_blabalba from database.. someone help please i never had this issue before ^^
 
weird

[25/03/2009 14:34:33] The Forgotten Server, version 0.3.2 (Crying Damson)
[25/03/2009 14:34:33] A server developed by Elf, Talaturen, Lithium, Kiper, Kornholijo, Jonern & Nightmare.
[25/03/2009 14:34:33] Visit our forum for updates, support and resources: http://otland.net.

[25/03/2009 14:34:33] >> Loading config (config.lua)
[25/03/2009 14:34:33] > Using plaintext passwords
[25/03/2009 14:34:33] >> Loading RSA key
[25/03/2009 14:34:33] >> Starting SQL connection
[25/03/2009 14:34:34] >> Running Database Manager
[25/03/2009 14:34:35] > Optimizing table: accounts
[25/03/2009 14:34:35] > Optimizing table: bans
[25/03/2009 14:34:36] > Optimizing table: global_storage
[25/03/2009 14:34:36] > Optimizing table: groups
[25/03/2009 14:34:36] > Optimizing table: guild_invites
[25/03/2009 14:34:36] > Optimizing table: guild_ranks
[25/03/2009 14:34:36] > Optimizing table: guilds
[25/03/2009 14:34:37] > Optimizing table: house_data
[25/03/2009 14:34:37] > Optimizing table: house_lists
[25/03/2009 14:34:37] > Optimizing table: houses
[25/03/2009 14:34:37] > Optimizing table: player_deaths
[25/03/2009 14:34:37] > Optimizing table: player_depotitems
[25/03/2009 14:34:38] > Optimizing table: player_items
[25/03/2009 14:34:38] > Optimizing table: player_skills
[25/03/2009 14:34:38] > Optimizing table: player_spells
[25/03/2009 14:34:38] > Optimizing table: player_storage
[25/03/2009 14:34:38] > Optimizing table: player_viplist
[25/03/2009 14:34:39] > Optimizing table: players
[25/03/2009 14:34:39] > Optimizing table: server_config
[25/03/2009 14:34:39] > Optimizing table: server_motd
[25/03/2009 14:34:40] > Optimizing table: server_record
[25/03/2009 14:34:40] > Optimizing table: server_reports
[25/03/2009 14:34:40] > Optimizing table: tile_items
[25/03/2009 14:34:41] > Optimizing table: tiles

it stops here then when i press restart on xampp it works again but then it couldnt connect with some z_blabalba from database.. someone help please i never had this issue before ^^

try to set in config.lua optimizetables to no or somthing like that.
 
Elf, when i'm compiling The forgotten server and making that ./autogen.sh

im getting this..
Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'

Should it looks like this?
 
How come in database when player gets promoted there vocation number does not change to the promoted number in vocations.xml?
 
Status
Not open for further replies.
Back
Top