Search results

  1. B

    Green command bar Problem (Need fix)

    This is my friend map and he asked me for help. His problem is when playing the map, the command bar become green as picture below. I have no idea why this happen. +rep to any helpful reply. Thank you
  2. B

    Can't order Ability "Blizzard"

    I've problem with ability blizzard which is casted from dummy unit. Blizzard Events Unit - A unit Begins channeling an ability Conditions (Ability being cast) Equal to Blizzard (New) Actions Set Point1 = (Position of (Triggering unit)) Unit -...
  3. B

    Please help about LocalPlayer Problem

    I've create system to give hero exp and gold when killing unit. Everything (Gold, Exp, Gem (It's variable)) works very well except for the floating text which I used GetLocalPlayer(). The floating text isn't appear at all. When I remove GetLocalPlayer(), the floating text appears for all...
  4. B

    Please help correct my System

    It's not really system, just a item-sell function. I've tested it and it worked only for the first slot of hero. (No matter what I type the number, the result come out as slot1) function Trig_Item_Sell_Conditions takes nothing returns boolean if ( SubStringBJ(GetEventPlayerChatString()...
  5. B

    Multiple Question

    1. What is Player(0) (in Jass)?? Is it Player red or nothing ?? 2. What is item by slot (0) (in Jass) ?? Is it slot 1 (in GUI) or nothing ?? 3. What is different between ItemID (Integer) and ItemType (Itemtype) ?? 4. Is there the function (both jass and GUI) to move unit instantly...
  6. B

    Multiple Question

    1. Is there the limit of triggers ?? 2. Is the same event on other triggers cause game more lag ?? 3. Is there a way to set region not in square shape ?? (I don't want to create 2 region as it will complicate my trigger) 4. What is difference between: (Rather than that Heal per...
  7. B

    What is TRIGSTR ???

    I am going to make the space between line like <br> or endl; in jass then I've some problem that the string of these cannot be type space between line. So I've saved the space in string variable which when I convert into jass, it became TRIGSTR_640. But it seems doesn't work as there is...
  8. B

    Is it possible to work WE with other program ??

    As you know WE have their own language called Jass which is Just another scripting syntax. Anyway, some syntax is much more easier in C++ than in Jass such as Encrypt (Encode). So I would like to know if there is any function which I could use it to run the file ".exe"(The C++ program will be in...
  9. B

    Ask for program convert (.mdl > .max)

    Short question: Is there the program to convert from .mdl (model) to .max (3ds max 2009) so I can edit the model from warcraft game in 3ds max program. Thank so much.
  10. B

    Help Check Leak

    This is my trigger to create the floating text which tell the damage. It's seem not to leak anywhere but when test (with 30 units attacking at 10 times per seconds), it is very lag and cause game unable to respond. Is this laggy comes from this trigger or it is normally lag with that 30 units ...
  11. B

    Skill cannot be change in Object Editor ?

    I have create my own custom skill based on "Life Drain" but I want it to be used on the friendly unit as I set below. But when I use on friendly unit, it say "Must target on enemy unit" When I use on enemy unit, it say "Cannot target on enemy unit" again Anyone has any ideas ??
  12. B

    Problem: My custom skill trigger (with Hastable)

    I've make the chain skill (like healing wave in normal game but I've created my own one), there is problem that it doesn't work well at all. I need someone to check it because I've checked so many times and now feel some headache. Maybe someone with great skill at Hastable may help me, thank...
  13. B

    Skill Trigger Help (Index)

    The problem occur rarely with this trigger (About 1 in 40-60) Not sure what happen. The Bullet should be moved periodically but sometimes it stop moving, not damage, and appear as it isn't there at all. (Max bullet is 3 but if there is one bullet stop moving, the bullet in the map will be 4)...
  14. B

    vJass+Newgen Question

    I'm going to change my normal WE into Newgen (I need to use vJass) but I'm not sure about its working. I have heard some that Newgen have problem with "Test map" and "Hastable". Is that rumor true ? Because I still need to use Test map and Hastable. If I have change my WE into Newgen, can I...
  15. B

    How to make this spell MUI

    Sorry but I'm still confused in making spell MUI and I need some help. Last week someone had told me to sum up the hastable and I sum up it but it isn't perfect and can be easily cause imbalance in game. Skill Rejuvenation Events Unit - A unit Starts the effect of an ability...
  16. B

    How to make this ability MUI ?

    This ability will be MUI when there is cooldown of skill. But if there is no cooldown, the information in Hastable will be replace and it will not become MUI. Is there any idea ? Please not tell me to change (Key(Casting Unit)) to (Key(Unit of ability being cast)) because I want it to be able to...
  17. B

    Trigger - Damage Unit - Type

    It is very simply question and hope you all understand me. Can everyone tell me what is "Attack Type" and "Damage Type". What will effect if I change them? Can any one explain all of that function ? Thank you Here are the example of trigger: Unit - Cause (Attacked unit) to damage circular...
  18. B

    Multiple Question

    First : About Hashtable: Hashtable - Save 5.00 as 0 of 0 in (Last created hashtable) What is "as "0" of "0""?? I understand that "save 5.00" mean the real you have saved, but I don't understand "as 0 of 0". Can anyone please explain me more clearly. I have heard from someone that "only 1...
  19. B

    Trigger : Set level of hero.

    I need to ask about set the hero level. (Set hero level to ...) "NOT" how to set maximum level. My problem is when I use trigger set hero level to 100. The result is the hero level set to 41. When I set the hero level to 1000, the result is only level 1. I have already set the maximum level...
  20. B

    Spell MUI Check

    I now need help. I'm not really good with custom spell and I don't have enough people to check it. My Check : The spell works really well. But I'm not sure that is it able in MUI. And I know that Wait function is not good but I had never used other function like Countdown Timer before...
Top