• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!
Legal_Ease
Reaction score
213

Profile posts Latest activity Postings Experience Albums Resources About Medals

  • Reputation (+4):
    (Post) (+4) Always forgot to remind users about simple things such as screenshots... thanks for the reminders.
    Yeah I know. :D
    Is your map open-source, or protected in any way? So I could perform tests.
    Wait. How did you make the heroes be able to upgrade? Last time I checked, that line in the OE disappears with non-structures.
    I don't really know if I could write an AI.. But let me know if you:
    - Used 'Charge Gold/Lumber' Ability
    - Want melee-like AI
    well i promised explication so here it is: short, : look at shuriken trigger, there is everything you need: Set UPSUse3D[UPSCurrentInstance] = True
    , then add storm crow to projectile unit and then remove storm crow ability, to set starting height use: Set UPS3DHeight[UPSCurrentInstance] = XXX (your height value) Then set UPS3DLiftUp to your chosen value, then set UPS3DGravity , each tick (0,05 sec) the UPS3DGravity is added to UPS3DLIft UP, so if you set both to 0, it travels in straight line, if LiftUp is 0 and Gravity is minus value, lets say -5 projectile fall speed is increased by 5 each tick, so its 100 per second. In UPS 20 FPS Timer there is a semi hard coded fuction: It looks long but the first IF is important, it states if Current flying height is less than 110, you can set it to another value if you want to hit units flying more than 110. I programmed to hit it just ground units, but by changing this function you can set if counter to maximum height and minimum height. Im currently not working on anything on War 3 but i would maybe sometimes so i wish you good luck i hope you understood.
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    If - Conditions
    (Current flying height of UPSUnit[Int01]) Less than 110.00
    Then - Actions
    Set UnitGroup01 = (Units within UPSPCollisionRadius[Int01] of (Position of UPSUnit[Int01]) matching (((Matching unit) is alive) Equal to True))
    Unit Group - Pick every unit in UnitGroup01 and do (Actions)
    Loop - Actions
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    If - Conditions
    (Current flying height of (Picked unit)) Greater than or equal to 110.00
    Then - Actions
    Unit Group - Remove (Picked unit) from UnitGroup01
    Else - Actions
    Unit Group - Remove UPSUnit[Int01] from UnitGroup01
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    If - Conditions
    ( ... ... ... and so it continues
    You can check it at the bottom of my profile. I meant, you should not gimme rep+ for something useless I have done. I don't like it..
    Nah.

    About the storm, well me and my family are fine since the storm didn't directly hit my city.

    Thanks for your concern.
    Well hello, i was out, starting height can be altered by some variable, :D if you are havin trouble and want to use this system i could write you some tutorial, i hoped that you will know how to use it :D
    My sincere sympathy for all those who have been hit by the typhoon. I pray that you are all safe and hope all of our members and their families are well.
    Reputation (+4):
    (Bundle) (+4) A map with lots of potential if worked on more but is up for an approval for me though :)
    Okay cool, I will test it soon.

    And about Choplifter: I've alrdy changed system like I wanted, but there is weird bug so I will just upload map when it's fixed..
    Been so inactive here and I'm back here again

    BTW, Reserved for review then :)
    Yeah, but when you have too much leak, you have to do it, as it's hard to browse through tons of triggers.

    I haven't yet, will seek to it.
    About lags, I play the map yesterday and it seems to lag with no end during the starts, I guess it has to do something with leaks, did you use NewGen? If so, I know a nice script to eradicate leaks without too much work.

    About AI, I'm pretty sure it's possible, it will worth a try.

    About latest project, did you mean Choplifter?

    About the Tutorial, it was from Purge actually, I get the hidden code of SmartCameraPanBJ from JassCraft (I think, the one integrated into JNGP) Database.
    Reputation (+1):
    (Post) Yes I know maybe a bit too much, I would rate it better maybe... but in fight the system always annoyed me, so I finlay avoided enemys:D... no we don't know us, and ur review is very well done!
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top