Everything posted by mich125
-
TSM Plugin Automation
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.
-
AH Automation Using TSM
That sounds nice
-
AH Automation Using TSM
thats kinda ghetto setup tho:p
-
AH Automation Using TSM
thats all easy to do, hard part is for bot to wait as long tsm stuff is being done like posting, canceling etc
-
Professions CoolDowns?
just change name to Transmute: Living Steel ProfessionsTestOne.xml
-
Professions CoolDowns?
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.
-
Professions CoolDowns?
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
-
Gathering while mounted
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
-
Gathering while mounted
yea, its same
-
Gathering while mounted
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;/
-
Gathering while mounted
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.
-
Gathering while mounted
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
-
Gathering while mounted
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
-
Gathering while mounted
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.
-
Professions CoolDowns?
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
-
Professions CoolDowns?
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
-
Relogger! wow1.exe wow2.exe?
Run few reloggers, each for different wow.exe
-
Relogger with tons of alts
I always put in 99999, thats like 70days, so you can assume its infinite:D
-
Avoid teleport point in Darnassus
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
-
Avoid teleport point in Darnassus
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:)
-
Need dungeon boss script
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
-
Cancel cinematic
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" />
- Relogger doesnt log on the right acc.
-
Bot skips waypoints
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
-
Bot skips waypoints
yes putting reset before every goto pulse didnt help