Everything posted by nudl
-
GoTo Questions
I'm really sorry about that. I am not at home and just made the profile out of the blue. I'll send you a private message, so we can get that to work.
-
GoTo Questions
Sorry, it was my fault. Try this. GarissonProfileKalos.xml
-
GoTo Questions
No problem with that. :) Tell me if that profile I added works. (I used your gatherprofile for it) Use it with Quester. If it works, I can tell you what it does to work.
- Botting in a party? (wow tbc x5)
- Botting in a party? (wow tbc x5)
-
GoTo Questions
Use the Quest Editor, insert at the the bottom a step as RunCode with ItemsManager.UseItem("Garisson Hearthstone") And then just a step as StopBot If you need more help, don't hesitate to ask. Sent from phone.
-
General Setting per Profile?
Take a look here: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/#comment-12212
-
Multiple VM's
1. As long as they all use the same IP, you can run as many as your machines can. If you use different IP's, you'll have to buy another licence. 2. It works in a Vbox just fine. Try out with a TRIAL. 3. This really depends on your Server, Profiles and Settings. In this order. Greetings.
- Flight Master's Whistle
-
GoTo Questions
I only play WotLK, so I can't test this for Garissons. For something like this you should use the Quester Botbase. One possible way: <QuestsSorted> <QuestsSorted Action="If" NameClass="wManager.Wow.Helpers.Usefuls.MapZoneName != "Frostwall"" /> <QuestsSorted Action="RunCode" NameClass="ItemsManager.UseItem("Hearthstone");" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="If" NameClass="wManager.Wow.Helpers.Usefuls.MapZoneName == "Frostwall"" /> <QuestsSorted Action="GoToStep" NameClass="6" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="LoadProfile" NameClass="Profile.xml" /> </QuestsSorted> Note that you can use this for all zones. You can lookup the correct zonename on wowhead. Change ("Hearthstone") to any Item you want to use. The simplest way would be to just always only use the Garisson Hearthstone at the beginning of the profile. <QuestsSorted Action="RunCode" NameClass="ItemsManager.UseItem("Garisson Hearthstone");" /> I added an profile with a bit more lines: FrostwallPort.xml Hope I could help. (Edited for reasons.)
-
GoTo Questions
If you need further assistance, just ask for it.
-
GoTo Questions
I think you can find anything you need in following Thread:
-
Cool movement while fighting
Do you have 'Random jumping when moving' activated? Deactivate it. Does something change if you activate 'Use lua to move'?
- Interact with Object and complete Quest
-
Grinder failed to start
You'll have to change your food settings under General Settings > Enter advanced settings > Food / Drink This is what you are looking for. If by create you mean if he buys food and drinks, you'll either have to put it in there or use this plugin Butler. And add, under "Enter advanced settings" > Vendor (Selling or Buying) put the Amout of Food/Drinks you want him to buy. Else, as a mage, to conjure food and drinks, you'll have to add that in your fightclass.
-
Condition for Profession
That's a bit more complicated than I thought it would be. Nontheless I'll use what's possible. Thank you for your fast answer, I'll definitely try to use this for me. I sure hope there will be an easier solution in the future. Have a nice day.
-
Condition for Profession
Hey guys, I am searching for a Profession Level Condition. Like if Tailoring skill is =>100, then the quest is complete. I searched for the *ObjectManager* but couldn't find what I am looking for. (I already thought about KnowsSpell, but that's too vague, as I need the exact level of skill.) Could anybody help me out with this please? Thank you. :)