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

[7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

I've added premium days through phpmyadmin, but they are not decreasing.

error.png


This is the account.h file (idk if relevant lol).

error1.png


This is how it looks if i log into my account

error3.png


In-game i am free account.
 
Premium account is in unixtimestamp - 86400 is 1 day..
Multiple that with 10 and see if you got 10 days..
No clue how othire works tho..
 
Why can't I connect to server?
My ports are open (can connect to my other servers)
Tried with localhost and public ip
 
Why can't I connect to server?
My ports are open (can connect to my other servers)
Tried with localhost and public ip

Have you changed
Code:
bind_only_global_address = true
to
Code:
bind_only_global_address = false
in config.php?
 
Hey! Is possible i change protocol client for 7.6 in definitions.h?
No one will ever want to do it, since 7.72 and 7.6 are the same thing, except the fact that 7.6 client sux hard and don't has directx9.
 
I have one doubt... i can make this in C++?

Code:
    player->client->setOwner && addSpectator(this);

The original code is:

Code:
    player->client->addSpectator(this);

i want run this two functions in same time
is right?
 
This can be a problem?

Code:
https://github.com/TwistedScorpio/OTHire/commit/b78fbbce9e78b1275806cd43005dde568fca4c59

Any solution?
 
yeah, i just ask if this att can cause crashing
someone ask it in github
It could and it was already fixed. I will not say you should check all commits ahead, but you should at least check current code before bringing it up.
 
It could and it was already fixed. I will not say you should check all commits ahead, but you should at least check current code before bringing it up.

My english is so bad, i was think this is crash was because this att, so sorry for that, and thank for support.
 
Possible bug:
Players can push NPC's. With can be a problem.
I try add flag on npc.xml but still push.
 
Back
Top