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

Status
Not open for further replies.
Cheers.
I'm a bit lost now, is it okay to use a mapeditor for version 8.6 for this server without issues?
Also, I've added all NPC's to all creatures.xml in all versions in RME's mapeditor, but the NPC's isn't showing when I open the mapeditor and going to spawn them out in the city.
Because when I downloaded this server the NPC's were missing...

Any help, ideas..? Thanks
 
Cheers.
I'm a bit lost now, is it okay to use a mapeditor for version 8.6 for this server without issues?
If you're going to use 8.54 or 8.60 items, make sure the editor's and server's items.otb are same
Also, I've added all NPC's to all creatures.xml in all versions in RME's mapeditor, but the NPC's isn't showing when I open the mapeditor and going to spawn them out in the city.
Because when I downloaded this server the NPC's were missing...
If you update the map to a newer version without importing the monsters and NPCs first, they'll get removed. Solution? Revert the spawn file.
 
I am also having a problem with charges. It seems that many revisions are affected (I am using 3884 trunk). Charges aren't saving properly, just enchant some weapon (for example war axe). After those 1000 charges item goes back to normal, but charges aren't being reset. Unenchanted war axe has one charge and it dissapeares after one hit.
Items with charges dropped by monsters have one charge.
 
If you're going to use 8.54 or 8.60 items, make sure the editor's and server's items.otb are same

If you update the map to a newer version without importing the monsters and NPCs first, they'll get removed. Solution? Revert the spawn file.

Thank you, that helped me out actually.
I still have some issues although, the current NPC's does not work as they should.
Sometimes they don't even respond me etc, I tried to replace them with older NPC's from Evolutions 0.7.8, client 8.00 and other NPC's, they kinda worked but mostly, they just ignored you like the current NPC's for this server.
I can't find any available downloads for NPC's either, for 8.7 forgotten.

Anyone got a solution, link..?
 
It must be something wrong with your npc system.
 
How to fix that Depot Bug. It doesn't save the items > yes i read, its only in SQLite, but i am using sqlite.

rep+
 
When i click the .exe nothing happens :<

My database is set and my config file any ideas?
 
Code:
admin @ localhost : ~/0.2.10.r92$ make
g++ -I. -I/usr/include/libxml2 -I /usr/include/lua5.1 -D_THREAD_SAFE -D_REENTRANT -D__NO_HOMEDIR_CONF__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -Wall -O2 -c admin.cpp
In file included from /usr/include/boost/asio/detail/impl/throw_error.ipp:21,
                 from /usr/include/boost/asio/detail/throw_error.hpp:52,
                 from /usr/include/boost/asio/detail/impl/posix_mutex.ipp:23,
                 from /usr/include/boost/asio/detail/posix_mutex.hpp:73,
                 from /usr/include/boost/asio/detail/mutex.hpp:25,
                 from /usr/include/boost/asio/detail/service_registry.hpp:20,
                 from /usr/include/boost/asio/impl/io_service.hpp:18,
                 from /usr/include/boost/asio/io_service.hpp:684,
                 from /usr/include/boost/asio/basic_io_object.hpp:20,
                 from /usr/include/boost/asio/basic_socket.hpp:19,
                 from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
                 from /usr/include/boost/asio.hpp:20,
                 from connection.h:25,
                 from admin.cpp:24:
/usr/include/boost/system/system_error.hpp:22: error: function definition does not declare parameters
/usr/include/boost/system/system_error.hpp:59: error: ‘system_error’ has not been declared
/usr/include/boost/system/system_error.hpp:59: error: non-member function ‘const char* boost::system::what()’ cannot have cv-qualifier
/usr/include/boost/system/system_error.hpp: In function ‘const char* boost::system::what()’:
/usr/include/boost/system/system_error.hpp:62: error: ‘m_what’ was not declared in this scope
/usr/include/boost/system/system_error.hpp:66: error: invalid use of ‘this’ in non-member function
/usr/include/boost/system/system_error.hpp:68: error: ‘m_error_code’ was not declared in this scope
/usr/include/boost/system/system_error.hpp:70: error: cannot call member function ‘virtual const char* std::runtime_error::what() const’ without object
/usr/include/boost/system/system_error.hpp:72: error: ‘m_what’ was not declared in this scope
In file included from /usr/include/boost/asio/detail/throw_error.hpp:52,
                 from /usr/include/boost/asio/detail/impl/posix_mutex.ipp:23,
                 from /usr/include/boost/asio/detail/posix_mutex.hpp:73,
                 from /usr/include/boost/asio/detail/mutex.hpp:25,
                 from /usr/include/boost/asio/detail/service_registry.hpp:20,
                 from /usr/include/boost/asio/impl/io_service.hpp:18,
                 from /usr/include/boost/asio/io_service.hpp:684,
                 from /usr/include/boost/asio/basic_io_object.hpp:20,
                 from /usr/include/boost/asio/basic_socket.hpp:19,
                 from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
                 from /usr/include/boost/asio.hpp:20,
                 from connection.h:25,
                 from admin.cpp:24:
/usr/include/boost/asio/detail/impl/throw_error.ipp: In function ‘void boost::asio::detail::do_throw_error(const boost::system::error_code&)’:
/usr/include/boost/asio/detail/impl/throw_error.ipp:31: error: ‘system_error’ is not a member of ‘boost::system’
/usr/include/boost/asio/detail/impl/throw_error.ipp:31: error: expected `;' before ‘e’
/usr/include/boost/asio/detail/impl/throw_error.ipp:32: error: ‘e’ was not declared in this scope
/usr/include/boost/asio/detail/impl/throw_error.ipp: In function ‘void boost::asio::detail::do_throw_error(const boost::system::error_code&, const char*)’:
/usr/include/boost/asio/detail/impl/throw_error.ipp:37: error: ‘system_error’ is not a member of ‘boost::system’
/usr/include/boost/asio/detail/impl/throw_error.ipp:37: error: expected `;' before ‘e’
/usr/include/boost/asio/detail/impl/throw_error.ipp:38: error: ‘e’ was not declared in this scope
make: *** [admin.o] Error 1
 
Just a little bug: item id="6083" is duplicated.
 
Door bug in global.lua
should be 9269, [9270]

Also /clean Freezes my ot... anyone no how to fix?
 
I bought a 100 potions when you drink one potions all potions remove wtf?
 
All its good but if i have 100x potions in one stack and i trying to use it, the script drink all of them as 1 potion.

help please
 
what is the diffrence between downloading GUI and console?

On the GUI version you have an interface with options like shutdown server, save players, reload settings, etc.

You also have all that options on the console version using in-game commands.

This server no show healing mana potions =(
And colored letters

wut??
 
Status
Not open for further replies.
Back
Top