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

where get the Forgotten Server.dev ????

bsdailha333

New Member
Joined
Mar 3, 2015
Messages
39
Reaction score
0
hello guys I am with a doubt ...
I have:

TheForgottenServer, version 0.3.6 (Crying Damson)
Compiled with GNU C ++ version 3.4.5 (mingw special) at Jul 16 2011 12:10:57.
The server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.

I downloaded on a website, but want to edit the source to show the life and mana in percent.
Forgotten Server.dev downloaded others, but when you open the serves of error ..
is to possible convert the Forgotten Server.exe (application) to dev? the DevC ++ format

please help me !!!
 
An exe file is compiled source(s) where as a dev file is a project file for the sources and contains nothing but the configuration for the project. You need the original sources in order to recompile the server.
 
is working, but it is giving error in the script ...
I'm using this script;

http://otland.net/threads/jak-wysylac-hp-i-mane-w-procentach.181560/

the my :

MSG> AddU16 (player-> getHealth ());
MSG> AddU16 (player-> getPlayerInfo (PLAYERINFO_MAXHEALTH));

MSG> AddU16 (player-> getPlayerInfo (PLAYERINFO_MANA));
MSG> AddU16 (player-> getPlayerInfo (PLAYERINFO_MAXMANA));

you tell me what is wrong ???
 
Back
Top