Jump to content

mael

Members
  • Posts

    37
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mael's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. what you see written here, coppy that into spell name and scroll down and set it up as LUA script, and thats all, u can alter some more but this is what you need to get it to work
  2. as far as I am aware this shouldn't happen like ever. So I am 99% sure that u will be safe without wiping anything. Blizzard shouldn't have access to your other files and there is no way it could flag your account by having such an app in PC.
  3. It matters because sometimes You don't want to put all the points in certain talent. Anyway thank you for the link
  4. Hello there, I have been messing around with new profiles for TBC and I want to make the bot assign the talents by itself. So after looking on the forum here I couldn't find an answer. So I checked the assign talents options, checked the wow api and found this: LearnTalent(tabIndex,talentIndex) - Learns a talent from the talent tree. ok so.. I went to update my Fightclass so.. basically what I did was: add the script as spell set it up as lua script combat only = false added condition - me level == XX now the last problem I face is that I would like to somehow make it run only once, i can setup some high number for it to occur again but that is not what I want. (if I won't be able to find solution so be it) Ideally It would check whether talent was allocated and then if it was It wouldn't do it again. I want it to keep the best performance and this solution doesn't seem good to me. -this is the last problem I have with this solution, but if there is some other way to assign talents in TBC I would love to hear them. I appreciate any help with this thing! Thank you!
  5. Hello there, found this really useful! There is this thing ... I am working on Questing profile for hunter which will level automatically to max level and there is constant need to change the food for this character so I looked into API and LUA and made this simple modification if UnitLevel("pet") < 18 then if GetPetHappiness() < 3 then CastSpellByName("Feed Pet") UseItemByName("Tough Jerky") end elseif UnitLevel("pet") > 17 and UnitLevel("pet") < 30 then if GetPetHappiness() < 3 then CastSpellByName("Feed Pet") UseItemByName("Tough Jerky") end else end this is just little example for now... I will probably end up using elseif all the time... I want to ask you whether you could help me and think of better solution. Maybe better looking or more efficient (efficiency > looks). Thanks! I can think of making bot check the pet level only when character levels up? also maybe create functions.... This is my first time playing with LUA
  6. I understand what you mean, but the thing is I would be ok if it would ignore only gold vein, but after getting fail it ignores iron deposit and tin veins as well, so your workaround kinda works but still this should be checked :)
  7. Hello, So another problem with Gatherer in Thousand needles, I encountered this problem about 4 times always on the same position. around - 44.6 and 40.2. Bot completely stops and does nothing, found out after having my paladin 20 minutes idle on the spot. Today I tried this with another character to test it and give shorter log. Happened again. I made for myself a new profile which avoids kolkars but it is a waste since there is quite a few veins there. I started bot, it mined about 3 veins and then the bug described here appeared: Bug Report after that bot went on and again Kolkar Wrangler threw net at my character which stopped and did nothing, did not even dismount and it did let the Wrangler to shoot at my character the whole time. 22 Jul 2017 07H17.log.html
  8. Ok, so what literally happens is that, I let bot run almost all over Thousand Needles. When I checked him back there was no Ore at all so I watched over it and what happens is that it goes the right path nicely but totally ignores any veins / deposits. So when I went around gold vein and iron deposit I stopped bot and started it again, everything went smoothly bot went and mined those 2. After those 2 he did not mine anything else again broken. What I noticed is that it also happened once on this occasion: Bot tried to mine vein but got like 10x failed and then It continued ignoring everything again. It is not problem of Fightclass, happened on 2 different classes, on paladin I did reset bot and wow a few times and it worked for a while so I finished Iron ore farming on that character but it is pain in the ass to monitor if it is mining and reset it so it can work. Mining with both characters in Redridge mountains worked fine. 22 Jul 2017 05H27.log.html
  9. BUMP! Actually I started with creating my army of druid bots and this would be so great to have!!
  10. Thank you very much, aell it is dense area with mobs so that is maybe why it has some problems.
  11. Yes I do know about that, but if there is a way to fix this... since I would like to keep this setting. But thank you.
×
×
  • Create New...