Search results

  1. mr_fj

    Big Bad Voodoo Buff wont change

    It seemed stupid to make a new thread when I could simply revive this one, I can't make what Tom Jones say, work. I have tried everything. Can anyone help me ? xD
  2. mr_fj

    Making a auto cast Roar for a pet.

    It is based on the Druid of claw roar spell.
  3. mr_fj

    Making a auto cast Roar for a pet.

    Already tried that, changes nothing. The bear simply wont cast my Roar.
  4. mr_fj

    Timer with color?

    Never mind... it somehow works now :/
  5. mr_fj

    Making a auto cast Roar for a pet.

    Perhabs I should just not make it auto-cast :/
  6. mr_fj

    Making a auto cast Roar for a pet.

    Actually it's supposed to fire when it attacks. Not when it's attacked ;) And if you look at my latest trigger (2 or 3 posts up), I already have a timer incorporated and a variable wont work, because it is possible that there is more than 1 bear on the map at the time. What my actual problem is...
  7. mr_fj

    Making a auto cast Roar for a pet.

    I don't have any triggers with the remove unit action :/ I might, if I absolutely can't get this to work, but for now, humor me mkay? Edit: I figured out, and fixed, why it got removed... You don't want to know...
  8. mr_fj

    Making a auto cast Roar for a pet.

    I'm sorry, I don't understand what you mean :S You want me to make an item? Or a spell with another spell? I'm confused.
  9. mr_fj

    Need stupid item ideas (REALLY!)

    IMO, it would be better if they affected gameplay by affecting teammates as well as enemies. They are a bit more powerfull than normal items, but they also target teammates or yourself :D Then rename the mode to chaos mode. Burning skin: Damages everyone arround you for 5 dps. Slug Soup...
  10. mr_fj

    Making a auto cast Roar for a pet.

    I tried the code on page 1, it fails at call IssueImmediateOrder(bear,"roar") saying it expected an action. And it wouldn't work anyways because it will still be a loop, could someone please answer my previous question :): Why isn't this working: Bear Roar Events Unit - A unit Is...
  11. mr_fj

    Making a auto cast Roar for a pet.

    1. Yes, but that just doesn't seem as real to me. 2. Yes, but if I use a dummy unit, the bear is no longer "self" and I can't choose not to target the bear. 3. Yeah, no... There are lots of maps that don't use dummy units. I have used dummy units before, several times. I just don't want to...
  12. mr_fj

    Making a auto cast Roar for a pet.

    1. The bear won't do any animations 2. I have no control over whether the bear get's the buff or not. 3. I want to find a way to do it without using dummies :/
  13. mr_fj

    Making a auto cast Roar for a pet.

    Okay what... My trigger was disabled because of errors and my Bear still gets deleted the second time he attacks :S :S I don't have any other spells related to this Bear... Edit: Fixed the error and tried again with the trigger enabled, this trigger: Bear Roar Events Unit - A unit...
  14. mr_fj

    Making a auto cast Roar for a pet.

    I'm trying to avoid trigger spells as much as possible in this map, a dummy is a bit too much imo. Sorry, I wont be using dummies. :/
  15. mr_fj

    Making a auto cast Roar for a pet.

    Will try your code :)
  16. mr_fj

    Making a auto cast Roar for a pet.

    I really really don't want to use a dummy unit/spell... And are you guys sure there isn't a way to check if a spell is on cooldown? Hmm I think I have another Idea, is there a way to do a "Wait until animation finishes" Alternately, how long does a roar last?
  17. mr_fj

    Making a auto cast Roar for a pet.

    Okay... What... The... Well... Um... Here's my trigger so far, I realise there is still the loop, but I have a very strange problem with the trigger as it is now. Bear Roar Events Unit - A unit Is attacked Conditions Or - Any (Conditions) are true Conditions...
  18. mr_fj

    Making a auto cast Roar for a pet.

    As for the Jass code, I have not used Jass code before, at all. What I meant with the "copied from other triggers... using basic coding knowledge" part is, I know the world editor pretty well, but the custom script is, as i said, partly loaned from another trigger. By looking at other spells in...
  19. mr_fj

    Making a auto cast Roar for a pet.

    0 mana cost. The pet has the custom ability. The ability is based on Roar.
  20. mr_fj

    Making a auto cast Roar for a pet.

    I'm making a AoS map, and I want my hero's pet to auto cast Roar... I haven't been able to make a true Auto-Cast Roar (If you know how, please enlighten me), so I made this trigger,to make the pet cast it on attack, by copying from triggers converted to text, and using my knowledge of coding in...
Top