• 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.7] The Forgotten Server v0.2.9 (Mystic Spirit)

Status
Not open for further replies.
Yeah, i've got this same problem like grand128. Can anyone help us? I don't know how to use a command /ban, please, give me one example with any nick.
 
sorry, i forgot about comment, so it is:
/ban Test Ban, notation, 0, 0, "Test comment"
 
I'm using it and as I see, I have exhausted between healing spell and attack spell. Can you tell me how can I delete it?

for example I cast:
1. exori frigo
2. exura
3. exura
4. exori frigo

between 2. and 3. I have normal exhausted like for exura, but I dont want to have exhausted between 1, 2 and 3, 4. (like on RL tibia)

Please help me, I give repp
 
When I start it it says that LIBMYSQL.dll is missing from your computer. What can I do?
 
 
I guess I found a little bug with Player::checkRedSkullTicks on player.cpp

Code:
if(redSkullTicks - ticks > 0)
redSkullTicks -= ticks;

ticks = 1000 right? so the redSkullTicks will never reach 0 again if you have frags, then you will have to relog to lose your red skull. my suggestion is to use ">=" instead of ">" in the "if"
 
i got a this kind of error when i talk to an NPC and then logout

[03/01/2011 18:27:14] Lua Script Error: [Npc interface]
[03/01/2011 18:27:14] (Unknown scriptfile)
[03/01/2011 18:27:14] data/npc/lib/npcsystem/npchandler.lua:251: bad argument #1 to 'unpack' (table expected, got nil)
[03/01/2011 18:27:14] stack traceback:
[03/01/2011 18:27:14] [C]: ?
[03/01/2011 18:27:14] [C]: in function 'unpack'
[03/01/2011 18:27:14] data/npc/lib/npcsystem/npchandler.lua:251: in function 'processModuleCallback'
[03/01/2011 18:27:14] data/npc/lib/npcsystem/npchandler.lua:424: in function 'onBuy'
[03/01/2011 18:27:14] data/npc/lib/npcsystem/modules.lua:986: in function <data/npc/lib/npcsystem/modules.lua:986>

this happens to us since Mistic spirit 0.2.8

sounds familiar to anyone ?
 
What do you have on line 251 in data/npc/lib/npcsystem/npchandler.lua?
 
srry i solved the error, i forgot that i replace the file to an older one, i replace again with the 0.2.9 files and the error is this:

[03/01/2011 18:47:26] Lua Script Error: [Npc interface]
[03/01/2011 18:47:26] data/npc/scripts/bless.luanThink
[03/01/2011 18:47:26] luagetDistanceTo(). Thing not found
[03/01/2011 18:47:26] stack traceback:
[03/01/2011 18:47:26] [C]: in function 'getDistanceTo'
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:539: in function 'isInRange'
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:473: in function 'onThink'
[03/01/2011 18:47:26] data/npc/scripts/bless.lua:9: in function <data/npc/scripts/bless.lua:9>

[03/01/2011 18:47:26] Lua Script Error: [Npc interface]
[03/01/2011 18:47:26] data/npc/scripts/bless.luanThink
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:293: bad argument #3 to 'gsub' (string/function/table expected)
[03/01/2011 18:47:26] stack traceback:
[03/01/2011 18:47:26] [C]: ?
[03/01/2011 18:47:26] [C]: in function 'gsub'
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:293: in function 'parseMessage'
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:528: in function 'onWalkAway'
[03/01/2011 18:47:26] data/npc/lib/npcsystem/npchandler.lua:474: in function 'onThink'
[03/01/2011 18:47:26] data/npc/scripts/bless.lua:9: in function <data/npc/scripts/bless.lua:9>

happens with all npc's when i talk to then and then logout
 
line
539 local distance = getDistanceTo(cid) or -1
473 if(not self:isInRange(self.focuses)) then
293 for search, replace in pairs(parseInfo) do
528 local parseInfo = { [TAG_PLAYERNAME] = getPlayerName(cid) }
474 if(not self:isInRange(self.focuses)) then
 
any one know how to fix door bugs ? all doors are bugged key doors and house droors any one know how to fix ?
 
Status
Not open for further replies.
Back
Top