Search results

  1. FhelZone

    Hey there The Helper glad to see you here still active, cheers bro :)

    Hey there The Helper glad to see you here still active, cheers bro :)
  2. FhelZone

    Item Inventory Space and Bank

    Custom systems would work, but you have to integrate them deeply into your game. Try this system. https://www.hiveworkshop.com/threads/vjass-system-custominventory.159130/
  3. FhelZone

    give ability to constructed constructed?

    Have you tried putting the ifs beneath each other? You don't have to put the other ifs below the else, do nothing is also unnecessary. Try removing the nested ifs first.
  4. FhelZone

    Request Spell

    That is just a shockwave with no missile model. The only thing you would need to do now is make a dummy for the special effect which will be created on the triggering unit's location and face triggering unit's facing angle.
  5. FhelZone

    Functionality vs User Interface

    Thats weird I forgot to mention which I chose :) I actually chose option 2 BTW, much sexier than having a requires really :D though put the descriptions in tack.
  6. FhelZone

    Functionality vs User Interface

    Wow, you are putting so much effort on a cooldown, I just wonder why you don't want to use the default one. Besides you can edit the Cooldown UI. But anyway, back to your question, I take option , because it does not put "requiremets". Though I suggest that the skill description should stay...
  7. FhelZone

    Sci/Tech Copyright Industry Calls For Broad Search Engine Censorship

    Wow, they must be insane. Why don't they start their own search engine and realize that search engines are AUTOMATED! It takes a lot of resources to interfere with the automated system. Grrr.. Mindless people just went on a rampage again. Concerning the piracy, if they were so eager to stop...
  8. FhelZone

    Trigger increasing dmg of a unit?

    So you mean that after the tower upgrades you increase the damage of another unit? If so you need an ability which increases the damage of the unit. Lets say you create an ability out of the claws of attack then set the level and the damage. Untitled Trigger 001 Events Unit - A...
  9. FhelZone

    World Good Friday crucifixions in Philippines

    It's kind of common here :p though this practices should be stopped at once I say.
  10. FhelZone

    Arena Clash of Animes X

    Clash of Animes X About: This is a map I have been working for almost 4 months now, and sadly it is still in Alpha phase. As of now there are not much to expect from this but anyway, I wanted to see some comments about this. Anyway feel free to drop some suggestions, comments, bug reports...
  11. FhelZone

    Converting save games to maps?

    I don't think so. You can't load a save file without the map itself.
  12. FhelZone

    Item divine shield problem

    Hmm, have you tried putting the ability 'Divine Shield' in the item at top? Then changed the cooldown group to 'Divine Shield'?
  13. FhelZone

    System Advanced Item Indexing

    Very useful indeed. I think it could be used to distinguish item ownership. Question: Could this possibly be used to create a system wherein you disable units from attacking an item? It was implemented in DotA and it blew my mind on how they executed such thing.
  14. FhelZone

    Revive Hero BUtton Position..?

    As far as I can remember, it goes at 0,0. Never tried changing its position. You could make a dummy ability that charges gold and make it revive heroes for you.
  15. FhelZone

    Question about save and load code

    @DrEvil Agree. @Lmfaocj The save load code saves the player's name, the algorithm it uses, and the object IDs ex. A001 - Some Skill.
  16. FhelZone

    black lightning effect?

    Isn't custom lightning possible? I made an orange blue lightning. Though never tried making the skin black.
  17. FhelZone

    Spell that Shields from physical damage?

    @HydraRancher I think that would be 'Hardened Skin' set the minimum damage taken to 0 and ignored damage to 100. @KaerfNomekop Yes, it does only block magic damage, the other magic shell makes the unit magic immune.
  18. FhelZone

    How can I make terrain totally black?

    Just use a black glow model and create the effects everywhere you want it to be. You could also use a unit and add its duration.
  19. FhelZone

    Is there an ability like Item Damage Bonus, that will show the icon?

    [Command Aura] set area to 0 target self only as said by kaer
  20. FhelZone

    Hero Siege [set hero back to where he came from]

    You need only one trigger :-\ Event Condition Set Temp_Point Move Unit to Temp_Point call RemoveLocation (udg Temp_Point)
Top