• 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.2rc12 (Mystic Spirit)

Status
Not open for further replies.

Mark

Administrator
Staff member
Administrator
Joined
May 27, 2007
Messages
6,390
Solutions
21
Reaction score
1,470
The Forgotten Server 0.2,
Release Candidate 12 (Mystic Spirit)!


Changes can be found in doc/CHANGELOG.

This release comes with bug fixes from the previous release candidate, more information in doc/CHANGELOG. Please report all bugs you detect in this version in the thread you can find a link to at the bottom of this post and not on SourceForge.

DLL Files:
http://otland.net/showthread.php?t=1042

Source code (rev770):
http://forgottenserver.svn.sf.net/

Please report ALL bugs here:
http://otland.net/showthread.php?t=3375
 
Euhk, why do i have the trunk database? Groups only, no acctype.
 
Here is the change log:
[ CHANGELOG
Project Name
The Forgotten Server

Version
0.2

Codenamed
"Mystic Spirit"

License
GNU GPLv3

Forum
http://otland.net/
]

[ File changes:
D = Deleted.
M = Modified.
A = Added.

D...
data/
movements/
scripts/
firstitems.lua
* Moved first items script to creature events instead of move events

M...
config.lua
data/
actions/
scripts/
* Added protocol 8.11 potions

actions.xml
* Blueberry bush fix

creaturescripts/
creaturescripts.xml
* Moved first items script to creature events instead of move events

items/
items.otb
* Updated to protocol 8.11

items.xml
* Fixed formatting
* Corrected alot of attribute values
* Corrected alot of item names
* Added protocol 8.11 potions

movements/
movements.xml
* Moved first items script to creature events instead of move events

spells/
lib/
spells.lua
* Added new corpses to CORPSES array

spells.xml
* Added exhaustion back to spells.xml

lib/
spells.lua
* Added all new corpses to the CORPSES array
* Updated some areas for area spells

A...
data/
creaturescripts/
scripts/
firstitems.lua
* Moved first items script to creature events instead of move events
]

[ Milestone
Fixed reported issues.
Added global storage values saving (-D__GLOBAL_STORAGE__ compiler parameter required).
Fixed CPU usage.
]

[ Deprecated ]

[ MySQL Update Queries
[ Optional
CREATE TABLE `global_storage`
(
`key` INT UNSIGNED NOT NULL,
`value` INT NOT NULL,
PRIMARY KEY (`key`)
) ENGINE = InnoDB;
]
]

[ SqLite Update Queries
[ Optional
CREATE TABLE "global_storage"
(
"key" INTEGER NOT NULL,
"value" INTEGER NOT NULL
);
]
]

[ Fixed issues with...
All reported bugs that we could reproduce
except the SqLite attributes issue. It will
be fixed in 0.3, oh and we're aware of that
the /ghost command doesn't work, simply
because it's unfinished.
]
 
Good update thank god to cpu usage issue fixed!!
 
Error when I'm trying to open the server how to fix it?


Warning: [Items::loadFromXml] Item 7465 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7466 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7467 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7468 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7469 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7470 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7471 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7472 has an infinate decay-chain
Warning: [Items::loadFromXml] Item 7473 has an infinate decay-chain
 
for now it works so fine with 150 players, really great work the unic problem is that follow go a littlel slow xP

but nice , no cpu usage.. no lag.. nice nice ;]
 
Status
Not open for further replies.
Back
Top