Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //set your autoattack to something that wins.
  2. while(get_property("_snojoFreeFights").to_int() < 10){
  3. adv1(to_location(460),-1, "");
  4. while(in_multi_fight()){
  5. run_combat();
  6. }
  7. cli_execute("cast cannelloni cocoon");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement