• Visit Rebornbuddy
  • Method to return wether bot is currently gathering?

    Discussion in 'Community Developer Forum' started by tmask, Oct 30, 2014.

    1. tmask

      tmask New Member

      Joined:
      Jun 18, 2011
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Is there any method to return true/false to see if character is currently gathering at a node? I see in the documentation there is an InCombat function, but i cant find any similar one for gathering. Does one exist?
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      if(Core.Target.Name.Contains("Mineral Deposit") || Core.Target.Name.Contains("Rocky Outcrop") || Core.Target.Name.Contains("Mature Tree") || Core.Target.Name.Contains("Vegetation Patch"))
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      Please no. That will only work for english clients.

      Code:
      ff14bot.Managers.GatheringWindow.WindowOpen
      
       
    4. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Ahh yeah, my bad. That's an elegant solution that I wish I had thought of.
       

    Share This Page