• 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.
When i transfer over my map to new tfs and run the server it finishs loading "forgotten server online" then quickly closes the gui or console
 
When i transfer over my map to new tfs and run the server it finishs loading "forgotten server online" then quickly closes the gui or console

Hmm.. that's odd, anyone have any suggestions to help resolve this issue?
 
Level Doors dont works?
I have all level dors for example Action Id 1050 so gate for 50lvl+

But if i run it on TFS 0.3.1 they didnt work.
Anyone can check it?
 
all files inside the data folder, maybe?

If you mean, Reloading all of them, I've tried that.

Same problem.

[08/02/2009 16:47:22] Account Manager has logged in.
[08/02/2009 16:47:22] Account Manager has logged out.
[08/02/2009 16:47:23] Account Manager has logged in.
[08/02/2009 16:47:23] Account Manager has logged out.
[08/02/2009 16:47:23] Account Manager has logged in.
[08/02/2009 16:47:23] Account Manager has logged out.
[08/02/2009 16:47:24] Account Manager has logged in.
[08/02/2009 16:47:24] Account Manager has logged out.
 
I found my problem actually, it was because of my edited firstitems.lua.

local knightfirstItems =
{
2520,
2400,
2470,
2472,
2207,
2173,
2498,
2195,
}
local druidfirstItems =
{
2183,
2520,
8871,
7730,
2323,
2195,
2214,
2173,
}
local sorcererfirstItems =
{
2187,
2520,
8871,
7730,
2323,
2195,
2214,
2173,
}
local paladinfirstItems =
{
2547,
2455,
8891,
2647,
2195,
2497,
2173,
2169,
}

function onLogin(cid)
if getPlayerStorageValue(cid, 30001) == -1 and getPlayerVocation(cid) == 2 then
for i = 1, table.maxn(druidfirstItems) do
doPlayerAddItem(cid, druidfirstItems, 1)
end
if getPlayerStorageValue(cid, 30001) == -1 and getPlayerVocation(cid) == 1 then
for i = 1, table.maxn(sorcererfirstItems) do
doPlayerAddItem(cid, sorcererfirstItems, 1)
end
if getPlayerStorageValue(cid, 30001) == -1 and getPlayerVocation(cid) == 4 then
for i = 1, table.maxn(knightfirstItems) do
doPlayerAddItem(cid, knightfirstItems, 1)
end
if getPlayerStorageValue(cid, 30001) == -1 and getPlayerVocation(cid) == 3 then
for i = 1, table.maxn(paladinfirstItems) do
doPlayerAddItem(cid, paladinfirstItems, 1)
end
local bag = doPlayerAddItem(cid, 1988, 1)
local newbag = doPlayerAddItem(cid, 1987, 1)
doAddContainerItem(bag, 2268, 1)
doAddContainerItem(bag, 2273, 1)
doAddContainerItem(bag, 2305, 1)
doAddContainerItem(bag, 2293, 1)
doAddContainerItem(bag, 2278, 1)
doAddContainerItem(bag, 2313, 1)
doAddContainerItem(bag, 2304, 1)
doAddContainerItem(bag, 2271, 1)
doAddContainerItem(bag, 2261, 1)
doAddContainerItem(bag, 2262, 1)
doAddContainerItem(bag, 2286, 1)
doAddContainerItem(bag, 2311, 1)
doAddContainerItem(bag, 2795, 1)
doAddContainerItem(newbag, 7618, 1)
doAddContainerItem(newbag, 7588, 1)
doAddContainerItem(newbag, 7591, 1)
doAddContainerItem(newbag, 8473, 1)
doAddContainerItem(newbag, 7620, 1)
doAddContainerItem(newbag, 7589, 1)
doAddContainerItem(newbag, 7590, 1)
doAddContainerItem(newbag, 8472, 1)
setPlayerStorageValue(cid, 30001, 1)
end
return TRUE
end
end
end
end
 
It doesn't show players loggin in and loggin out in the console??
so bad :(
 
I killed one player unjustifiedly and got my entire account banished. lol was funny ;d
 
Status
Not open for further replies.
Back
Top