Recent content by silentgamerz

  1. S

    retrieving incomplete saved map

    does anybody know how to retrieve a map that was interrupted while saving. i was saving my map when i received an error where my map needs to be closed. i kept getting the error whenever i import this sound file which was similar to any other sound files that i have.
  2. S

    Item Requirements Problem

    thx but i already solved problem. i accidentally put the if then else action in another if then else action. wat a stupid mistake.
  3. S

    Item Requirements Problem

    sorry about that. it's an acquire item event which allows items only for specific heroes and only at a certain level. other parts of the actions work except for the given above. the problem is that the items given above doesn't follow the conditions that i made.
  4. S

    Item Requirements Problem

    If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Item-type of (Item being manipulated)) Equal to Skill Tree (Elesis No.2) Then - Actions If (All Conditions are...
  5. S

    sound compression problem

    i'm having trouble making my sound valid in the sound editor after i used besweet to lower the filesize of my sounds. i did every step but it still doesn't work in the sound editor. I always get the error "this does not appear to be a valid sound file".
  6. S

    Tutorial Squishing The Map Size To The Last Byte

    the sound file compression part doesn't work for me i always get the error "this does not appear to be a valid sound file" when i try it on WE.
  7. S

    Divine Shield and Spell book Problem

    Thx but i already solved it. I replaced the divine shield ability with item temporary invulnerability from the potion of invulnerability. It works perfectly now. And about the spell book thing, i just made it undroppable.
  8. S

    Item divine shield problem

    i also have the same problem so can anybody help us?
  9. S

    Divine Shield and Spell book Problem

    I had a custom ability for divine shield in a spellbook but after i use it for the first time it can't be used it again but if i drop the spellbook and get it again the divine shield will be usable again. And another problem, whenever i transfer the spellbook into another slot, the abilities...
  10. S

    Reviving Hero Problem

    Set team1 = (All allies of Player 1 (Red)) Set team2 = (All allies of Player 6 (Orange)) reviving heroes Events Unit - A unit Dies Conditions ((Dying unit) is A Hero) Equal to True Actions Unit Group - Add (Dying unit) to revivableheroes Countdown...
  11. S

    Sudden Heavy Lag

    little gaikoz owner Events Unit - A unit Acquires an item Conditions (Item-type of (Item being manipulated)) Equal to Little Gaikoz Pet Card Actions Set littlegaikozpetcard = (Item being manipulated) Set littlegaikozownerpoint = (Position of...
  12. S

    Removing items from neutral buildings not working

    i had that same problem too thx now i know why it doesn't work
  13. S

    Item Availability Problem

    there's no unit buys item event only unit sells item(from shop), pawns item(to shop), or acquires item.
  14. S

    Help me with these triggers please its acting weird

    item carry limit Events Unit - A unit Acquires an item Conditions Actions Set itemclasscounter = 0 For each (Integer A) from 1 to 6, do (Actions) Loop - Actions If (All Conditions are True) then do (Then Actions) else do...
  15. S

    3 vs 3 Deathmatch Trigger

    Can someone help me with this trigger? I don't know where to start? How do I pick 3 random players from each team to fight each other? And how do i end the deathmatch? Need help please
Top