adding announce when warped

leloush

New member
Messages
269
Points
0
Location
in front of my laptop =)
Emulator
hello guys.. need some help on this
 
mellina,63,60,6 script sample 406,{
end;
OnInit:
waitingroom "waiting room",3,strnpcinfo(3)+"::OnStart",2;
end;
OnStart:
warpwaitingpc "guild_vs2",50,50;
announce  "The raid team of "+ rid2name( $@warpwaitingpc[0] ) +" was teleported to the Raid Dungeon!",bc_blue|bc_all;
enablenpc "insidenpc";
end;
}
 
after warped to guild_vs2
 
announce to map (guild_vs2)  welcome this is sample script... etc etc..

thanks in advance..
 
Try either of these, comment included in the paste.

http://upaste.me/198f2f

It will broadcast it just before they warp but unless you want to add another few lines to make it exactly after they are warped this should be it.

 
Last edited by a moderator:
Back
Top