Search results

  1. Roku

    AoE Shadow Strike Ability. (sort of)

    I've been trying to do this for ages but after failing every time, i thought it was time to ask for help. This is not my first trigger, and not my first map, well still i can't seem to figure it. Basically i would like to request a trigger (GUI or JASS), that would shadow strike all units in a...
  2. Roku

    Dummy isnt casting Shadow Strike

    Recently i have a lot of problems with dummies, which i didnt have before in my previous maps. Well anyways... I have this trigger that fires once every 15 seconds and it should cast Shadow Strike on every unit in a certain region/range of another unit, it doesnt matter, since everything is...
  3. Roku

    Adjusting Stampede unit's size

    So basically i have a unit (let's call him 'Boss') controlled by the computer casting Stampede via triggers. All works fine. The thing is this unit of mine (Boss) has its size adjusted in the object editor to a scaling value of 2. And the problem with this is when he casts Stampede, then the...
  4. Roku

    Checking if unit reaches a point

    Hey, i used to work with JASS (vJass also) pretty much but then i stopped making maps and now when i started to make a new map i used GUI most of time. However i had problems with this trigger of mine so rewriting it in JASS seemed a good solution. It did work out much better too. Basically i am...
  5. Roku

    How to order a unit to cast a spell when it reaches a destination

    Well the thing i am trying to do is to create a wisp, order it to move to a position of a unit, and when it reaches that point, cast tranquility. Well the problem is how do i check if my wisp reached the destination point, so i can issue further orders. Need help!
  6. Roku

    How to play a nova's animation repeatedly

    So basically i downloaded and imported a fire nova model into my map, which is based of the wisps detonation spell just has other colors. Well i added this model to a unit's model, and the thing i want it to do, is to have the nova effect played multiple times until the unit dies, because now...
  7. Roku

    Dummy isn't casting Death and Decay

    Hey. Another basic thing i am attempting to do is make a dummy unit cast Death and Decay (edited the original one with a custom one, changed it to unit ability etc.) on a random point in a region. This should happen every 6 seconds. Because Death and Decay is a channeling ability i added a 24...
  8. Roku

    Nondescript title: A simple bug i can't figure

    Hey, I have this very wierd problem with one trigger of mine. Basicly the thing i want to do unpause all units, "except" one, and the way i execute this is after unpausing every unit, i add another action which should pause my unit but it doesn't. Here's my trigger: Actions Unit -...
  9. Roku

    Adding an effect to spell casting

    Hey, well i have several spells in my map that require the unit to cast a few secs, its an arena map. And i decided to add a special effect to the units currently casting. After testing several ways, the best way i found is adding an ability to a unit with the effect attached to it, and removing...
  10. Roku

    Why isnt my Holy Nova working?

    Hey, i just finished this holy nova spell of mine, wich basically has 10% chance to trigger if a unit has a specific item and takes damage. I made the trigger in JASS and i can't quite understand what's wrong. Im using ABCT by Cohadar, and PUI by Cohadar (great systems :P), and as you can see i...
  11. Roku

    Auto-target ability?

    Hey, is it possible to create a dummy ability with no target, that when cast, will for example cast a storm bolt on the unit the hero is attacking. I'm looking for a method on how to detect the unit the hero is attacking when the ability is cast.
  12. Roku

    Jass based chain lightning

    Hey, as you already read, i want to make a JASS based chain lightning spell. The simple reason for why i want it to be triggered, is because i want to set its damage based off the heroes attributes. I know there already is a very nice and configurable chain lightning spell made by Flare, but its...
  13. Roku

    Big problems i can't understand

    Hey, well im trying to make this triggered spell, which works like this: the unit places down the healing stream totem (ward), and then units withing 600 range of the totem get healed every 2 sec, based of the heroes int. Here's my trigger: scope LHT globals...
  14. Roku

    Add 4+ passive abilities and an active ability to an item

    Hey, as you read in the title, i want to make an item that has an on-use ability, which increases hit points. It works on its own. The problem is that i want the item to have like 5 other passive abilities too. Before, i've done this using a spellbook, and addig every item ability (stats, armor...
  15. Roku

    Improve my trigger

    Hey, well i have this trigger of mine, which is basically a spell. The problem is i get delays on some of the actions, and this causes my spell to look weird. I read about avoiding BJ's, and i tried avoiding as many as possible. So here is the trigger: scope FB globals private unit...
  16. Roku

    How to attach a struct to a unit using PUI

    I just downloaded the PUI system by Cohadar, and it looks really good, the only thing is i dont really know how to use it. I want to attach struct to a unit, so i can use the properties of a given unit in another function. Would help alot if you guys could show me some examples of how to do...
  17. Roku

    Another problem.. :(

    Well the Debug messages are running, but when i cast the spell the target isnt getting healed at all, and at the part when im calling the function "call RemoveLocation (loc), it tells me that loc = null. So im guessing that there is something wrong with the "t" variable. scope GreaterHeal...
  18. Roku

    I can't figure out why isnt it working

    Hey, When i was really thinking im starting to get a hang of JASS, i got very disappointed that a simple trigger doesn't work. I tryed changing many things back as they were, but it still isnt working. scope SinisterStrike private function Cond takes nothing returns boolean if ( not...
  19. Roku

    Modifying "Hero Abilities" text

    Hey again, the problem is i checked game interface 2 times for the line where i can modify the text that shows up on the "Learn Hero Ability" button, both the title and the description but didnt find anything. And i was thinking i should ask if you can modify this text, is it an ability or...
  20. Roku

    Setting upgrade level to 0

    Hey, i'm making this hero that uses combo points just like in WoW, and i want to show how many combo points it has by using upgrades, so the little number near the attack type icon indicates the number of them. The only problem i have is that i cannot set that number back to 0, after the hero...
Top