• 🏆 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!
Vinz
Reaction score
5,507

Profile posts Latest activity Postings Experience Albums Resources About Medals

  • Well, I know about gif making from I3lackDeath xD Probably wouldn't have learned it myself if it wasn't for him.
    Same xD Hmm.. Btw, it turned out that I have nothing to do atm so I'll attend to making that tutorial if you want me to ^^
    Oh.. Hmm, good point. I will make a little tutorial about it in the Unnoficial 2d Contest. I believe some other contestants might not know as well.. But I can't atm, gotta go. Later tonight/tomorrow. We'll see.

    So aa.. how are ya Wrath :cgrin:?
    Hmm.. Well, personally I use Photoshop, but that's quite an expensive tool (there are other ways to get it thouhg - like trial and.. uhm. Other ways). If you want to you can just make all the frames you need and I'll place them in a gif for ya. If you really want to make it yourself I could search for other tools to make gifs.
    okay, i'll change that in the next update, meanwhile, you can change that default value:

    Scroll down to see a function named ClearVar takes nothing returns nothing, search this function, you will see:
    set udg_KB3D_DestroyTree = false <<make it true, and the default value for it will be true

    you're welcome and lol

    from KB3D v. 1.8.2
    the abominations are being knockbacked but not the Mountain King~~ problem may be from you
    Well, I don't even notice it much. xD
    It's an anime though so it still looks cute. Moles in real life is...err...not cute I suppose.
    ----------
    I haven't visited the site for the last two days so I don't know what's happening. I can't even reactivate the site. Seems like The_Prodigy is the last one who logged in though so I think she's doing something with it.
    ----------
    Sorry, I had to CnP from Xi Wangmu's profile. I kinda got tired of typing. xD
    And lol about your second VM. xD
    Doing fine bro, just doing my usual things that I do at Hive such as browsing random forums and reviewing maps.
    He just died suddenly. I remember he died with orcnet and me a few months ago but didn't come back anymore. Taking a break I guess?
    If something big happened, then I have no idea what it is too. :/
    i'm busy IRL
    i can only online from mobile, rarely with PC
    so i'm lazy to post something.. my mobile is slow
    the current version is 1.8.2 dude, update it >.>
    in 1.8.2 every single feature is documented with what it requires to work

    and notice something:

    KB3D_Fx_Attach will be changed to KB3D_Attach
    so, youre the one who made the Sunspear :) i used that in my project :) but dont worry i gave credits to u
    to spare you from creating a useless global variable
    because you can't create a local variable = it can't be nulled after returning itself
    Does anyone have a Wc3c.net account I can use. I think I got banned. :(
    (And I need those models)
    We finished a long time after you went offline, so to not make you read all the tests we made, here is the final one:
    function GetNearestUnitInGroupFromXY takes unit U, real x1, real y1, group g returns unit
    local unit u=FirstOfGroup(g)
    local real x2=GetUnitX(u)-x1
    local real y2=GetUnitY(u)-y1
    local real dist1=SquareRoot(x2*x2 + y2*y2)
    local real dist2

    set U=u
    call GroupRemoveUnit(g,u)

    loop
    set u=FirstOfGroup(g)
    exitwhen u==null
    set x2=GetUnitX(u)-x1
    set y2=GetUnitY(u)-y1
    set dist2=SquareRoot(x2*x2 + y2*y2)
    if (dist1>dist2) then
    set dist1=dist2
    set U=u
    endif
    call GroupRemoveUnit(g,u)
    endloop

    set u=null
    return U
    endfunction

    //Example Usage:

    function Call takes group g returns nothing
    local unit U
    local real x = 0
    local real y = 0
    set U = GetNearestUnitInGroupFromXY(U,x,y,g)
    endfunction
    Good! Cuz your VM said you were slowly leaving ;____;

    Well.. what about me, I'm fine ;D Except school stuff. But overall it's okay for now :)
    Sorry for the late reply, but I am back and its Semestral break here.... doing fine here, you?
    I love visiting the Hive because it doesn't blind my eyes unlike Facebook. lol
    Wanted to give uruk players the ability to attack specific targets such as gates, towers, heros, etc. Tried with attack-move first but they wont stay on the target.
    No i'm not bad to let you be sorry :p
    And any way, i wasn't waiting any thanks or something :p
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top