-
Hello, since I've started using this creature event, the server began crashing constantly. I assume it's because of wrong return values. I'm using as stated here: https://github.com/otland/forgottense…
Leogw updated
10 years ago
-
Could you provide the image packs that you used on http://items.znote.eu/ ?
I really need this resource to make my website works fine, because there are some itens with different id's on my ot, and ta…
-
In function void Container::onAddContainerItem(Item\* item)
error with two arguments related
-
Hi all!
I compiled OTServ and all right but when I run it and try to login with default sampleworlds.sql accounts (1,1) using the client (I have tested it with 8.70 client) I got a -1 Error(from Clie…
tsur updated
10 years ago
-
Hey, I'm wondering, how long does it take for a real map to load up for you guys and how much memory does it use (recent Revision), mine is using around 4.4 gb in a 78.8 mb real map, with 337 NPCs, is…
-
When I try to change leadership on TFS 1.0 the following message apears:
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\engine\function\users.php on line 270
and the leadership …
-
Dispatcher::stop doesn't terminate the thread (which is intended) but calling Dispatcher::start right after destroys it while it's still working. Minor issue, not really relevant. Dispatcher::start is…
ghost updated
10 years ago
-
@TwistedScorpio Here are the compiling errors I told you about on otland(This is linux, gcc):
http://pastebin.com/wCSB5HWb
-
All the times, i try compile but i have erros...
Now i have Libboost's 1.50+ but, when my tfs get 100%, he says this is error;
/tfs.dir/src/creatureevent.cpp.o: In function `__static_initialization_a…
-
In C++, if I set the server state to `GAME_STATE_SHUTDOWN` with `g_game.setGameState` will the server shutdown(save and close)?
and do I have to use `g_dispatcher.addTask` to set this state?