Jump to content

mich125

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by mich125

    Bought it yesterday, tested it, and it works great! Every option does what he advertised. Asoter provided good installation instructions in PDF, with pictures. If you are familiar with TSM addon, then this plugin is a must, and definitely worth buying it for this price tag.
  1. thats all easy to do, hard part is for bot to wait as long tsm stuff is being done like posting, canceling etc
  2. just change name to Transmute: Living Steel ProfessionsTestOne.xml
  3. Sure, you will just have to put cords/object id of particualar anvil you want him to go to. here you have example where i used anvil in dalaran near obli forge: ProfessionsTestOne.xml var position = new Vector3(-729f, 4525f, 730f); int objEntryId = 246942; you just switch cords and objid to the object you want him to go to.
  4. Hey, I got your pm, sry i was kinda busy, but here is a working one, i tested it on my toon, and works fine. ProfessionsTestOne.xml
  5. Ok i found a solution, i googled a bit, and used macro /console autoDismount 1 and now it works fine -_- had to disable that somehow
  6. Oh right, i changed permissions to watch video. I have no idea why its like that, like i said few days ago it worked fine;/
  7. Profile has nothing to do with that, profile = cords, nothing more, and besides that as you can see on the movie above its same without bot.
  8. Ive tried that, look https://www.youtube.com/watch?v=u8wU9uMV8u0 also deleted cache folder, and disabled all addons with bot it does exactly the same thing, wont dismount
  9. It doesnt now, even when i try without the bot it wont auto dismount, it used to work fine few days ago, now it wont. Please check it
  10. Hm, today i updated bot, and it skips every node, in game all i see is "you are mounted" error and he goes to next node. I have auto dismount in flight checked in game, if that changes anything log looks like this: 18:41:19 - [Farming] Farm >xx -; xx; xx ; "None" 18:41:25 - [Farming] Farm successful 18:41:33 - [Farming] Farm >xx - ; xx; xx; "None" 18:41:37 - [Farming] Farm successful 18:41:57 - [Farming] Farm >xx -; xx ; xx ; "None" 18:42:04 - [Farming] Farm successful Problem is, he wont dismount before attempting to mine.
  11. You need to open profession window before you can craft, so in a profile there is always 1st macro to open profession window for example: /cast Engineering and then to craft an item, there is 2nd macro, where you can just edit craft name, so yea, you can change this example to like /cast Engineering craft something like sky golem /cast Tailoring craft something etc... ite pretty simple
  12. All you have to do is: In reloger make profile like: ChangeCharacter 1st alt Run profile for his profession for like 2mins, so he have time to craft. ChangeCharacter to 2nd alt etc... And to make character craft here you have an example profile for embersilk cloth, 1st macro open tailoring, 2nd casts embersilk cloth, if you want 1 more cooldown from tailoring you add 1 more macro, and you make such profiles for all your professions/characters, however you want. And its quester profile btw, so you need to run bot in quester. Hope you understand me:) Embersilk Cloth.xml
  13. Run few reloggers, each for different wow.exe
  14. I always put in 99999, thats like 70days, so you can assume its infinite:D
  15. Well its pretty simple, you pulse <QuestsSorted Action="Pulse" NameClass="GotoQuestNPC" /> <QuestsSorted Action="Pulse" NameClass="PickupQuest" /> GotoQuestNPC is simple followpath which you record, from previous step to this npc, so bot will follow this exact path, and then when you are close to npc, you pulse pickup quest
  16. You could pulse followpath from flightpath closer to this npc with step complete when at last waypoint, and then pulse pickup quest from this npc, just my idea:)
  17. I wanted to make a profile for Gate of the Setting Sun Dungeon, but when i got to last boss it is kinda over my abilities:( Maybe someone could help me out, I need a script for last boss: Boss is this npc: <Npc> <Entry>56877</Entry> <Name>Raigonn</Name> <Vector3 X="960.5662" Y="2306.168" Z="296.1062" Type="Flying" /> <Faction>Horde</Faction> <Type>None</Type> <ContinentId>TheGreatWall</ContinentId> </Npc> He has a buff id 107118 http://www.wowhead.com/spell=107118/impervious-carapace Impervious Carapace Reduces damage taken by 99%. To take this buff away, so boss is possible to kill, weak spot needs to be killed first: <Npc> <Entry>56895</Entry> <Name>Weak Spot</Name> <Vector3 X="960.6653" Y="2309.694" Z="313.9673" Type="Flying" /> <Faction>Neutral</Faction> <Type>None</Type> <ContinentId>TheGreatWall</ContinentId> </Npc> However to get to Weak Spot, one needs to use Artilery object, to shoot himself up on to the Weak Spot, there are a few Artileries to use in the room, all have same id, just different cords: One of them: Artillery id 59819 2290.71 296.1056 162.7399 Boss can throw person down, before he destroys Weak Spot, so repeat use of artillery may be necessary. Here is a full code from honorbuddy dungeon buddy for this boss, if thats any help: http://pastebin.com/raw/QjGg2C4c
  18. Try something like that i think <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunLuaCode" NameClass="if MovieFrame:IsVisible() then MovieFrame:StopMovie() else CinematicFrame_CancelCinematic() end GameMovieFinished()" /> <QuestsSorted Action="Wait" NameClass="1000" />
  19. Did you put WoW1 for first and WoW2 for second account in account name field in relogger settings? Works fine for me.
  20. So i rewrote my profile using @Runaro solution, just had to group up more than one waypoint in a single runcode, else its too slow. So far looks good, will monitor it longer if it skips waypoints after a while. ----------- Ok so i monitored it for a few hours, and it fixed my issue completely, happy me:D
  21. yes putting reset before every goto pulse didnt help
×
×
  • Create New...