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

The Forgotten Server v0.3.1[pl2] (Crying Damson)

Status
Not open for further replies.
I use TFS 0.3 Beta 3, and..
When i want leave to my house "!leavehouse" says: "You are not the owner of this house"

Help please, its a bug or what?

Use v0.3.1 provided in the first post, this probably has been fixed already there IF this is a bug.
 
.exe file my Avira Antivirus is saying it has a virus called Delf.ivb is there anyway to fix this?
 
@UP

Yes it possible to fix this. JUST DISABLE YOUR Anti Virus
 
Code:
4105 admin     20   0 1750m 1.6g 3364 S   18 81.0 266:15.84 theforgottenser
it 18 % of cpu is normal with 60 players online ? on 0.2 i got 18 % with 180 players online ^^
Intel Pentium Dual E2180 2x 2.00+ GHz
 
well how this new quest system works? i didnt find anything explaning how it works... my chests are bugged and old system (quests.lua) is a little bugged on this 0.3.1
 
Code:
4105 admin     20   0 1750m 1.6g 3364 S   18 81.0 266:15.84 theforgottenser
it 18 % of cpu is normal with 60 players online ? on 0.2 i got 18 % with 180 players online ^^
Intel Pentium Dual E2180 2x 2.00+ GHz

nop

ots 24762 6.6 9.3 1845300 1543280 pts/0 Ssl+ Feb17 80:33 ./WypasOTS --config=configs/loara.lua
ots 25042 9.0 9.2 1797168 1521020 pts/1 Ssl+ Feb17 108:57 ./WypasOTS --config=configs/hitera.lua
ots 25083 4.0 8.6 1648696 1419308 pts/2 Ssl+ Feb17 48:26 ./WypasOTS --config=configs/etheria.lua
ots 25102 2.9 8.6 1668500 1421488 pts/3 Ssl+ Feb17 35:10 ./WypasOTS --config=configs/avlara.lua
ots 25128 0.0 0.0 219148 5300 pts/4 Ssl+ Feb17 0:14 ./tfls

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
25042 ots 20 0 1755m 1.5g 5436 S 21 9.2 109:20.11 WypasOTS
24762 ots 20 0 1802m 1.5g 5528 S 13 9.4 80:45.80 WypasOTS
2494 mysql 20 0 5022m 4.8g 10m S 10 30.3 134:42.64 mysqld
25083 ots 20 0 1610m 1.4g 5528 S 6 8.6 48:33.45 WypasOTS
25102 ots 20 0 1629m 1.4g 5512 S 4 8.6 35:14.85 WypasOTS
 
I got a problem with quest script , he doesn't work

SCRIPT :
PHP:
local annihilatorReward = {1990, 2400, 2431, 2494}
function onUse(cid, item, fromPosition, itemEx, toPosition)
	if item.uid > 1000 and item.uid < 10000 then
		local itemWeight = getItemWeight(item.uid, 1)
		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
						container = doPlayerAddItem(cid, 1990, 1)
						doContainerAddItem(container, 2326, 1)
					else
						doPlayerAddItem(cid, item.uid, 1)
					end
					doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemName(item.uid) .. '.')
					setPlayerStorageValue(cid, 30015, 1)
				else
					doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemName(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 ' .. getItemName(item.uid) .. '.')
				doPlayerAddItem(cid, item.uid ,1)
				setPlayerStorageValue(cid, item.uid, 1)
			else
				doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemName(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


ERROR:
PHP:
[18/02/2009 20:11:36] Lua Script Error: [Action Interface] 
[18/02/2009 20:11:36] data/actions/scripts/quests/quests.lua:onUse

[18/02/2009 20:11:36] luaGetItemWeight(). Item not found
 
I'm not quite sure why but the function
Code:
doSummonCreature(name, pos)
Doesn't seem to work for me. It always say that it is a nil value (removed?)

so i tried to use
Code:
doSummonMonster(name, pos)
instead and now no matter what creature i try to summon it always say

Code:
[18/02/2009 21:17:38] luaDoSummonMonster(). Creature not found

Anyone kno why?

The line i use looks like this

Code:
morrisonval = doSummonMonster("morrison darkspear",topos)

//Massen
 
because doSummonMonster is creating a summon to player, ex. doSummonMonster(cid, "Demon")

Dunno why it was that bad renamed, but use doCreateMonster(name, pos) && doCreateNpc(name, pos)
 
hello all. I have problem when im trying to ban ip address anyone. I have this:
~You do not have authorization for this action tfs ban

What is it?
 
arenareward.lua is not working, you can get how many items u want, just click to open chests.................. how may I fix ???
 
arenareward.lua is not working, you can get how many items u want, just click to open chests.................. how may I fix ???

ops some1 delete it wrong topic


Why my chests aren't working ? i tried to put old quests.lua from 0.2 but when i get the item it says "you have found a chest" not item name
 
I don't understand my AVG says every server there is virus :( can someone help me?:confused:

Only thing I have noticed is with the GUI release there is a virus but with the console release there isn't I use the #1 rated antvirus program called Avira and it detects 1 virus in the .exe file dont understand why a virus in that but not console but as far as my experience with servers go I think someone needs to learn how to compile with GUI cuz I have never had a problem with TFS 2 years ago when I use to use it and now I do whats up with that.

Oh and don't tell me just disable my Avira program because it wont happen I am not some stupid noob that you can get to do that I have seen GUI servers compiled without a virus and seen this one also file size is a little smaller might be due to there being a real virus I don't know but something needs to be done about this I don't think people should have to disable there virus scanner in order to use a server.

SORRY JUST MY OPINION
Thanks for hearing me out,
MonkeyIsle Inc. - (OWNER) Lord Gogeta
 
Status
Not open for further replies.
Back
Top