Jump to content

nudl

Members
  • Posts

    110
  • Joined

  • Last visited

Posts posted by nudl

  1. 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.

  2. 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.)

     

  3. 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.

  4. 12 minutes ago, Matenia said:

    ...This plugin reads profession level through Lua. You can check out the source code.

    Here is the relevant C# code..

     

    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.

  5. 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...