• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

gui

  1. Yui Moe

    [Marketplace] When Adding the 12th Unit to All Marketplaces via Trigger

    Hello everyone, Today I encountered a weird bug with latest version of World Editor (1.31): 1. Using trigger to add unit type to all marketplaces (Neutral Buddings category) 2. When adding the first 11 unit types, everything works perfectly 3. When adding the 12th unit type (the last unit type...
  2. Ricola3D

    WE: can you change decimal precision ?

    Hello, The question may be dummy, but I still would like to know the answer: In WE (GUI), reals are saved with 2 decimals (1.123456 is saved as "1.12"). Is it possible to change the number of decimals, to increase precision ? For example with 4 it would save "1.1234" instead :) Sincerely...
  3. SpiritTauren

    [Crash] Different PC spec influence on trigger length/execution quality

    Ok, here's an embarrassing situation: CONTEXT I normally work on my maps only with my stationary PC (ok-ish specs: gtx1080, i7-7700k, 4.2Ghz processor, 32 gb RAM, etc.) But today I've updated Wc3 to the latest patch on my older laptop (Intel HD 4000, i5 processor, etc.) and started editing my...
  4. Yui Moe

    [GUI] Set Unit Integer Field

    Hello, in Trigger Editor (GUI), under Unit category, there is an action called Set Unit Integer Field, and there is something makes me confused: Agility Agility (Permanent when modified) Agility (with Bonus) If my guess is correct, (2) means white text part, and (3) means green text part...
  5. Yui Moe

    [Rich Dialog] How to present rich content in a dialog?

    Hello everyone, I am new to dialog part in GUI trigger :) As far as I know, we can only make either title or button for dialog. However, what if I want to have rich content like: <h1>main header</h1> <h3>subtitle 1</h3> <p>paragraph 1</p> <button>button 1</button> <h3>subtitle 2</h3>...
  6. A Rather Wily Beaver

    [Spell] Making a GUI Slide Trigger look smooth?

    Hi all, I'm making a fairly simple spell, mostly as practice/education. It's called Inner Flame. When cast, the caster fires a projectile in a target direction that damages the first enemy hit. The projectile then disappears. Functionally, I have it working perfectly. I made casting Inner...
  7. NelsonLaJe

    Spell GUI Trigger Jump Healing

    Hello Hive, I would like a spell that jumps to other targets It would work like that You use it cures a target in Let's assume 75HP (Instant) and would heal more 100 for a few seconds like 2 or 3sec (HoT) and thereafter would jump to the closest allied target Repeats the process and would jump...
  8. Wayshan

    Speed adjustment dependent on terrain

    Hey! I am trying to make a trigger that would give units boost according to the terrain they're on. For example: when you are on the dirt +5% movement speed when you are on the rock -5% movement speed. I would like the trigger to check all units every 1 second and depending on their position...
  9. R

    [Trigger] Multi-target Bloodlust

    Hi, I'm trying to make an ability that gives everyone on the team bloodlust. I think there must be a memory leak or something in here because the game always ends up crashing after awhile with this trigger enabled. I am wondering if someone can help me figure out what I did wrong.
  10. Алексић Владица.

    [Spell] Wind Walk for flying units?

    Greetings. I want to make ability that turns caster invisible and gives bonus movement speed, just as Wind Walk does. When invisibility is stopped so is movement speed bonus. Wind Walk has those things but looks like can't be for plying units. Things that Wind Walk has but I don't want in this...
  11. Nazgrel

    [Solved] Spell Trigger Conflict (GUI)

    Hello, I'm Naz, I'm new here as you can probably see and I'll try to make this as straight forward as I can for your convenience. I'm making an RPG, my very first map at that, and I have no experience in anything let alone programming, so I've just been copying forum triggers whenever I need...
  12. Krakenn99

    [Trigger] MUI not working properly with this spell

    Spell idea: Channel spell - when channeled the hero shoots out projectiles at the direction of a target enemy, each projectile deals damage to all enemies on it's path once. Bullets also poison the enemies by giving them slowing aura ability. Bugs so far: 1. When one hero stops casting the...
  13. Recklessness

    My trigger which resets boss fight is not working

    So there won't always be 3 players playing maybe it's 2 or 1 and so essentially I want the boss fight and mechanics to reset if the group wipes on the boss. I thought simply putting a repeated timer that checks if a region covering the fighting arena contains either of the players hero then the...
  14. Recklessness

    Player online detection

    Essentially what I've been trying to figure out to do is a trigger that would enable my RPG to detect which of the three players are online so they can all get the game started at once. Let me specify a bit more. In my rpg you start at a race selection screen then a class selection screen...
  15. Arodon.

    How to change unit range (from melee to ranged)

    Hi there, (you can skip this part,it only says how i got that idea to make it) I saw some of the people having problems with making unit from melee to range. Lot of "advices" was to do it by orb,but that is stupid and it doesnt work for ground units. Another advice...
  16. Ahne

    Spell Ability leaks/laggs heavy

    Hello folks, i am developing a map here on Hive and now i am at a point where i need help fixing my current spell i am working on. It leaks/laggs heavy and i would be pleased if someone could take a look and help me pointing out the obvious stuff that could be responsible for that. I tried...
  17. Fakuspakus

    [Trigger] Gain permament stat whenever unit dies.

    So I want my hero to gain permanent stat bonus whenever nearby unit dies. I got it to work with Attribute Bonus spell, I am increasing level of it whenever unit dies BUT the first time it triggers game freezes for everyone for about a second (Its caused by huge amount of levels I made in that...
  18. Recklessness

    Creating Separate Instances/Maps...like dungeons

    I'm making a multiplayer rpg and wanted to have a sort of instance system similar to the one used in the Rexxar Campaign, but a multiplayer version. [Essentially multiplayer campaign]. I don't need help creating the dungeons, but I just need a system that would allow me to set up several portals...
  19. Overfrost

    [GvJ] GUIvJASS Basics

    GUIvJASS Basics ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ PrefaceGUI is nice to see and manage, but it's slower than JASS as everyone already knows. But having every single trigger written in JASS can cause creeping headaches for some. So, why not use them together? GUI's LimitsWe know that JASS can do all...
  20. SoooK

    Check for players screen resolution/aspect ratio

    Is it possible to get the screen resolution or aspect ratio of a player via GUI or jass? I want to assign different cameras to players, based on their screen resolution/aspect ratio. Some video settings cut off vital parts of the screen, if all player are using the same camera. Or is there...
  21. Kira_Tile

    How to fix random desync problem?

    So i am creating map called Upgright completely in GUI. Desync is happening sometimes, but not always, close to 10 minute mark. Outside of isolation, wich will take long time, what can you do to know what causing a desync? Is there some type of debug scripts that will print messeges about...
  22. _lycan

    [General] Trigger to revive only trees on the map (globally)

    I need a very specific trigger, I found examples in both GUI and Jass which revives trees in the map every X seconds (however most use wait and I believe that wait isn't recommended, right?) Alright so: The trigger consists on reviving every single tree on the map that has been destroyed every...
  23. Recklessness

    Damage Bubble Ability

    Does anyone have any idea on how to make or get started on an ability that function almost exactly as Power Word: Shield from World of Warcraft? I essentially wish to make a spell that upon activation it places a bubble around a character that would shield them for x damage (damage of all...
  24. Woodenplank

    Forcing unit animation

    Hi Hive I'm making a sort of "motion blur" movement speed ability, and it almost works perfectly. The trigger gives some movement speed abilities and such to the caster, but it also does a loop every 0.20 seconds which creates a transparent clone of the Hero. The clone starts with 60%...
  25. El Saif

    [Trigger] Spell Fixing - To Arms! GUI

    Well, i need help to fix my spells to be working properly. This spell is using unit indexer. Here is the triggers : I know this spell is not 100% work. What i want to do with this spell is : Fully MUI of course. Each enemy unit is only affected once per knight/dummy (damages, slow). So if...
  26. ZeroGravity

    [Trigger] My map is lagging because of something unknown?

    Hi, I have been working on this map for a while now. I have been testing this on almost daily basis and there's an issue that I cannot solve so I need help if possible. My map is a co-op heroes survival map where people do objective and survive waves of enemies. I always notice that there is a...
  27. JC Helas

    [vJASS] Simple Unit Custom Data

    scope UnitCustomData initializer init/*JC Helas*/ globals private integer max=0 private integer rec=0 private integer array id[5000] private unit array uni[5000] endglobals private function recycle takes nothing returns boolean local...
  28. Shunpomaster

    [Solved]Trigger Leak Check

    Does This trigger leak? The special effect in the first trigger, and the destroy on second Rock Special Effect Events Time - Every 0.35 seconds of game time Conditions Actions Set SE_DestroyWrite = (SE_DestroyWrite + 1) Set DB_AbP[1] = (Position of DB_DU[1])...
  29. Modding-Ivan

    [Trigger] Clarifying variables

    So i was trying to assign a location variable to another location variable also the logic of my trigger was all correct except that i notice is that when i try to reassign the latter variable it takes and removes the value of the former variable. If i may ask are gui variables pointers? Are...
  30. Achille

    Streamlining Unit Spawn Trigger

    Hello friends, I am currently working on a spawn based RTS and I need a bit of help making an efficient spawn trigger for the units. Currently i'm using a 'for loop' to spawn multiple units in accordance to the amount of quarters (spawn amount upgrade), while issuing an order to each unit to...
  31. doomhammer99

    [Trigger] GUI

    Good Day!, I've got 2 problems. I'm trying to make a GUI Spell Pack. I won't spoil about it(just a bit though). [Q] - [W] - Summons a unit, can summon multiple units within 2-3seconds [W] will initially be your first spell, before you can cast [Q] and [E], meaning both spells are useless...
  32. doomhammer99

    [Trigger] GUI

    Good Day!, I've got 2 problems. I'm trying to make a GUI Spell Pack. I won't spoil about it(just a bit though). [Q] - [W] - Summons a unit, can summon multiple units within 2-3seconds [W] will initially be your first spell, before you can cast [Q] and [E], meaning both spells are useless...
  33. Brismo

    GUI rework to JASS

    Please close this thread
  34. Tasyen

    Reselect

    Reselect makes deselection of your units less painful. It saves the Units a player had selected when deselecting them. After the deselection, when not selecting an new orderable Unit, a simple mouseclick on the map (not the Interface) will reselect them. A righclick will order the reselected...
  35. zhica

    [Solved] Help, Weird loop

    Full A looping Trigger Events Time - Every 0.03 seconds of game time Conditions Actions Custom script: local integer i Custom script: local boolean recycle = false Custom script: call IncreaseArray() Custom script: set i =...
  36. Alipresent

    Need Help for Avenging Wrath

    Hi to all, i tried to create spell (Avenging Wrath) of paladin hero class in world of Warcraft. but somehow my spell dosen't work very well . i did my best to make it MUI but after the Second hero using that spell the variables going wild and make things messy. i want to increase spell power of...
  37. RoyFr

    Inventory 6 slot GUI

    I already try every inventory system who exist but don't find what i want in GUI (don't want a too complex inventory in JASS). For now i am working on the Bag and Hero inventory part only to fix everything and 6 kind of equipments and classes will be done after : Hero inventory : - Item say...
  38. Lionel Lugo

    Codeless save and load + Inventory Equipment UI System

    Hello! A cordial greeting for all. My name is Lionel as you have already noticed, I am a 19-year-old Venezuelan , interested for years in the world of Warcraft III (I still remember when I played DoTa with my classmates). I find this forum very delicious to meet my current expectations of...
  39. Cokemonkey11

    Insights - good architectural control flow

    This is a quick insight post about a topic that came out of my review of Paint Bomb v1.00 . My review notes: And @KILLCIDE is interested in my review in the context of becoming a better programmer. Among my critiques, I consider this the most important point (though possibly not the most...
  40. xRockx

    [Trigger] Hashtable load not working on Timer Expiration

    Hello there, first off i tried dumbing down the triggers to just the parts that i think that are related to the problem if you think it must be something else please let me know. What i am basically trying to do is use a loop to create a Timer for every player that is playing. In the loop body...
  41. sadathy

    [Solved] Optimization Help

    Hi there Context: This trigger is meant to create a temporary dummy unit with hero abilities that the player can use to 'Spend talent points' similiar to an RPG. The number of points the player has in each talent is stored as levels of upgrades (A, B, C, D, E) in this case. The dummy for...
  42. RayzerCalitri

    [Spell] Chance to Revive (reincarnation) spell

    I'm trying to make an ability that triggers a non-assured revive to a hero when it dies, used with a percentage (integer). When I try to test it without the ability requirement it works, but when i try to add the ability condition it doesnt work. The ability that I want to add the chance to...
  43. apsyll

    [Solved] Mouse rotation system don't get right angle

    Hello everyone I tried and failed now to make a camera system where you click on the floor and rotate around your unit by dragging the world around in relation to the mouse courser as the fix point. The thing is it kind of works sometimes, especially when you keep the mouse clicked and draged...
  44. _Guhun_

    GUI-isator Tutorial: Expand the Horizons of GUI

    Introduction Credits to the creator of GUI-sator: rgf Files & Images: Tutorial attachments Many people have used hacked World Editors with custom GUI actions that expand the GUI API and allow GUI coders to have more control over WC3. However, few people know of GUI-isator, a handy tool that...
  45. Abyssion

    [Solved] Making Spawned Destructible Drop Loot on Death

    Hello hive! I am working on a simple system that spawns a destructible like crates and barrels in designated regions on the map. These barrels have a chance to drop some loot on death, my problem is getting them to drop loot on death, since they are spawned randomly in game I cannot use standard...
  46. Manuel

    [Trigger] My shop system didnt work.

    I have 2 Shops. The one works fine.. For the second one i just make the same variables but with sufix Mage.7 When I try to save it i get the Compile Error : Name expected. It would be really nice if u can help me with that. Its a GUI Shop. Please it would be really nice if someone...
  47. Shaeam

    [Solved] Weird Trigger Issue?

    Essentially I've created a creep system much like DotA's where it spawns a single random group per creep camp. For example; for an easy camp it'll create 3 Centaurs, 3 Satyrs, or 3 Bandits. A hard camp will spawn 3 Demons, 3 Naga, or 3 Tauren. It works fine; if every creep camp is set to...
  48. Mr. Ozil

    [Trigger] Why is my AI not creeping?

    I've been trying to get an AI-controlled hero to farm creeps within a contained region for a while. Here is my latest failed attempt and I don't see why the trigger is broken. Farming Central New Copy Events Unit - A unit Dies Conditions (Central Creeps <gen> contains...
  49. Mr. Ozil

    [Solved] Long wait causes revival to fail?

    My creep revival system works perfectly with a 30 second wait but not a 300 second wait? Here are the triggers: Revival System Events Map initialization Conditions Actions Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do...
  50. Mr. Ozil

    [Solved] AI Hero to pick up items

    First post and a I'm a bit of a mapmaking noob so bear with me. I want my AI controlled enemy hero "Black Arrow" to pick up items/power ups etc. while farming creeps in my slightly sloppy, highly improvised single player DOTA style map. I don't know how to get Black Arrow to wait until the end...
Back
Top