Heroes Shout Out Time! Warnin People!

smoochy boys on tour

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Ok basicly i want the NPC to shout after 15 seconds "This boss has spawned x coords.."

Iv'e looked throw hard and coulnd't find the Commands.. All i found was TimeRecall which i don't want it to do. All i simply want it to do is Shout out 15 Seconds later a Certain boss has spawned..

Here's a piece of my Script.

SENDMSG 6 "Your Mob Has spawned at 150,150"
SENDMSG 6 "You have 15 Seconds befor your monster is Globled!"
Goto @Time

[@Time]
#IF
#ACT
Time 15 Secs. <- Don't know command to shout out After 15 Seconds.
SENDMSG 0 "ExperienceMob(S) Has spawned at 150,150"

If you know the command please Post below this Post.

-Ash

PS: Not 100% sure if some commands of TD works with Heroes but i'll give it a go!
 

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
To me AutoRunRobot.txt looks wrong in a way is it? And ive tested Robot and it works.

The npc works 100%.

-Ash

---------- Post added 14-09-2011 at 07:49 PM ---------- Previous post was 13-09-2011 at 09:49 PM ----------

That is to test if it does it automaticly.. which i don't want. I want a npc to control when it says it and when it doesnt.

Thanks.

-Ash

---------- Post added 16-09-2011 at 11:13 PM ---------- Previous post was 14-09-2011 at 07:49 PM ----------

Bump.

Tryed changing RobotManage.txt to:

[@Experience]
#IF
check [101] 1
#ACT
sendmsg 0 "<$USERNAME>, ExperienceMob Has spawned at 537,562"
set [101] 0
#ELSEACT
Goto @Experience2

[@Experience2]
#IF
check [102] 1
#ACT
sendmsg 0 "<$USERNAME>, ExperienceMob Has spawned at 428,474"
set [102] 0
#ELSEACT
Goto @Experience3

But still the same.. Anyone know any reason why this isnt working?

Thanks.

-Ash
 
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Spawn Coords:

[@Coords11]
#IF
#ACT
set [111] 1
MONGENEX 0 110 320 DropMonster 0 1
SENDMSG 6 "Your DropMonster Has spawned at 110,320"
SENDMSG 6 "You have 15 Seconds befor your DropMonster is Globled!"

-Ash
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
Robot is for controlling server wide calls/funtions.

Dont think robot can be used to sey flags and things needs for 1 player.
 
Upvote 0

Cba2KillU

LOMCN Veteran
Veteran
Apr 7, 2010
692
1
105
So aint there any other way of it shouting out after 15 Seconds?

Don't wanna remake it a different way :/

-Ash
 
Upvote 0

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,201
61
155
uk
Robot is for controlling server wide calls/funtions.

Dont think robot can be used to sey flags and things needs for 1 player.

He wanted it to shout out server wide.

Edit : but yeh ice is correct robot won't read for a singe players flag, just tested ;/
 
Last edited:
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
He wanted it to shout out server wide.

Edit : but yeh ice is correct robot won't read for a singe players flag, just tested ;/

robot will shout server wide. But i think hes after doing it for each person.
 
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
When a person spawns 1 it gives them the coord's to get a chance to reach the mob and kill befor 15 seconds are over then it will global shout then it gives others to go after it.. Good for pve + challenge..

So if anyone know how to add a 15 seconds later Global shout please post below

Thanks.

-Ash
 
Upvote 0

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,201
61
155
uk
Just noticed this command, you could give it a try.. no idea if it works or not.

#ACT
MONGENEX 0 110 320 DropMonster 0 1
SENDMSG 6 "Your DropMonster Has spawned at 110,320"
SENDMSG 6 "You have 15 Seconds befor your DropMonster is Globled!"
SETONTIMER 0 15

[@OnTimer0]
#ACT
SENDMSG 0 "DropMonster Has spawned at 110,320"
 
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Nah mate but was worth a try! Were did you find this?

I would like to look were you got it. Maybe the [@OnTimer0] Bit is wrong?

-Ash
 
Upvote 0