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

Bug houses!

nilvagner

Long live the otland.net
Joined
May 3, 2010
Messages
118
Reaction score
3
Location
Brazil
BUG HOUSES! Please help me!

I'm having a serious problem on my server! I use 0.4_SVN The Forgotten Server.

Today is presenting the following issues:

* Player got 30 days of premium and purchase a home. When the player returns to the house is still free in his name.

* If I delete the account of the player who had a house and a premium. The house is still in his name. This even after the server save.



Can anyone help me?

My config.lua:

buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 20
housesPerAccount = 1
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 500
houseRentPeriod = "monthly"
houseCleanOld = 0
guildHalls = true
 
Houses for bugs? Seems kinda nice

If you want to delete a char do it in this order:
1. Goto 'players' in your database and look at the 'id' of the player you want to delete..
2. Click on SQL at top of the window and write in
SQL:
UPDATE houses SET owner = 0 WHERE owner = PLAYER_ID;
3. Delete the player..
 
Thank you for your attention!

But I refer to the following conditions:

- Gamemaster delete the above player and the house remains in his name.

or

- Premium player just EAEA home continues in his name.


On the website, I use: Gesior to version 8.6
 
So either code the system so it deletes houses from players or just do it like I told. or go to house and write /owner yourname and then !leavehouse command or what its now..
 
Back
Top