Jump to content

s2pidnab

Members
  • Posts

    3
  • Joined

  • Last visited

Community Answers

  1. s2pidnab's post in How to add monsters was marked as the answer   
    Onstart: warpparty "guild_vs4",7,50,$@TeamID5; warpparty "guild_vs4",92,50,$@TeamID6; set $@startss,1; monster "prontera",0,0,"Quest Poring",1002,10; sleep 2000;// add a delay of 5 secs mapannounce "guild_vs4","BUFF READDYYY!!",0; sleep 5000; for ( .@i = 5; .@i >= 0; .@i-- ){// mapannounce the count 5 4 3 sleep 1000; mapannounce "guild_vs4", .@i == 0 ? "Go!" : "starts in "+ .@i +" seconds..",0; atcommand "@killmonster"; } end; somewhat like this? hmm. not working

    thanks alot i got it solved
×
×
  • Create New...