Jump to content

DMKrillu

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by DMKrillu

  1. Hi,

    is there a more elegant way to check for whether or not we already did that quest according to our /settings/FinishedQuests-Name.Server.xml than what i am using now:

        <QuestsSorted Action="If" NameClass="Quest.GetQuestCompleted(9616) ==  true" />
        <QuestsSorted Action="GoToStep" NameClass="9" />
        <QuestsSorted Action="EndIf" NameClass="" />
        <QuestsSorted Action="Pulse" NameClass="FarmBloodElfCommunication" />
        <QuestsSorted Action="PickUp" NameClass="BanditsPaladin" />

    where BanditsPaladin is step 9.

    Also: is it possible to run a script on TurnIn where we check for our armourclass and weaponskills in order to atleast choose a 2Hand maul instead of a sword we don't have the skills for. I am dreaming of sth. like this:

    get player.armourclass
    get questreward1.armourclass
    get questreward2.armourclass
    
    if player.armourclass == questreward1.armourclass
    then chose
    elseif

    etc

  2. Hi,

    i just started my own questing profile and would like to know how to tell WRobot to "take quest reward 1 (leather) if class hunter&shaman" and "reward 2 if class paladin&warrior" etc. The quest i am working on is 9280.

    I tried to make a quest entry for every class but then i get the following error:

     

     

    9280.jpg

     

    edit: it seems like changing the name to "Replenishing the Healing Crystals1" 2 3 4 etc worked

×
×
  • Create New...