• 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 access remove

Newone0

Member
Joined
Nov 22, 2021
Messages
59
Reaction score
7
I need a script for my char bazaar that checks if a given character has access to any houses and if it has, it removes all accesses except for the one he owns
 
Is it 'char bazaar' on website? You can't modify access to houses by editing database, when server is online.
All you can do on website is check, if player has some house invitations and block possibility to sell character.

To remove access to houses, you would need some Lua script that remove it 'in game'. What engine are you using?
 
Is it 'char bazaar' on website? You can't modify access to houses by editing database, when server is online.
All you can do on website is check, if player has some house invitations and block possibility to sell character.

To remove access to houses, you would need some Lua script that remove it 'in game'. What engine are you using?
On website
I using your code: character trade page, database schema in file: classes/playertrade.php · gesior/Gesior2012@f8e725b (https://github.com/gesior/Gesior2012/commit/f8e725bcd75c3f0476a86137fed6450725244662)
otservbr
 
Back
Top