Jump to content

dida1990

Members
  • Posts

    188
  • Joined

  • Last visited

Posts posted by dida1990

  1. On 19.5.2016 at 4:33 AM, insidiouz said:

    1-60 NE quest path completed testing now then posting Spacegoats next who will share much of the NE profile that 1 will be faster most alliance will share the same 20+ paths the hard stuff done just 1-20 each human faction then they share paths horde will be the same after the 1st profile the rest will be fast. Id like to see our community grow and for that we need some profile diversity. I realised the time involved before I posted and that my word would be expected to be held.I look forward to adding to our database many things that it lacks.

    what is the status of your profile? :ph34r:

  2. On 12.6.2016 at 5:44 PM, knights said:

    casting on self. Perhaps like casting garrison on mob, or cast a HoT before combat

    just create a new step in your quest order "RunLuaCode" and write into the empty field 

    CastSpellByName("NameOfSpell", onSelf);

     

    But if you want to use a HoT before combat it would be a lot easier to integrate itinto your fight class.

  3. CastPetAction(index [, "unit"])
    Arguments:
    
    index - Slot in your Pet-Skill-Book - Start top left with "1" and goes down the book with increasing number
    unit = "target"
    
    PetAttack()
    No arguments, it just autoattacks your target
    
    PetDismiss
    No arguments, just dismissed your actual pet
    
    PickupStablePet(index)
    index - Slot in your pet list (0 = active pet; 1 = first slot in pet list)

     

  4. 23 hours ago, ildoctore said:

    hi, ill try to explain it all the best than i can.

    i want you to make a lua code for battle pet than use you numº1 pet only the first turn, making he's first regular atack and changing to the pet numº2 to continue fight, and only change if needed because another die to the pet numº3. 

    if you use 1 team with 3 pets: numº1 pets lvl1-15  ,, numº2 and numº3 lvl 25 pts

     

    can you help me? if you make me this code ill do profiles to lvl all pets. 

    thanks for colaborate. Best regards

    How good is your lua-knowledge?

    CastPetAction(index) - Cast the corresponding pet skill
    PetAttack() - Instruct your pet to attack your target
    PetDismiss() - Dismiss your pet
    PickupStablePet(index)

    Source: http://wowwiki.wikia.com/wiki/World_of_Warcraft_API

×
×
  • Create New...