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

Lua HouseSell not working! TFS 4.0

Mikolaj

Banned User
Joined
Jun 11, 2010
Messages
92
Reaction score
2
Hello,

I have a problem with a talkaction that is responsible for house selling...

Here are my lines in talkactions.xml that are responsible for, you know "house things" XD

Code:
	<!-- Houses -->
	<talkaction words="!buyhouse" filter="word-spaced" event="function" value="houseBuy"/>
	<talkaction words="!sellhouse" 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" filter="word-spaced" event="script" value="leavehouse.lua"/>

Problem is that. When I say !sellhouse Test <- nothing happens. It acts like i said normal words on default channel. It doesnt even say that a name like that doesnt exist. OF COURSE I AM STANDING WITH MY TEST CHARACTER IN FRONT OF A HOUSE!!!

When I only say !sellhouse <- it says that a name doesnt exist or is not online. But i didnt even say a name ;P SO IDK XDD


Please help me :S I must have it solved in some way ;/

for help of course rep++

Thanks :)
 
@2 UP
What? LOL XD Idk why u need it and I dont know how to get this information. Here are first few lines in TFS...
11111111111111111t.jpg


EDIT

@UP
I wil ltry that in a second :)


EDIT: WORKS!!!

THANK YOU CYKOTITAN!!!!! REP++ FOR U!!! :)



P.S of course this topic can be closed. ^^
 
Back
Top