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

Solved Weird problem - !buyhouse just dont work

Vikarious

New Member
Joined
Dec 16, 2008
Messages
93
Reaction score
2
Bad configurated into config.lua

When I spell !buyhouse it dont appear like a command, I dont know why, untill some hours before if were working perfectly, but now i dont know what had happened, when I type !buyhouse it appear in normal letters and dont happen nothing, jsut like it were not a command.

I dont knwo what is happening, I already changed it to "buyhouse" "/buyhouse" and set it as function "houseBuy" and even tried to use a script but the script is bugged.

Nothing worked, also alana res wont work too, i think that somehow happened somehting to this ufnction, but i dont knwo how it is possible...

my talckactions:

Lua:
<!-- Houses -->


	<talkaction words="alana res" filter="word-spaced" event="function" value="houseBuy"/>

	<talkaction words="!buyhouse" event="function" value="houseBuy"/>

	<talkaction words="alana grave" filter="word-spaced" event="function" value="houseSell"/>

	<talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/>

	<talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>

	<talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>

	<talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>

	<talkaction words="!leavehouse" event="script" value="leavehouse.lua"/>

Can someone help pls?
Also "alana grave" wont work.

PD: The talactions as I show is how I had download with my 0.3.5 distro, never touched it, I also had deleted one of the commands to buy, first i had deleted !buyhouse and then alana res, but wont work...

Could it be anything wiht database or bug wiht doors? I hope someone be bale to help me!
 
Last edited:
Back
Top