• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!
Lacky
Reaction score
7

Profile posts Latest activity Postings Experience Albums Resources About

  • Lacky, to be very clear, I recognized that you are very intelligent in a systematic way: You like symmetry and patterns, you communicate well, and you're probably good at mathematics. I'm not telling every 13 year old to learn JASS.
    Time: You need to spend a lot of time thinking about it and not giving up.

    Diligence: You need to always use it, and not procrastinate or go back to GUI. You need to learn more and ask others "how can I improve this?"

    I'm using both vJass and WurstScript. vJass and Wurstscript are higher level languages that become transformed into JASS when you save your map.

    WurstScript is a higher level language that can do something like this:

    [jass=wurst]
    u = CreateUnit(Player(0), 'hfoo', 0., 0., 270.)
    u..setX(500.)..setY(500.)..setFlyingHeight(500., 0.)
    [/jass]

    vJass is a lower level language, closer to JASS:


    local unit u = CreateUnit(Player(0), 'hfoo', 0., 0., 270.)
    call SetUnitX(u, 500.)
    call SetUnitY(u, 500.)
    call SetUnitFlyingHeight(u, 500., 0.)
    It will maybe be the hardest thing you have done in your life, but you won't regret it. You can do it with time and diligence.
    Fair enough. How old are you? I think the best thing you can do if you want to make nice maps is click
    I think my changes are not substantial for a re-review, I just thought you might be interested to see the cinematic - I think it addresses some of your concerns.

    I'll put a hidden tag in the next update.
    Yes. A trial map moderator is basically a moderator with limited powers. In my case, I only had map resource moderation privileges. No editing, restoring, and deleting posts, no access to Hive's secret headquarters, no option of reputation from -12 to +12, no infraction button, etc.
    Did the time frame of the UI really affect you? If that is the case, I will try to fix it.

    Also in playing 6v6 do you experience lag?
    Why not copy and paste them to the bottom? The 'new' icon could be seen when you scroll down making a new post btw.
    What do you mean another spam?
    Haha, you had to create an album to show me the error
    "Lacky's Feeback Album"
    LOL!!. For me it is ok to have big "S" and space for the "%".

    Edit: Actually, when I looked at it, there is no space but a parenthesis. Like this, (Hitting Range / 4)%. So if you hooked an enemy unit 600 units away, and your meat hook damage is 360, then the lifesteal is 150% of damage which is 540 HP.
    ----------
    Status: 80% Active
    Reason: I have no more class.
    ----------
    Nice. Bakasyon niyo na.
    Thanks haha. This kind of feedback is exactly what I need to motivate myself to do the map.
    Im currently developing it so I can only link the screenshots. It is not finished but the screenshots will somehow give an idea of how the map looks.
    Haha. Im currently trying to change my username and one of the conditions is to put my previous name. Unfortunately, it is not done yet.
    Maybe you're right. Whenever I visit the Map Development forum, I always see some new threads that are just ignored despite the no. of users in that forum.
    It looks like I crashed onto my bed before I got to respond ^^

    I've been doing fine. Now Hive Workshop active and cruising through High School.
    Im still developing it (Shadow Fiend Wars + AI). Should I post it in Map Development Section? Its about 35% Done.
    Well actually, that map was is close to being acceptable, but it still needs some work to reach minimum quality for the modern standards.

    The map submission rule on quality is quite vague, but we can't really change it to make it less vague for obvious reasons.

    Anyway, how's life?
    You have a nice illusion of them being really good though. That BBcode sorcery is really fancy. I think you did fine, you just don't have the consistency to know what is acceptable and what isn't yet :S
    It's going to take some time to get to maps you reviewed. Just some reassurance to know that I haven't ignored your reviews.
    FINALLY!, Examination is done. Now, I can finally rest, and help here again.
    Hey! I know I'm giving delayed responses but that's because I've been busy for a while. I'll get to your review soon!
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top