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

Fix/Patch [8.62] The Forgotten Server 0.3.6 (Crying Damson)

http://www12.speedy*****malware.localhost/files/25757346/download/debug2.jpg
http://www13.speedy*****malware.localhost/files/25757372/download/2.jpg

there ya go :p
 
This is problem with wrong speaktype...

Use my release "../data/lib"
 
i can log in with the map you provided without any problems. when i try to use my map i get debug problems. i noticed the map you provided is in version 8.5.

i noticed a bug. buying runes and potions works fine and they are removed correctly. but i couldnt buy a wand or rod. it wouldnt work at all. i kept getting a client error from the npc system.

edit: i got it to work i saw your last post i replaced my ib folder and downgrade my map to 8.5. ill let you know about anymore bugs i find.
edit2: i can also confirm belows bug
edit3: when you dont have any open space in your bag or hands when buying an item it say "you dont have enough cap" when it should be "you dont have enough space"
 
Last edited:
sry for double post, but it worked ! :D but now, a new problem.. getting debug when I kill a monster :p
 
Staff need a help, and I find the solution.
When a player starts the game, starting with nothing. why has this script:

local commonItems = {
-- ITEMS ALL VOCS RECEIVE
{itemid=2457, count=1}, -- legion helmet
{itemid=2463, count=1}, -- chain armor
{itemid=2647, count=1}, -- studded legs
{itemid=2643, count=1}, -- leather boots
{itemid=2120, count=1}, -- rope
{itemid=5710, count=1}, -- shovel
{itemid=2160, count=10}, -- platinum coin
{itemid=7620, count=2}, -- mana potion
{itemid=7618, count=2}, -- health potion
{itemid=2787, count=10}, -- white mushroom
}

local firstItems = {
{ -- SORC ITEMS
{itemid=2190, count=1}, -- wand of vortex
{itemid=2175, count=1} -- spellbook
},
{ -- DRUID ITEMS
{itemid=2182, count=1}, -- snakebite rod
{itemid=2175, count=1} -- spellbook
},
{ -- PALADIN ITEMS
{itemid=2456, count=1}, -- bow
{itemid=2544, count=100} -- 100 arrows
},
{ -- KNIGHT ITEMS
{itemid=2428, count=1}, -- katana
{itemid=2525, count=1} -- copper shield
}
}

for _, items in ipairs(firstItems) do
for _, item in ipairs(commonItems) do
table.insert(items, item)
end
end

local storage = 35355
function onLogin(cid)

local receivedItems = getPlayerStorageValue(cid, storage)
if receivedItems == -1 then
--[[local backpack = ]]doPlayerAddItem(cid, 1988, 1)
local giveItems = firstItems[getPlayerVocation(cid)]
if giveItems ~= nil then
for _, v in ipairs(giveItems) do
--doAddContainerItem(backpack, v.itemid, v.count or 1)
doPlayerAddItem(cid, v.itemid, v.count or 1)
end
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You have recieved your first items!")
end
setPlayerStorageValue(cid, storage, 1)
end
return true
end

But this sever items from player to go all the ground understood the problem, let me help.
 
LOL. btw, the serv got loads many bugs. the items aren't the same etc. etc. fuck this shit lol
 
Nope. The items are fucking up. my "manarune" suddenly becomes 82 gp, when i use it again, it become uh, along with other stuff. wtf ?!
 
Chev gets a script BAN for me, what I have is giving very wrong.

I would like one that was also BAN IP.
 
Rohan O, do not understand what you are wanting.

If you want to give an update on items can help you if you want.

If you want to do an update on their OT 8:54 to 8.62 will have to make some adjustments to scripts and so on.
 
[17/12/2010 15:10:33] > ERROR: Couldn't estabilish connection to SQL database!

Where's the database?
 
Back
Top