Advertisement
Guest User

aaa

a guest
Aug 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. - script Warp Kicker FAKENPC,{
  2.  
  3. OnClock0000:
  4. enablenpc "warpkicker";
  5. hideoffnpc "warpkicker";
  6. initnpctimer;
  7. end;
  8.  
  9. //After 5 minutes
  10. OnTimer300000:
  11. disablenpc "warpkicker";
  12. hideonnpc "warpkicker";
  13. areawarp "izlude",0,0,300,300,"amatsu",200,200;
  14. stopnpctimer;
  15. end;
  16.  
  17. OnInit:
  18. disablenpc "warpkicker";
  19. hideonnpc "warpkicker";
  20. end;
  21.  
  22. }
  23.  
  24. prontera,150,150,0 warp warpkicker 2,2,izlude,150,50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement