• 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.

[Trigger] Zul`aman Things :D

Status
Not open for further replies.
Level 4
Joined
Feb 27, 2008
Messages
71
Yo whatz up
Anyone so can help me with somethings :D?
I need help with this
1 . A ability from Akil'zon ( Wow Boss)( Electrical Storm name of ability) The ability take one of the player 1-10 there he stand and cant move, been attack or attack + its a could over him, then must all player run to the picked guy to not get Hurt of the Electrical Storm if you are not near him you will get attack like 1000-5000 we just say the ability will be in 30 seconds :p and when hes done the picked Tagert can attack again. Hehe Think this is rly hard
And if you got Any models of Troll or Bosses in Za ( not need to be 100% it can be 10% :p xD)

2 . How do a computer use ability cuz every time i play on my maps the boss/unit will not use their ability

Found out 3 :p
3. A ability from Jani`alai (Wow Boss)(Fire Exsplosion name of ability) The ability makes 10-30 small fire bomb if they are very near they will been hited 3000 dmg the bomb will exsplosion in 5 sec thats all :p

4. If a hero have 1 sword and 1 sheild and then a sword drop from a mob and when he will pick the drop item it will drop the old sword and replace with the new sword hihi ^^

5.A warrior so got 100 rage (100 mana) and when he get a Int item he will remove the int item from him int = intilicgence or whats the name -.-

6. SAVE/LOAD Question :)
It is true you can save char and load it to a other map?

Btw i know im rly bad in english so dont get angry
 
Last edited:
Level 18
Joined
Oct 18, 2007
Messages
930
The number 2 is easy :p
  • Fix
    • Events
      • Unit - SUPERBOSS Is attacked
    • Conditions
      • (Owner of (Attacked unit)) Not equal to (Owner of (Attacking unit))
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Variable Equal to False
        • Then - Actions
          • Set Variable = True
          • Unit - Order SUPERBOSS to OMGEGA ABILITY (Attacking unit)
          • Wait 15.00 seconds
          • Set Variable = False
        • Else - Actions
The 15 sec can be the cooldown
 
Level 4
Joined
Feb 27, 2008
Messages
71
Hmm Can you do it with 2 abilitys so it will be 50% on that one and 50% on ther other one?
 
Level 18
Joined
Oct 18, 2007
Messages
930
Hmm Can you do it with 2 abilitys so it will be 50% on that one and 50% on ther other one?

sure
  • Fix
    • Events
      • Unit - SUPER BOSS Is attacked
    • Conditions
      • (Owner of (Attacked unit)) Not equal to (Owner of (Attacking unit))
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Variable Equal to False
        • Then - Actions
          • Set Variable = True
          • Set RandomNumber = (Random integer number between 1 and 2)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • RandomNumber Equal to 1
            • Then - Actions
              • Unit - Order SUPER BOSS to OMEGA ABILITY 1 (Attacking Unit)
            • Else - Actions
              • Unit - Order SUPER BOSS to OMEGA ABILITY 2 (Attacking Unit)
          • Wait 15.00 seconds
          • Set Variable = False
        • Else - Actions
 
Level 4
Joined
Feb 27, 2008
Messages
71
Ehmm ? Will it first take 1 ability first and so the second or ? its 50% on OMEGA ability 1 and 50% on OMEGA abilty 2?
 
Level 2
Joined
Aug 31, 2008
Messages
22
For the first ability, do smth like that :

  • Event
    • A unit starts the effect of an ability
  • Conditions
    • If ability being casted equal to Boss_Ability
  • Actions
    • Set your variables : target, caster, postion of target, ect ...
    • For each (Integer A) 1 to Spell_Duration do :
      • Unit Group - Pick every unit in 400 range of position of target unit of ability being casted matching (matching unit not equal to Boss) and do
        • Unit Group - Add Picked unit to Safe_Units
      • Unit Group - Pick every unit in RegionWhereBossIs matching ((matching unit not equal to Boss) and (matching unit is not in Safe_Units)) and do
        • Unit - Make Boss damage picked unit for X damage normal type magic
      • Wait 0.98 sec
Or something like that.

Edit : The boss ability must be a cyclon :)
 
Level 4
Joined
Feb 27, 2008
Messages
71
So if i set the random number between 1 and 3
it have 16% on Omega 1
and 16% on Omega 2
and 16 on noithing right?
 
Level 4
Joined
Feb 27, 2008
Messages
71
Ops Forget it was 100 think it was 50 o_O :D but it is right?

kewlthis: I dont think the first one is hard, But the only problem is that I cannot freaking understand it. Its sooo messyyyy
Me : Sorry i know its hard to understand but i will try to exsplain 1 more
it is 10 player so attacking a boss
after some second he use a Storm and creat a could , then he pick a target 1-10 players and do him Invurb or whats the name
Immune can we say :p
then must the 9 players run under the picked target to not get hitted :p
Never play wow :p
If Not Search on Akil'zon on wowhead.com thottbot.com :p there it stand :D
 
Level 2
Joined
Aug 31, 2008
Messages
22
Here we are, this is just a demo : leakfull, bad script, ect ect..
You should take it as an exemple, dont copy / paste it ! ><
 

Attachments

  • AkilZon.w3x
    21.6 KB · Views: 102
Level 4
Joined
Feb 27, 2008
Messages
71
Dynasti we cant escape from the storm o_O
When the humans was under on the picked target it still get attacked o_O
I want the Arena 1000
and when if a target is picked you must go near him to not get hited Like
By.The.Hell Map Was very good but why can i Paste it over to my map?
Must you fix it or somethings?
 
Level 2
Joined
Aug 31, 2008
Messages
22
Thats not rly "you cant copy / paste", thats more like "you shouldnt copy / paste", actually i made this spell as a demo, just to show you how to do your own !

So as i said previously, the spell i made leaks ALOT and is bad scripted ...

If you still want to copy / paste, do it :wink:
 
Level 7
Joined
Jul 9, 2008
Messages
253
I have the Jan'alai spell for you (not sure if this is what u meant) but i did my best

-Edit: I made more bombs spawn-
 

Attachments

  • Jan'alai Spell.w3x
    16.5 KB · Views: 54
Last edited:
Level 22
Joined
Jun 24, 2008
Messages
3,050
<Number 6>

Yes that is true, but you cant load from one "style map."
You cant like load a Hero Line War char into Your game.
But if youve made some game cache or something you can "load chars".
Actually your creating a char looking same way, and adding same items, as the "saved" char. Look in the spell sections and search save/load (Save load)
 
Level 7
Joined
Aug 31, 2008
Messages
85
"2 . How do a computer use ability cause every time i play on my maps the boss/unit will not use their ability

4. If a hero have 1 sword and 1 shield and then a sword drop from a mob and when he will pick the drop item it will drop the old sword and replace with the new sword hi hi ^^"


with the sword and shield, do the thing from the tutorial Except use the (Item Capture the Flag)[Human] do not change anything but the target attatchment,since its an item ability you make an item put the ability on the item and all you gotta do is equip it to a mob and Tada! oh you can change the item ability's stats btw.

to answer question 2: you have to either use a trigger with variables and are the mobs Neutral hostile?
did you click the active box in their abilities if there is one?
 
Last edited:
Status
Not open for further replies.
Top