• 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.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "closeServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "openServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeNpc" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeMonster" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "reloadInfo" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeSummon" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "squelch" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "clickTeleport" does not exist.


anyone know how to fix this would be thankfull for answers, this happends when i upgraded to crying damson 0.3.2


thanks in advance
 
@tyngaste
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "squelch" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "clickTeleport" does not exist.

^^^^ q means that those missing files in the folders scrpt of talkactions! bring proof of the original folder talkactions original!
 
when will be done tfs 8.41?
Its done since 2 days.
gogogo 8.41 ;D

I tried to update it myself but it was epic fail, Lol
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/
Good job elf, erp0t, lef or whatever... lol

How does "rateStaminaHits" work?
Code:
rateStaminaHits = 3

And how does this functions work?
Code:
	doPlayerSendChannelMessage(cid, author, message, SpeakClasses, channel)
	doPlayerSendToChannel(cid, targetId, SpeakClasses, message, channel[, time])

I got a debug trying to use them.
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.
 
@tyngaste
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "squelch" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "clickTeleport" does not exist.

^^^^ q means that those missing files in the folders scrpt of talkactions! bring proof of the original folder talkactions original!

how do i fix them please be more specific.

thanks in advance
 
@elf

dont forget to fix exana pox use in run and paralyze
 
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.

In my opinion it would be better if you patch 0.3.2 with bug fixes not necessaryly with upgrade to 8.41. I think that not only I am waiting for 0.3.2pl1 due to crashes that appear in the latest version.

Please state your opinion in the view of my post.
 
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "closeServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "openServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeNpc" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeMonster" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "reloadInfo" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeSummon" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "squelch" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "clickTeleport" does not exist.


anyone know how to fix this would be thankfull for answers, this happends when i upgraded to crying damson 0.3.2


thanks in advance
 
exana pox works u just did not update all your files.
 
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "closeServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "openServer" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeNpc" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeMonster" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "reloadInfo" does not exist.
[22/03/2009 21:06:08] [Warning - TalkAction::loadFunction] Function "placeSummon" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "squelch" does not exist.
[22/03/2009 21:06:09] [Warning - TalkAction::loadFunction] Function "clickTeleport" does not exist.


anyone know how to fix this would be thankfull for answers, this happends when i upgraded to crying damson 0.3.2


thanks in advance

I know- click on the "Logout" link above, plsss.
 
I've updated from TFS 0.2 to 0.3.2 today =D
There aren't any bugs at startup now, and I hope I updated all the files in data/

I managed to get the website working without any problems, too. (except for the signatures bug)

However I have one question;
How do I use broadcast class?

Thanks in advance, this is all great ;>
 
I know- click on the "Logout" link above, plsss.

managed to fix some of these issues anyone that could help me with these?

[23/03/2009 16:56:54] Lua Script Error: [TalkAction Interface]
[23/03/2009 16:56:54] data/talkactions/scripts/gamemaster.lua

[23/03/2009 16:56:54] luaCreateConditionObject(). Condition not found

[23/03/2009 16:56:54] Lua Script Error: [TalkAction Interface]
[23/03/2009 16:56:54] data/talkactions/scripts/gamemaster.lua

[23/03/2009 16:56:54] luaCreateConditionObject(). Condition not found

[23/03/2009 16:56:54] Lua Script Error: [TalkAction Interface]
[23/03/2009 16:56:54] data/talkactions/scripts/gamemaster.lua

[23/03/2009 16:56:54] luaCreateConditionObject(). Condition not found

[23/03/2009 16:56:54] Lua Script Error: [TalkAction Interface]
[23/03/2009 16:56:54] data/talkactions/scripts/gamemaster.lua

[23/03/2009 16:56:54] luaCreateConditionObject(). Condition not found
[23/03/2009 16:56:56] [Warning - Event::loadScript] Event onThink not found (data/globalevents/scripts/history.lua)

thanks in advance
 
@to all retards with problem with quests after upgrading TFS
old_system.lua
Code:
local annihilatorReward = {1990, 2400, 2431, 2494}
function onUse (cid, item, fromPosition, itemEx, toPosition)
	if item.uid > 1000 and item.uid < 10000 then
		local itemWeight = getItemWeightById(item.uid, 1, FALSE)
		local playerCap = getPlayerFreeCap(cid)
		if isInArray(annihilatorReward, item.uid) == TRUE then
			if getPlayerStorageValue(cid, 30015) == -1 then
				if playerCap >= itemWeight then
					if item.uid == 1990 then
						local container = doPlayerAddItem(cid, 1990, 1)
						doAddContainerItem(container, 2326, 1)
					else
						doPlayerAddItem(cid, item.uid, 1)
					end
					doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemNameById(item.uid) .. '.')
					setPlayerStorageValue(cid, 30015, 1)
				else
					doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemNameById(item.uid) .. ' weighing ' .. itemWeight .. ' oz it\'s too heavy.')
				end
			else
				doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "It is empty.")
			end
		elseif getPlayerStorageValue(cid, item.uid) == -1 then
			if playerCap >= itemWeight then
				doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemNameById(item.uid) .. '.')
				doPlayerAddItem(cid, item.uid, 1)
				setPlayerStorageValue(cid, item.uid, 1)
			else
				doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemNameById(item.uid) .. ' weighing ' .. itemWeight .. ' oz it\'s too heavy.')
			end
		else
			doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "It is empty.")
		end
	else
		return FALSE
	end
	return TRUE
end
Code:
	<!-- Old quest system-->
	<action itemid="1740" event="script" value="quests/old_system.lua"/>
	<action fromid="1747" toid="1749" event="script" value="quests/old_system.lua"/>
ofc delete lines with value as "quests/system.lua"
 
@Elf, i tried to mount a real tibia map onto your server but when im trying to make a character with the AAC this Error displays on the server console:
[23/03/2009 15:21:24] sqlite3_step(): SQLITE ERROR: players.description may not be NULL

Would love a explanation how to solve this problem!!!!!!
 
Status
Not open for further replies.
Back
Top