Jump to content

Teksun

Elite user
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Teksun

  1. Is there a way to make a plugin for loot rolls. I multibox a 5 man team and am looking into making dungeon profiles. Instead of setting free for all loot or whatnot can you make the plugin do say:

     

    ifLootRoll{code I don't know};

    NeedButton is clickable then {click the need button},

    Else

     

    Disenchant {click disenchant}

    Else

     

    Greed {click greed}

     

     

  2. Not really sure I get your logic. The profile works fine so far but why do you have so many of the quest givers with the same name?

    Are you using Zygor Guides? though it's not required it's the fastest way to level because it gives you when to pick up and when to do certain quests so you're not all over the map.

     

    PM me and I can get you the Zygor guide

  3. For me it fills in the quest order box, so no pulse this blah blah, and the quest giver box with the exclusion of location, all the quest id's are already there just used a lvl 90 toon to locate them all first. I also use the addon quest competist to help if i need it.

     

    Just in case anyone else wants to know the process I'm using here it is:

    locate the zygor guide in the zygor addon folder (im using zygorleveinghordeCATA.lua, open it with notepad++ In the view tab select "fold all" as it is a very large file.

    Find the guide you want to create such as =  Zygor's Horde Leveling Guides\\Eastern Kingdoms 1-60\\Eversong Woods (1-12)\\Blood Elf (1-5)

    Copy everything from = ZygorGuidesViewer:RegisterGuide to the closing ]]) before the next instance of = ZygorGuidesViewer:RegisterGuide

     

    Fire up WRobot and make sure "Quester" is selected in the main tab. Go to the product settings tab and click easy profiles creator. Click "New" then save it with a proper name.

    Click "Tools" and select "Helper Tools". Paste everything you copied into that blank screen then click "Zygor to Quester Profile".

     

    Give it some time. It takes a bit for it to process.

     

    When it finishes it will start out:

    C# file 'QuestList.cs':

     

    Scroll down unntil you see:

    Xml File:
    <?xml version="1.0" encoding="utf-16"?>
    <QuesterProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <QuestFile>QuestList.cs</QuestFile>
      <QuestsSorted>

     

    Select and copy everything from:

    <QuestsSorted> to <Npc />

     

    Open the xml file that was created when you saved your new questing profile in notepad++

     

    Select:

     

    <QuestsSorted />
      <NpcQuest />
      <Npc />

     

    And paste your new xml data over it being sure those tags get over written. save.

     

    go back to WRobot Quester tool and click "Open" select your new profile. Then Click "Tools" and open the top 3 tools.

     

     

    Hope this info is useful to someone.

  4. Can you tell me how to import this whatever. I have zygor guides but all it tells me is put the zygor guide code in the box...where do I get the code? do I put said code in the box and click the button? what are the steps to take for this to function?

  5. Windows 8 laguage is english.

     

    Before the bug:

    X=-2909.955   Y=-256.526   Z=59.60506

     

    After the bug:

    X=2909955   Y=-256526    Z=5960506

     

    By removing:

    X .955  Y .526   Z .60506 Everything seems fine.

     

    Would appear as though the "." is not being saved or is being deleted somehow

  6. Hello,

     

    First problem is with quest "Frost Nova" you haven't added hotspot/target entry.

     

    And the real problem of your profile is the NPC quest giver position:

     

    attachicon.gifSans titre.png

     

    ps: When you click on the button "This npc is my target" do you have in position a "." or ","?

     

     

    I get the part about the quest giver location. I select the target npc and click this npc is my target and the location shows up properly.

     

     

    Save. Then select another npc in the quest giver list like Chief Hawkwind then select Grull Hawkwind again it changes back to the incorrect hotspot format as indicated by your images.

     

    I checked the Blood Elf file you fixed for Networks and it does the same thing.

×
×
  • Create New...