Recent content by Nina

  1. N

    cannot open map

    The whole pack or just my map? if it's the pack in what program should I code in jass then that has syntax checker and autocomplete native functionnames? Also don't I need the pack to parse vJass? I've never worked with vJass before though.
  2. N

    Why can't I use uppercase L in strings?

    maybe you need to change the column width of your multiboard, because atm it might not have enough space?
  3. N

    cannot open map

    uhm yes, it was enabled by default, could this be the problem? Edit: Disabling it had no effect=S
  4. N

    cannot open map

    Hello, Whenever I try to open a map I made (even with just a few units on it, nothing fancy) in single player -> custom game, it doesnt give the list of users/computers to put and when I just press start game it just reloads that screen but doesn't start it. When I try to do it while hosting...
  5. N

    Prevent Select Unit for a unit?

    try making the other selling unit not have an inventory and set it's classification as shop if that exists this is freehand don't have editor close.
  6. N

    Jass Passive Spell Help

    Also its integer not interger and I think you want your call UnitDamage..blablbla within the 2nd if otherwise it's just worthless. To help yourself find problems you should rename your function names and remove the weird not 's in your conditions.
  7. N

    [Object Editor Bug help] Please.

    or first try to download the world editor located in the newgen sticky and try using just that(not newgen itself) maybe it's just the world editor .exe file that's corrupted.
  8. N

    Help in beating CHEATS!

    You can't really protect it since they get the .j file with an mpq editor. Try to hide your anti cheat like disable save n load in single player so they can't find it easy. Edit: let's say a player can't have more then 100000 gold in your map make a trigger that defeats them when they get more...
  9. N

    Move System Error

    with On map intialization do you mean you ticked the box run on map intialization? That won't work in JASS triggers, you will have to add the event in the trigger.
  10. N

    Move System Error

    First of all in the first trigger you forgot the f of function, I think the problem is because you add the event in the action. An action can only be ran after it has been triggered atleast once by an event and since the action is never called the event will never be added.
  11. N

    Animation Request

    Can't you just change Stats - Area of Effect in object editor this will shrink the target circle and I think also the flames not sure though.
  12. N

    Test map!

    That's the standard requirements, as in for Blizzard's melee maps. Custom maps can easily use up lots more.
  13. N

    Test map!

    well when you want to exit warcraft press alt+tab or windows key then ctrl+alt+delete go to processes select war3.exe and click close process. This will close warcraft without warcraft trying to clear the memory first.
  14. N

    How to make a cinematic impossible to skip

    If I'm not mistaken the action cinematic - disable user control for player x is what your looking for.
  15. N

    Multiboard help

    I need some help with setting up my multiboard, I'm just loosing myself in lots of if's and I can't seem to find out how to setup my multiboard the way I want it. Hopefully someone can help me. This is how it's supposed to look: (the pink should always be there but lets say if theres no one in...
Top