Search results

  1. Baltazhar

    Random integer function with exceptions

    As many people before me have probably realised, JASS is needed for some things. Being purely GUI myself until now (except for leak removal), I am struggling a bit with my first JASS function. Usage: Each player gets a hero, and can repick once. When a hero is randomed, selected or repicked...
  2. Baltazhar

    Tutorial Custom Loading Screen without "Press any key..."

    WARNING: Until further notice, this tutorial should not be used. Read the comments for more information. How to make a custom loading screen, without "Press any key to continue" Introduction: Hello everyone, and welcome to my very first tutorial. I initially had problems doing this, and...
  3. Baltazhar

    Custom Loading Screen vs Press Any Key

    [PROBLEM IS RESOLVED] Hello folks First of all, I want to say that I have checked thoroughly and multiple times on both this forum, and on Google, for the answer to my question. I have not found it. There are a few topics that revolve around this matter, but none are conclusive. The question...
  4. Baltazhar

    Other Rabbits vs Sheep - Winterspring Wargames

    Latest version release November 10th 2009. Direct download link: Rabbits vs Sheep WsW 0.83b BETA.w3x Full changelog: Rabbits vs Sheep WsW 0.83 BETA Changelog (Links to a forum topic on our site) Website: http://winterspring-wargames.com Hello everyone! My friend and I are currently developing...
  5. Baltazhar

    Spellbook vs Orb Effect

    Hey guys I'm in quite a pickle here, and could use a pointer as where to I've gone wrong. Currently my map contains loads of spellbook abilities, so I'm familiar with the concept and all that. However, this one spellbook just doesn't want to work so hopefully you guys can spot what I can't...
  6. Baltazhar

    Information needed about polygons

    I am currently making a map that requires up to 600 units at once. Most games would be around 400 though, but there is a possibility for the host to choose additional creeps. Anyway, there are several complaints from ours trusty beta testers, about lag. So, I've digged a little around to find...
  7. Baltazhar

    Am I mental? This just wont work

    Let me first point out that I have tried like 10 different structures of this spell, having a unit variable to define triggering unit. In this I pasted, I set the unit to a unit group with only him, and used "random unit in group". The idea is that he targets a point with his ability (made...
  8. Baltazhar

    Defend Ability - Need some explanation

    Hey guys I've been trying to make this ability based on the human footman's Defend ability, but I can not seem to guess which Data values do what. What it should do: Hero ability, 3 levels. Should decrease movement speed by 30/25/20% and make the hero take 25/50/75% damage when enabled...
  9. Baltazhar

    Disabling a trigger

    Hey guys... Been a long time since I mapped, but I have an ongoing project with a map. To sum the problem up: Unit A uses ulti, and turns into Unit B. Turn off the trigger (to prevent further executions for now) Wait 20 seconds Unit B turns back into Unit A Unit A is ordered to use...
  10. Baltazhar

    Need help with Swap-like ability

    First off, I have read almost all the Nether Swap questions out there, but my ability is kinda different. The idea is, to swap, wait 4 seconds, and swap back. Ofcourse taking into account wether either of the heroes involved have died while being swapped. This ability works, but only...
  11. Baltazhar

    World Edit Crash

    I know that maps sometimes makes unexplainable bugs, but this is by far the worst. I was a unit, abilities for it and the triggers to go along with it. Hadn't saved for a long time. I click save, and it World Editor crashed. I almost started to cry. Then I decided to saddle up, and do it all...
  12. Baltazhar

    Custom Spell - Driving me nuts.

    I made and remade this ability 3 times, because they wouldn't work. The idea of the ability is: Use entangle, and another 5/10/15 nearby enemy creeps get hit as well. I started by doing it from my own head, then checking for ideas from the 'Overgrowth' DotA spell, and then finally and tried...
  13. Baltazhar

    Undoing upgrades

    I have a minor problem about some upgrades. The map includes several rounds, in which the upgrades should reset each new round. However, they persist once upgraded. Is there a way to fix this? I have tried Player - Set current research level but as it says, it doesn't work for undoing the...
  14. Baltazhar

    Classification issue... I think

    Howdy peeps... This is the situation: I have some units that I want affected by the Vampiric Aura. Due to other requirements in the map, the units in question is classified as "Ancient". So I have set Vampiric Aura's (custom, made from Neutral Hostile) Stats - Targets Allowed to "Allies...
  15. Baltazhar

    Problems with point variable

    I've made a spell based on Death and Decay, so it's an AoE template spell. I'm not sure if this is even logical/possible, but when I make a Set Temp_Point = (Target point of ability being cast) Would it just, do nothing (since the target is an area and not a point), or should it (cuz it...
  16. Baltazhar

    Trigger triggering from AutoCast ability?

    I'll cut straight to the chase here. I have an ability based off Searing Arrow, original used by Priestess of the Moon. Since it's just a shell-ability, and the real work is trigger effects, nothing more needs to apply here. So far I have tried: Unit - A unit Begins casting an ability...
  17. Baltazhar

    Region trigger work - Pretty complicated.

    I have a given ability that summons a unit, and has the unit walk around for the duration of the spell. I first tried with having the unit move to a new point every 3 seconds, but that didn't look all too good. Then I figured that having a region, would make it look better. Since the unit would...
  18. Baltazhar

    Removing array variables?

    Okay, first off.. I'm a utter newb when it comes to Jass. The only stuff I know are the leak-fixing scripts from various tutorials. Anyway, I had a question concerning this. I know the basic RemoveLocation and DestroyGroup... But what if I wanted to remove a region with an array? Would it...
  19. Baltazhar

    Minor Expiration Timer question

    Is it possible to get an expiration timer to display a custom string? Instead of the usual Generic, Water Elemental, Raise Dead, Animate Dead etc?
  20. Baltazhar

    Quick leak question

    I know 'Leaks' are probably the most used and abused topic, and I kinda feel bad just for asking about them. However, I might add, I've searched a lot of threads and several tutorials on Leaks, so it's not completely lame questions. Since I don't know Jass, and trigger using the GUI, I have a...
Top