Search results

  1. B

    damage and armor types

    hmm, how can I rename damage and armor types? I know that I can set damage bonuses in gameplay constans, but where can I rename them?
  2. B

    Skills in the skillbook

    How can I set the position of spells inside the spellbook? Because "Art - Button Position (X,Y)" doesn't work, and when I enter the game the skills inside the skillbook are always different position. But in NotD or in Andrewgosu's tutorial their position is always same. So how can i set that...
  3. B

    how to get mdx files

    How can i get the original warcraft 3 modells (mdx files) which are used in the game originally (such as meele units)? I know all other things, I only can't find this one, but i really searched a lot. Thanks :)
  4. B

    Trigger crashes

    I have created a trigger which crashes the game, but I don't understand why. Here is that trigger: ---- ---- and looks like this in jass: function Trig_ranger1_Func006Func001C takes nothing returns boolean if ( ( GetItemTypeId(GetManipulatedItem()) == 'I006' ) ) then...
  5. B

    is there a triggger like this?

    is there a trigger like "make last created unit drop item table 01 when it dies"?
  6. B

    about leaderboard

    Leaderboard Events Time - Elapsed game time is 5.00 seconds Conditions (None) Actions Leaderboard - Create a leaderboard for (All players) titled (Your Title Here) Custom script: set bj_wantDestroyGroup=true Player Group - Pick every player in (All players) and...
  7. B

    help with spells

    how can i create an active spell which adds the hero +X HP for X mana for X seconds duration? and how can i create a passive spell which gives spell damage reduction? when i try to modify some item abilities then the spell doesnt work. Why?
  8. B

    new spell

    i need a spell what is same than evasion, but it works aganist spells too... i have no idea how to make it, please help thanks
  9. B

    How do you change the default camera?

    how do you take the camera away from the ground more than where it is originally in the editor??
Top