yuhsing

Untitled

Dec 14th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. 1@cash,293,200,4 script AutoSummon#main -1,3,3,{
  3. OnTouch:
  4. if ( .summon_timetick + .spawn_delay > gettimetick(2) || mobcount( "this", strnpcinfo(0)+"::Onaa" ) ) end;
  5. monster "this", -1,-1, "--ja--", 1952,1, strnpcinfo(0)+"::Onaa";
  6. .summon_timetick = gettimetick(2);
  7. sleep 60000; // 60 seconds auto-kill this mob
  8. killmonster strnpcinfo(4), strnpcinfo(0) +"::Onaa";
  9. end;
  10. OnInit:
  11. .spawn_delay = 10;
  12. Onaa: // prevent server spam error
  13. end;
  14. }
  15.  
  16. prontera,155,181,4 duplicate(AutoSummon#main) AutoSummon#1 -1,3,3,{
  17. prontera,155,161,4 duplicate(AutoSummon#main) AutoSummon#2 -1,3,3,{
Advertisement
Add Comment
Please, Sign In to add comment