Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Everything posted by eeny

  1. Keep them away... Keep them faaaaaaarrrrrrr away! My main's gametime is funded purely by "Xmog Auctions" which is my Bot Acc's buying some random green from the Ah my main put for for 60K. I VPN on my main and bot with 4 accs on my ISP. i have been here for a year...Never played the main and bot accounts side by side. no Bans yet.
  2. No you just ask... hard questions. Personally i have loaded an auto- vendor / repair addon into the WoW interface. Depending on what im doing i tell the bot to "go to town" every 110 minutes... Running relogger on a 2 our on / 2 hour off means that i should be vendoring just before the bot does its wait time. if im lvling with heirlooms i just let the bots do their thing.
  3. I tried almost everything i can think of and the procs didnt work. Buff, buffstack and a LUA code to check buff present all fell short. Have you considered Arcane/ Fire
  4. The Final Flame of Bashal'Aran looks like a straight gatherer quest. Jadefire- could could try gatherer- from the vids I have seen just set it as a kill / loot target?
  5. The bot *can* do it , just the risk far outweighs the gain. People will report you.
  6. i said a quick tutorial.. All that would be a 3 hour masterclass
  7. Ok, this is a MASSIVE subject that cant be done justice in an 8 minute youtube video... but this should get some people started.
  8. Shit, i left my crystal ball at work...I have no idea whats going on. Without letting us see what your configuration / fight class looks like, no-one can magic up an answer for you... Attach the logs / fightclass to get any type of help. Your lack of effort is VERY frustrating
  9. **retail perspective** Ok, so i had a few bots in Netherstorm because I'm finishing up my BC quest profile so i took a look at the Zaxxis quest and attached my attempt. Just looking at the profile above i cant see where its tripped up... The ONLY difference between yours and mine i can see at a functional level is the hand-in vectors in the second pulse... and that was tough to find, only with the help of https://www.diffchecker.com/diff did i find it. Other option here is my favourite addon for lazy quest hand-ins. Anyway- profile attached. Zaxxis.xml
  10. Still died on a geared 100 rogue =P... in an instance built for lvl 15's
  11. What do you mean? at 7:40 i swap the quest type over to gatherer for that specific quest The profile itself will be a "quester profile" the Quest subroutines inside that profile can be whatever you like. EDIT: do you want a tutorial on how to make a gatherer profile?
  12. Simpletons way of instance profile making... Best of luck ...its not simple.
  13. Agree with getting SlimDX as mentioned- side note: did you use relogger? that could have killed the wow process and reloged you back in.. its not going to fix the crash, but it will clean it up.
  14. Droidz made a dungeon sample- check this <iscomplete> condition return (wManager.Wow.Helpers.Lua.LuaDoString("local _, _, numCriteria = C_Scenario.GetStepInfo(); if not numCriteria or numCriteria == 0 then completedObj = 'true'; return; end; local critID; _, _, completedObj,_,_,_,_,_,critID = C_Scenario.GetCriteriaInfo(1); ", "completedObj").ToLower() == "true"); C_Scenario.GetCriteriaInfo(1) <<< change the number depending on what number the boss is on the list. I'M surprised you got botanica to work without that string...
  15. hard one as i dont usually run with gather profiles myself. If you use grinder, simply add the NPC ID of the sporling thing that appears when you harvest onto your profiles kill list and it should see it and target / kill it. this is what i have done as i only used to run grinder / quester profiles in tanann. If using a gatherer here is a long shot: Go General settings > Enter advanced settings, on the class / fight class tab- enable "attach before being attacked". on looting / farming tab ensure "ignore fighting during farm if druid" is not enabled and on mount options and in the mount options try disabling "ignore fight when on ground mount". That should get it working... however the bots going to spend a lot more time killing things now which you may or may not like (may slow down the farm rate actually) so try toggling different combinations of those settings to see what works for you.
  16. Your logs are a mess with: 22:03:16 - Combatlooter.Routine.Pulse(): System.NullReferenceException: Object reference not set to an instance of an object.at Routine.Pulse() to see whats actually going on here, lets get that cleared up first. Either turn off combat looter or see the original combat looter page by Pasterke an find he has made a fix already: Fixed null reference : CombatLooter2.zip once thats done lets see how it looks without all that noise
  17. On the first log with ur shaman you actually got some farms.. you could always make a copy of the tanaan mesh's, move them out of the directory they are now and start the bot. The bot will need to re-download new mesh's and you may have a bit more luck... Maybe worth a shot
  18. hey mate- you have the fundamentals of quest profiles down which is good- This issue was the wrong quest ID for quest <<puddle stomping>> and <<Seaside salvage>>. you had quest ID 24907 when it should be 25049. So the bot didn't see the quest in its log and went to pick it up...over...and over..it wouldnt move on till it had that quest! This often happens when alliance and horde have a similar quest. the name and objectives will be the same- the quest ID will not. you told an alliance character to pick up a horde quest and it just kept trying. The way to get the right quest ID every time is in the profile editor > tools >helper tools. see the pic below- those 3 buttons save me so much time! It can give give the quest ID's in your log, the NPC ID's around you including game objects and can even give you the ITEM ID of stuff in your bag. I have been writing profiles for months- found this out about a month ago. As for the salvaging the dead things- i can see what you were going for with the interact with target- however they were alive and thats not going to be very efficient. Droidz put a snippet of code into the below link to use tiems on NPC's with low health. I modified to only work on dead things. this is the code- see the link on how it works and how to implement. Thread t = new Thread(() => { uint itemId = 52715; int questId = 25112; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsDead) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); I have attached the 'fixed file' dont ask me how to program the balloon ride =) Tanaris 43 quest_mod.xml
  19. If it possible to pulse a wrobot logical quest (one thats not in the WoW quest log) and have wrobot complete a logical quest objective when its within x yds of a specific loccation? what would be the <<iscomplete>> value for a 'quest' like this? example is : http://www.wowhead.com/quest=62/the-fargodeep-mine - for whatever reason the quest bot wont pick up completion of this quest. if i could make it a logical quest wrobot might see the completion. thanks Eeny
  20. Just put a timer on blackout kick of 3000 (3 seconds - play around with the value) that means it will prob have 1 GCD between kicks to do...something
  21. I thought this was a no-brainer. Surprised its not done already.
  22. I like this- however i can foresee an issue with the "send file ASAP". While i understand Wrobot (Techprog) would want to distance themselves from third party transactions. If i was to buy a profile i would want it in 15 mins to an hour max. With the payment and delivery being separate (and manual) buyers will see a delay. While 24H isn't a big deal it may deter buyers. On the other side of the fence the responsibility to be available (every day) to send out a profile should someone buy it may deter some sellers. I know this is the 'price' of doing business, however i am curious to know if a more streamlined method of purchase / delivery may be available in the future. If this were to take place i would happy pay Wrobot a (reasonable) agent fee. EDIT- would linking to automated file sale / send sites such as https://sellfy.com/ be ok in the interum?
×
×
  • Create New...