Advertisement
SoshiSen

Battle Frontier

Oct 14th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Battle Frontier
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. ignoresquestlimit=True
  6. repeatdays=-1
  7. objectives
  8. {
  9. stage=0
  10. {
  11. {
  12. description=A description
  13. hint=An optional hint
  14. timestocomplete=1
  15. hidden=True
  16. infinite=False
  17. triggers
  18. {
  19. warp(delay=5;world=Vanha;x=-1399;y=66;z=-612)
  20. send_chat(delay=4;message=&bThe ship arrives. All aboard!)
  21. }
  22. type=chat_npc(uuid=1936afde-08fc-4092-929d-0eeee5341fb1;chatline1=Looking to get over to the Battle Frontier?;chatline2=You've come to the right place!;chatline3=As soon as the ship arrives we'll get you over there!)
  23. }
  24. }
  25. stage=1
  26. {
  27. {
  28. description=Get transport to the BF
  29. hint=Just wait
  30. timestocomplete=1
  31. hidden=False
  32. infinite=False
  33. triggers
  34. {
  35. fire_command(delay=0;command=perms user PLAYER permission set nucleus.warps.battlefrontier true)
  36. show_title(delay=3;titletext=Battle Frontier;titlecolour=dark_green;subtitletext=/warp BF has been unlocked)
  37. }
  38. type=enter_zone(minx=-1405;maxx=-1385;miny=64;maxy=67;minz=-620;maxz=-605;world=vanha)
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement