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

Request; if monster on tile bc message script

Taurus

Texass
Joined
Jan 11, 2009
Messages
616
Solutions
2
Reaction score
30
Location
United States
thanks, If you know how to make this script where if a monster is on a tile, (certain tile) then broadcast a message, if the monster is dead, or moved, dont broadcast the message.

omg, i smoke too much pot, (then ran out) and this msg didnt make sense.
i need for version 0.3.6 (the ONLY VERSION THAT SUPPORTS GLOBAL EVENTS @ Existance.)

if youre using 0.2 please update. theres is a reason why youre always looking for stuff (this server is the outdated version, which is why its so hard to keep up with the new features.)

0.3.6 is much better, and the problems it does have are very very light compared to the problems youre faced with when updating anything on 0.2 thanks for considering.
 
Last edited:
Well here is the base issue, i cannot make raids because nothing i can do will stop it from summoning more monsters around the first one. like, if no one kills the first ghazbaran, and second one comes, and more until theres 9

So i went and changed spawn time, so when this monster spawns on this tile i want it to broadcast a message, and continue to b/c it until the monster is kileld (adjustable time/chance would be cool)

i can input the coordinates. and monster name, and tile id, or unique id, but a script like this would be great

tile uid = 30001, msg = "message 1"
tile uid = 30002, msg = "message 2"

i just dont know how to start making the script.
 
Lol, oh man, you totally made me feel small, from down here I can see up your nose. Those red boogers will go away if u quit pickin it. Thanks so much for your input I dont know how I made it so far without your beautiful thoughts.
<sarcasm>
I can tell you are a very caring human being, your life must be full of happiness and friends, I wish I were like YOU!
</sarcasm>

I have said I would like a script where if a monster is on a certain tile (this tile can be related to possibly by unique id, or by position, or if the script would just check if the monster is there that would be great.

I can input the pos, I can input the uid, man I just need the script that makes a msg broadcast to all players in game that mourdera is alive.

I can set

-text
-pos
-monster name
-UID

Its for 0.3.6 come on, theres not one guy who can script that can also communicate properly with human beings?

<btw> 'Existance' <Message> <Value='This makes you look like a posin\' lil kid who needs everything to look smart because it does\n't sound smart'></Message>
</btw>

Just tell the people what info u need, is it so hard? I wouldve got the message if they just deleted my thread, but no they didnt. Why? Because. Only one version of TFS which is heavily used supports global events.
 
Last edited:
LUA:
doBroadcastMessage("Blue team won")

i think you can make it onstep in function , define your tiles with action ids and that is it so when the monster with the name u want step on it this msg will be broadcsted.
 
'Since you don\'t know how to request something then no it\'s not possible.'

Lol, oh man, you totally made me feel small, from down here I can see up your nose. Those red boogers will go away if u quit pickin it. Thanks so much for your input I dont know how I made it so far without your beautiful thoughts.
<yes-i-want>
I can tell you are a very caring human being, your life must be full of happiness and friends, I wish I were like YOU!
</yes-i-want>

I have said I would like a script where if a monster is on a certain tile (this tile can be related to possibly by unique id, or by position, or if the script would just check if the monster is there that would be great.

I can input the pos, I can input the uid, man I just need the script that makes a msg broadcast to all players in game that mourdera is alive.

I can set

-text
-pos
-monster name
-UID

Its for 0.3.6 come on, theres not one guy who can script that can also communicate properly with human beings?

<btw> 'Existance' <Message> <Value='This makes you look like a posin\' lil kid who needs everything to look smart because it does\n't sound smart'></Message>
</btw>

Just tell the people what info u need, is it so hard? I wouldve got the message if they just deleted my thread, but no they didnt. Why? Because. Only one version of TFS which is heavily used supports global events.

fixed ^.^
 
Back
Top