Jump to content

nudl

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by nudl

  1. 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.
  2. Sorry, it was my fault. Try this. GarissonProfileKalos.xml
  3. 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.
  4. That's the one you looking for, yep! Depends on your Wrobot-Licence. The unlimited lets you run as much toons as your computer can.
  5. If I remember correctly, you just need 1 normal Bot who grinds or w/e and 4 Bots that run the Partybotbase. For them all to quest too I am sure you'd need a plugin.
  6. 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.
  7. Take a look here: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/#comment-12212
  8. 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.
  9. Use Quester. Just add this: <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText("/use item:141605")" /> Works with other items too, just look up the ID on wowhead and change it with 141605.
  10. 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.)
  11. If you need further assistance, just ask for it.
  12. I think you can find anything you need in following Thread:
  13. Do you have 'Random jumping when moving' activated? Deactivate it. Does something change if you activate 'Use lua to move'?
  14. 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.
  15. 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.
  16. 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. :)
×
×
  • Create New...