Advertisement
Guest User

Untitled

a guest
May 28th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - If we dont have trained fishing end
  2. - Do we want to use lures?
  3.    If
  4.         yes
  5.             check if we are already have a lure active
  6.                 if yes
  7.                 end
  8.                 if not
  9.                 check if we are outside combat and not channeling the fishing spell
  10.                 if yes
  11.                 use lure
  12.                 if not
  13.                 end
  14.         no 
  15.             end
  16.  
  17. - are our bags full?
  18.    if they are stop fishing
  19.    otherwise
  20.    
  21. - are we in wintergrasp?
  22.     if we are
  23.         battle is about to begin and the queue pops up   
  24.             either
  25.                 use hearthstone to dalaran
  26.                 accept invite and leave group
  27.                 use the flightmaster to dalaran
  28.         pvpflagged hostiler or mob is targeting/attacking us
  29.                 hand over control to the cc
  30.                
  31. - are we in a dalaran
  32.     -mail fish to alt or put it in your guildvault
  33.     - is wg ours, for at least 30m then use portal to wg Or the flighpath
  34.     - if not, wait
  35.  
  36. - do we want to keep darkwater clams?
  37.     if not trash them at a full stack
  38.    
  39. - do we want to keep grey stuff
  40.     if not and  bags are almost full and value of the item below <4g trash it
  41. - any other stuff we want to delete at full stack?
  42.         trash it
  43. -fishing
  44.         we have a pole equiped and buffed if we want to and we are not in combat
  45.         then cast fishing skill
  46.             loop through all gameobjects  check if they belong to us and if they are a fishing bobber
  47.                 if we get one, check if its bobbing,if it is, use it
  48.                 wait for the lootwindow to disappear
  49.                 wait a small random amount of time
  50.                 rinse and repeat
  51. - if we are not in combat and not fishing, check bags
  52.     if they are full and we cant remove grey stuff or darkwater clams or anything else we dont want (if we want to delete them)
  53.     use hearthstone or flightmaster
  54.    
  55.  
  56. - pluginstart/after combat is done:
  57.     do we have fishingpole equiopped ?
  58.     if weapons
  59.         save item in slots for  mainhand and offhand
  60.         equip best possible fishingpole from bags
  61.         if there are none, print error and end
  62.    
  63.     if fishingpole
  64.     continue with other checks
  65.    
  66. - when combat starts and we have weapons saved before, equip them
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement