Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. static bool main_script() {
  2. if (me.act < 1 || me.act > 3) {
  3. plugin_error("meph", "can't start from act %i\n", me.act);
  4. return FALSE;
  5. }
  6.  
  7. do_town_chores();
  8.  
  9. plugin_print("meph", "running mephisto...\n");
  10.  
  11. town_move(WP);
  12. waypoint(WP_DURANCEOFHATELEVEL2);
  13. precast();
  14.  
  15. find_level_exit("Durance of Hate Level 2", "Mephisto Down");
  16. precast();
  17. //eheh, yep that's all...
  18.  
  19. return TRUE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement