• 0

    posted a message on Diablo - Walls of Nargath

    Sent you a pm.

    Posted in: Team Recruitment
  • 0

    posted a message on how to make trigger to vote like this?

    Well, that should be something simple. Your triggers should be divided in 2 groups - button clicking and banning.

    1) For votes, you should use an Integer Array (Var of type Integer, Array with size of max human players). The clicking should work like this:
    A player clicks a button with a name "XXX" -> The corresponding variable increments (eg, I click on Playsta (Player 2) -> votes[2]=votes[2]+1).
    And then you can hide your dialog with buttons.

    2) Banning: It should be simple. You just need a trigger, wich fires when a variable reaches ActivePlayers-1 count. In order for the event to not work, you can just add a condition to the trigger, which checks if the amount of Active players is more than 2. Then you just drop him off the game.

    In theory, that should be it. :)

    Posted in: Triggers
  • 0

    posted a message on stacking abilities

    There's a tutorial here, on sc2mapster, on how to create multi level abilities.

    Posted in: Team Recruitment
  • 0

    posted a message on Mini Chop Farms

    I just knew you're going to misspell my nickname :D It's Dwarfius.

    Posted in: Map Feedback
  • 0

    posted a message on Livestream need help

    Try running the game in windowed mode.

    Posted in: Off-Topic
  • 0

    posted a message on Mysterious Frame-rate drop

    I was affected by it. Even after deleting every self-duplicating object, the map still lagged. After save, all the objects were still in place.

    Posted in: Terrain
  • 0

    posted a message on GUI Bug?

    It's a random bug that occurs at random :D Don't know any way of fixing it - it can fix itself or with a reinstall.

    Posted in: Triggers
  • 0

    posted a message on Original Map Ideas.

    That's an interesting concept, yuka. Your own ideas? :D Nevertheless, I'd like to work with somebody on that type of project. Does somebody want to try that?

    Posted in: Map Suggestions/Requests
  • 0

    posted a message on Original Map Ideas.

    Well, that one is not a problem, I guess... Does somebody want to make that kind of zombie survival?

    Posted in: Map Suggestions/Requests
  • 0

    posted a message on Santa Hats on YOUR profile picture!

    Tanks a bunch! :D

    Posted in: Off-Topic
  • 0

    posted a message on Santa Hats on YOUR profile picture!

    I want one :3 Please? :D

    Posted in: Off-Topic
  • 0

    posted a message on [Solved] Bank - Check Section Fail

    It's looks logical when you say it so. But since some kind of script can run while sc2 finishes loading, they could implement such action, which alowed to Preload bank for players from x to y. I'm glad that now I know about that minor thing which disturbed me for an hour :D

    Posted in: Triggers
  • 0

    posted a message on [Solved] Bank - Check Section Fail

    I'll try your suggestion. As for the note, thanks, I forgot that that loop exists. Remaking it now :)

    Edit: God damn it! You were right, it really does accept only constants, but why? :D oh well, thank you for the help!

    Posted in: Triggers
  • 0

    posted a message on [Solved] Bank - Check Section Fail

    I've made this here trigger, which should sync, load and then set apropriate variables.

    http://img546.imageshack.us/img546/5449/statsproblem.jpg

    There's a problem with the condition:
    (Section "Player" exists in bank Banks[i]) == False
    It always returns false, so it resets every key inside the bank. As an example, I've manually changed the bank file to load value "X", but it still sets it to "Local Player". How can I fix that? Or is there any error that I've missed?

    Posted in: Triggers
  • 0

    posted a message on Sc2 vs Wc3 Maps: What's wrong in recent maps.
    Quote from Mozared: Go

    @o3210: Go

    I think you're mistaking what he's saying. Sandround seems to be talking about a 'mega map like the original DOTA'. As in a map that evolves out of a couple of different maps, then gets lots of stuff right and becomes a whole new genre by itself. Not just "a map of the DOTA genre".

    Well, yes, maybe I am mistaken. But the thing is, that Sotis is a sc2 successor of dota from wc3. Utilizes sc2 game engine, trigger system and etc. It also feels a lot more faster than wc3s dota or LoL. For me, it actually is a "mega" map. I hate dota, almoust never play it. :( Although played LoL for some months :D

    Posted in: General Chat
  • To post a comment, please or register a new account.