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

REPORT ALL 0.2 BUGS HERE (latest 0.2 svn)!

Status
Not open for further replies.

Mark

Administrator
Staff member
Administrator
Joined
May 27, 2007
Messages
6,390
Solutions
21
Reaction score
1,472
Please report all bugs in forgottenserver/tags/0.2/ (SVN) here so that we can fix them before the next release candidate is released.

Do not report bugs from 0.2.11 or trunk.

Known issues:
* Attributes are not properly saved or loaded in SQLite. (this will not be fixed in 0.2)
* Closing the server makes it go into infinte loop.
 
Deleted all posts in this thread again for the last time, it's now the last round of bug testing.

Report all issues from atleast rev 770 in tags/0.2!
 
I've not changed things in ways that they would possibly stop to work, if I would then this wouldn't be the last round of bug reporting, this is just to make sure there is no bug left to fix.
 
In the other topic of report bugs, I said the bug of doors closing, but I was wrong the id 1254 need be at verticalOpenDoors and not at horizontalOpenDoors, how i had said.

The fix is:
globa.lua: Remove 1251 from verticalOpenDoors and put in horizontalOpenDoors, remove 1254 from horizontalOpenDoors and put in verticalOpenDoors.

Sorry for this.. :confused:

[]'s
mmb
 
Last edited:
Yes I noticed that when I fixed it, would be great if you could check if it was right now.
 
@nick fury

Try rebuild all, i was have same errors first time, now it works.

#Edit
Code:
Sir Hirgon has logged in.
Failed to unserialize attr_type: 18 for item: 2599
WARNING: Serialize error in IOLoginData::loadItems
 
Last edited:
@nick fury

Try rebuild all, i was have same errors first time, now it works.

#Edit
Code:
Sir Hirgon has logged in.
Failed to unserialize attr_type: 18 for item: 2599
WARNING: Serialize error in IOLoginData::loadItems

I'm in school at the moment, will commit fix when I'm home.
 
I got a problem on my server.
When i run around and cast spells while doing it, sometimes my char gets stuck.
My char moved but the server seems to think i'm still on the previous tile.

Using rev 628 (also had it in previous revisions)
Image:
otbugxl5.jpg


Edit: Removing "-D__SERVER_PROTECTION__" fixed it. Thanks Talaturen.
 
Last edited:
I got a problem on my server.
When i run around and cast spells while doing it, sometimes my char gets stuck.
My char moved but the server seems to think i'm still on the previous tile.

Using rev 628 (also had it in previous revisions)
Image:
otbugxl5.jpg

Undefine -D__SERVER_PROTECTION__
 
exori gran e exori bugged :X, i try to atack monster with exori and exori gran but dont take damage =/

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE,

COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT,

CONST_ME_HITAREA)
setCombatFormula(combat, COMBAT_FORMULA_SKILL, 0.4, 0, 0.8, 0)

local area = createCombatArea(AREA_SQUARE1X1)
setCombatArea(combat, area)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end

<instant name="Berserk" words="exori" lvl="35" mana="120" prem="1" needweapon="1" needlearn="1" script="attack/berserk.lua">
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
</instant>
 
Talaturen, have u fixed the bug i reported a while ago here about the monsters spells?
 
exori gran e exori bugged :X, i try to atack monster with exori and exori gran but dont take damage =/

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE,

COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT,

CONST_ME_HITAREA)
setCombatFormula(combat, COMBAT_FORMULA_SKILL, 0.4, 0, 0.8, 0)

local area = createCombatArea(AREA_SQUARE1X1)
setCombatArea(combat, area)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end

<instant name="Berserk" words="exori" lvl="35" mana="120" prem="1" needweapon="1" needlearn="1" script="attack/berserk.lua">
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
</instant>

You need a weapon on your hand to make damage with exori / exori gran / exori mas.
 
Bug in doors

See my example

Code:
14:32 You see a closed door.
ItemID: [1210].
ActionID: [144]

Key Code

Code:
[B]14:34 You see a golden key (Key:144).
It weighs 1.00 oz.
ItemID: [2091].
ActionID: [144]

I go use key in door and receive This msg

The key does not Match
 
Deamon

I using

Last rev from tags e DON'T WORK

;d

#EDIT

Now Work ;D
 
Last edited:
Well.. I have one problem.. not a bug.. (to my server this is one bug).. well I need change the frag time and red skull time.. someone know where I can change?
 
Status
Not open for further replies.
Back
Top Bottom