• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

mana/hp bar in %

zxzxzx

New Member
Joined
Mar 12, 2011
Messages
334
Reaction score
3
Hello! I am looking for script which would turned mana/hp bar to % for my tfs 1.1+ 10.77, (for windows, not .cpp)


for help reps++

(sorry for my English) :3
 
Following thread works just fine for me, you have to replace some lines uint16_t to int32_t and msg->put to msg.add.. I think it was all, long time ago I did it.

https://otland.net/threads/jak-wysylac-hp-i-mane-w-procentach.181560/
This is aspect of hp / mana gain should be made a standard as an option in config to choose whether you would want percentage or non-percentage values since there have been many request for this over the years.

Would be great if they added this to every distro from here on out.
 
Ok now I understand but in my tfs 10.77 I dont have .cpp/.h files where I can find them?


edit I find them but this dont work.. (Im working on it)

Ok now I have to compile this tfs how can I do this? (This tfs not use dev) help..
 
Last edited:
OK! now'm trying to compile the source for my tfs but I have problem.. look

Untitled.png


what can I do?, in my C:\local\boost_1_57_0\boost I have asio.hpp (I don't understand :<)

look

asio.png



HELP! :<
 
Yes, for sure, but I have new problem:

1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------
1>TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified.
1>
1>
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Back
Top