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

Status
Not open for further replies.
umm can't get god access on newly creadet acc+char ... even changed in XML/commands.

edited XML/commands.xml:
<command cmd="/a" group="1" acctype="3"/>

ok so group is 1 but what group o_O? acctype = access? groupid? what?
so i changed group_id to "3" and i am "god" in game but still can't do ex. "/a 5" ~ message "You can not execute this command."
nevermind... fixed it

- kurwa edit powinni dodać -.-"!
 
Hey Talaturen! how can i get the data about my random crashes? compile with a debugger? that's new for me ;)
  1. In Dev-Cpp, instead of Compile press Debug.
  2. Take the new .exe from sources_folder/dev-cpp/ and move it to your server's folder
  3. Download GDB from here: Debugger, gdb, for Windows
  4. Put gdb.exe in the same folder as the server, and type this in console:
    Code:
    file TheForgottenServer.exe
    run
  5. When it crashes, type bt or where
 
Nice.

kinda sucks that 0.3 is dead 90% of my custom scripts are built into mods. i havent had enough time to checked which functions you updated support for. i know all the item attributes commands are different from 0.2 -> 0.3 so that would be nice if you included the ability to use the 0.3 functions. also i believe all globalevents are missing which is kind of big also.

Indeed the globalevent is pretty much a big deal, rather than that i prefere using 0.2.
 
  1. In Dev-Cpp, instead of Compile press Debug.
  2. Take the new .exe from sources_folder/dev-cpp/ and move it to your server's folder
  3. Download GDB from here: Debugger, gdb, for Windows
  4. Put gdb.exe in the same folder as the server, and type this in console:
    Code:
    file TheForgottenServer.exe
    run
  5. When it crashes, type bt or where

ty bby i'll give it a try
i suppose i have to download the sources first
 
Probably not a big problem, but could someone help me? I hate that if I cast for example Avalanche, every monster gets different hit. Example:
Normally a group of dragon lords should get exactly same damage (eg. 300), but here it's like... one DL gets 200, one 250, one 350... that's weird...
 
Player: Goddes Freya Sent an unknown packet header: 0xf2!

this is showing in console sometimes with some players since upgrade?
what is it?
 
Player: Goddes Freya Sent an unknown packet header: 0xf2!

this is showing in console sometimes with some players since upgrade?
what is it?

It is the packet for the report player window that was introduced in 8.57 or 8.6 (not sure). Nothing to worry about, it's just that the server won't handle the packet and it will be ignored.
 
Allocation failed, server out of memory.
Decrese the map size of your map or compile in 64-bit mode.
How big can the map be then? It's 94377 kb now.
And how do I "compile in 64-bit mode"? I'm using win7 64-bit!
 
How to make bind option in this rev? Becouse I have 2 ots on my dedicated.....

It is not possible in this release, I will fix it for 0.2.9.

Allocation failed, server out of memory.
Decrese the map size of your map or compile in 64-bit mode.
How big can the map be then? It's 94377 kb now.
And how do I "compile in 64-bit mode"? I'm using win7 64-bit!

Compile all the libraries and the server with -m64.

Kool, kinda useless how it doesn't have any monsters.

It comes with over 150 monsters, and as I've said before... The Forgotten Server is mostly an engine, if you want real Tibia monsters you should look for a datapack.
 
It comes with over 150 monsters, and as I've said before... The Forgotten Server is mostly an engine, if you want real Tibia monsters you should look for a datapack.

Naw it's fine, I fixed it. But the monster folder I had from your download was empty. ;o
 
Talaturen great release! I hope 0.4 will be introduced soon!!! I can't wait!! hehe.
Keep it up menz! you mean a lot for the Open tibia community maybe everything! well for me you are the MAN!
Keep it up!
 
isnt there a way to include somthng to happen on server startup?
 
Nope :p Tala hasnt added globalevents yet. The only way is through onLogin like gesior did it :p
 
Sorry guys maybe a stupit question.. but how I get the GOD account work?? cuzz I have access 3 and can't do a shiiet ;)
 
Status
Not open for further replies.
Back
Top