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

HOUSE_AUCTIONS Does not work?

mano368

Senior Support Team Member
Staff member
Support Team
Joined
Sep 2, 2011
Messages
646
Solutions
46
Reaction score
296
Location
Brazil
Hello Otlanders,

I tried to use house_auctions from database to buy house,

I insert:
SQL:
INSERT INTO
 `house_auctions`
(`house_id`, `world_id`, `player_id`, `bid`, `limit`, `endtime`) 
VALUES 
(2,0,2,100,101,1)

so, I restarted the server, and it disappears after the server starts, I believe as it should be, but, it does not modify the HOUSES table delivering the house ID 2 to player ID 2, as I don't understand much about it, I decided to seek your help.

1. Does not give house to player.
2. Does not remove money from balance(bid).
3. Worldid is 0.
4. Player balance = 1000000gps

I use OTXSERVER 2.15, based on TFS 0.3.7


Someone knows the problem or how to solve or if its my fault?

Thank you!
 
Last edited:
Back
Top