Jump to content

Kamikaze1986

Members
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kamikaze1986's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. As berberman said the plugin should do it all, unfortunately i havent replicated the CPU or lack of ressurection issue. When better gets a chance to look at plugin it will get sorted hopefully, until then its out of my control as i'm not familiar with C#
  2. Quite a big update compared to my old version, any issues let me know!
  3. I will ask @BetterSister to have a look as he modified the script and got the soulstone thing working
  4. Fightclass is designed to be used from level 10 once you have voidwalker. I have added a quick 1-10 fightclass that should do everything needed until you get voidwalker, download and run that for now
  5. Is there anywhere in the fight class conditions to make it so if a target has a mana pool the warlock will use drain mana?
  6. Can anyone help me getting this macro into my Fight class please, many thanks! /cast Drain Soul(Rank 4)/run local a=GetBagName(4); if a=="Core Felcloth Bag" or a=="Felcloth Bag" or a=="Soul Pouch" or a=="Box of Souls" or a=="Small Soul Pouch" then PickupContainerItem(4,GetContainerNumSlots(4)) DeleteCursorItem() else end
  7. I have sorted it, just deleted the spell and started again and worked fine. Thanks all.
  8. just spamming [D] 15:20:42 - [FightClass] PetAttack(); - NeedToRun time to execute: 0 [D] 15:20:42 - [FightClass] PetAttack(); - NeedToRun time to execute: 0 [D] 15:20:43 - [FightClass] PetAttack(); - NeedToRun time to execute: 0 [D] 15:20:43 - [FightClass] PetAttack(); - NeedToRun time to execute: 0 [D] 15:20:43 - [FightClass] PetAttack(); - NeedToRun time to execute: 0 [D] 15:20:43 - [FightClass] PetAttack(); - NeedToRun time to execute: 0
  9. I have tried many variations but nothing seems to be working, no conditions at all, just target distance etc nothing working
  10. Just to add in debug it says this [D] 08:59:14 - [FightClass] PetAttack(); - NeedToRun = false - condition [D] 08:59:14 - [FightClass] PetAttack(); - NeedToRun time to execute: 0
  11. Pet attack works fine if i use Droidz general settings, however it constantly summons voidwalker if i use his settings which is less than ideal. I added my own LUA for summoning voidwalker which works fine however the PetAttack(); function is not working, I have tried loads of conditions but no luck! Anyone got a clue?? I want the pet to enter combat as i start casting Immolate.
×
×
  • Create New...