• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [N] Firelands Raw Gold Endless Farm

    Discussion in 'Farming' started by Zojak, Mar 22, 2016.

    1. v1go

      v1go New Member

      Joined:
      Nov 4, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      bot falls into the lava after upgrade, cache, meshes folders is deleted
      have someone similar problems?
       
      Last edited: Aug 28, 2016
    2. Vanni127

      Vanni127 Member

      Joined:
      Oct 21, 2012
      Messages:
      200
      Likes Received:
      0
      Trophy Points:
      16
      Been testing this out with my Vengeance demon hunter and it's pretty good. For some reason tho, the hardcore profile gets stuck after killing some of the elementals. It just targets a corpse of one for about 2 minutes before ending the run and leaving the instance. The medium profile seems to work better.
       
    3. Rob1129

      Rob1129 New Member

      Joined:
      Aug 28, 2016
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      not sure if its something with the profile. But I am running a blood dk ilvl689 and he does just fine misses a lot of trash and then he summons death gate and leaves to just end up sitting at ebon hold. is there some way to get him to not summon ebon hold run out and restart trash again
       
    4. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      use the hardcore version without mining
       
    5. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      can you tell me on which line of code he falls into the lava ?
      and does he fall everytime ?
       
    6. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      thats a hb issue. it somehow does not always detect if flying is available. all i did code so far is just a workaround. however i will add profiles without teleports in the next version i am currently working on.
       
    7. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      read my previus posts how to remove the teleport. however the teleport is a security against botfarmers that sit outside the instance. the idle at ebenhold is due the cooldown on the deathgate. the miss of trash is intended ... some groups mess up the pulls and some are simply not worth to pull.
       
    8. madnez

      madnez New Member

      Joined:
      Aug 6, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I've had the same issue where he sits at Ebon Hold trying to use the portal and gets the "Cant use that item" error. And after a while he Hearthstone to Nordrassil and starts running to instance with Ground Mount and not flying mount. If i interrupt him and Stop / Start he will start Flying instead again. I have no logs I'm afraid, at work atm.

      Using 0.5 Hardcore with Mining and with GBank.
      Worked flawless with 0.5BETA (havn't used it for a week though).
       
    9. MDeathPriest

      MDeathPriest Member

      Joined:
      Jan 17, 2014
      Messages:
      80
      Likes Received:
      1
      Trophy Points:
      8
      i have log with same issue i guess
      View attachment 7928 2016-08-29 09.47.txt

      btw i guess its because there is to many death gates at same spot , if you could tell the profile to go to some random spot and use deathgate to go back it would work without a problem and since many ppl are using your profile you should let us know where is the code in your profile so we can give it another spot for ourselves so it wont happen again with other botters this way everyone has its own spot to use death gate to go back to fireland and the problem wont happen

      Edit : btw how can i add forcemail in your profile ? i have already added a mailbox in Nordrassil but dont know how to add forcemail in a questing profile , can you help me please ?
      i want the bot to mail all the gold it has + lockboxes every 4 hours to a specif character , just wanted to know if its possible ?
       
      Last edited: Aug 29, 2016
    10. fragnot

      fragnot Member

      Joined:
      Feb 19, 2012
      Messages:
      756
      Likes Received:
      1
      Trophy Points:
      18
      when are these profiles coming out mate?

      Im going nuts because i have to babysit my bot so much, that isnt the intention with botting ^^
       
    11. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      wait for the new version. i can only repeat myself the ground mount bug is a hb issue that means i can NOT fix it
      if you want to forcemail you need to figure it out by yourself i dont have time to code the stuff for you
       
    12. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      depends on how i make progress but it will not take long anymore i guess by the end of the week i can make a release
       
    13. madmaximka

      madmaximka Active Member

      Joined:
      Oct 15, 2010
      Messages:
      1,275
      Likes Received:
      4
      Trophy Points:
      38
      Zojak, please create FirelandsV0.5_medium.xml version with mining support. thank you!
       
    14. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      it makes no sense... the mining is just for extra gph in the downtime. if you have to much downtime switch to normal or hardcore
       
    15. kayze

      kayze New Member

      Joined:
      Dec 3, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      hi how can i automate sending the lockboxes to my rogue?
       
    16. MDeathPriest

      MDeathPriest Member

      Joined:
      Jan 17, 2014
      Messages:
      80
      Likes Received:
      1
      Trophy Points:
      8
      he said he wont do it , anyway i have already added a mailbox in the profile , still trying to figure out how to forcemail in quest profiles gonna give you the profile later if you want
      here is back up macro if you want
      Code:
      /run local n,d,i,l=0,"NAME","Elementium Lockbox"for b=0,4 do for s=1,GetContainerNumSlots(b)do l=GetContainerItemLink(b,s)if l and strfind(l,i)then UseContainerItem(b,s)n=n+1 end if n==12 then n=0 SendMail(d,i)end end end
      
      put the name of the character your want to send the box in the instead of NAME
       
      Last edited: Aug 29, 2016
    17. kayze

      kayze New Member

      Joined:
      Dec 3, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      hey bro, i'll appreciate it if u could send me it. thanks a lot!
       
    18. itscruxx

      itscruxx Member

      Joined:
      Oct 21, 2014
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      8
      Is it normal for it to not mount up at all?
       
      Last edited: Aug 29, 2016
    19. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      no. did you check your settings ? change the mount in your settings. if you have a druid disable travel form in Singular
       
    20. skark76

      skark76 Member

      Joined:
      Feb 15, 2016
      Messages:
      80
      Likes Received:
      2
      Trophy Points:
      8
      Anyone stuck at the loading page of the fireland raid ? [​IMG]
       

    Share This Page