Search results

  1. V

    Problems catching Acolyte Gather Gold ability

    Hi, I want to catch event when Acolyte starts gathering gold. But, this trigger isn't working: PlayerActionGather Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to Gather (Acolyte Gold) Actions Game - Display to...
  2. V

    Accessing Ability Data from Trigger

    Hi, is it possible somehow to access Ability Data values from trigger, I figure maybe by Game - Cache Load Real Value. Is it possible and how? Thanks. Sincerely, Filip.
  3. V

    Cinematic - Fade for one player

    Hi, there. I made this function: function ShowPic takes integer index, player plr returns nothing set udg_LocalPlayer = GetLocalPlayer() if ( plr == udg_LocalPlayer ) then call CinematicFadeBJ( bj_CINEFADETYPE_FADEOUTIN, 4, udg_stringArray[index], 100.00, 100.00, 100.00, 0 )...
  4. V

    Image array

    I am having trouble assigning my imported images/textures (.blps) to an array. I need that to do since I have over 100 imported pictures, so accessing them over array is a must. But when I create Image array I can not assign my imported pictures to it. Any suggestions? Sincerely, Filip.
  5. V

    Picture over screen

    Ok, I am trying to display a picture to one player in bottom right of a screen. I managed to display stretched picture across whole screen like this: Cinematic - Fade out over 1.00 seconds using texture war3mapImported\mypic.tga and color (100.00%, 100.00%, 100.00%) with 0.00% transparency...
  6. V

    True randomness in WC3

    Hi, my question is pretty simple: How truly WC3 random function is "random"? How many seeds game can have? Do seeds change every time i call function (based by time or something)? I ask this because I am making a card map, and I don't want to have same deals over and over again. If game...
  7. V

    Play sound to only one player

    I googled, and i googled, and then again i googled hopelessly. :nuts: So I must post a question. How to play a sound to only one player? Is it possible with worldedit or I need to use JASS. Examples are appreciated. Thanks, in advance. Sincerely, Filip.
  8. V

    Wards

    Hi, i made a custom unit, item and ability to make - a ward. And I tried customizing and done a lot of things. But these still bother me: When ward is placed and I click on it I see in "timed life" Healing ward, how to change that to whatever I want? When dropping a ward i get a pretty...
  9. V

    Change Art - Model file in-game

    Hi, simple question. I have custom unit with one Art - Model file, is it possible to change it in-game (by some action in trigger) or I must make another unit with other model and using trigger remove one unit and place other one. In my case it isn't hard to make another unit (because there...
  10. V

    Multiple charges (Item)

    Hi, i have created custom item. The problem is that i want user to purchase one item, and when he purchases second (the same item), he doesn't get another item with one charge, but rather one item with two charges. Any idea on how to do this? Thanks.
  11. V

    Pimp my peon strategy

    Hello, I have recently started to play Pimp my peon [skeleton, murloc] and its pretty cool to me and I win all the time :P But I have been thinking is there any way I can improve my strategy to better than it is [replays - 1.22]. So if someone also plays please give me some tips. Also I...
  12. V

    Creeps [runners] keep stucking up and cloging

    I am making a TD map with a similar concept to Mafarazzo TD. Now i made creeps and pretty much good moving triggers. I made unit Ghost (Invisible) and also seted up colision size to zero. And the creeps move like 2-3 sec and then stop and move again and stop again. I can upload screenshots if...
Top