• 🏆 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!
Bond009
Reaction score
34

Profile posts Latest activity Postings Experience Media Albums Resources About

  • hello I logged into the forum to talk to you

    I have a question. small improvements to your map (Custom Hero Footies v4.0)

    - Adding books to increase cost statistics 120

    - The intensity of the spawn army would cost an additional 1: 1200 Unlock 4 tier base
    - These animals in the database could use the shout renewal of 2 min
    - Automate skill lust of blood and other skill that is automatic
    - Proposing to add new aura bleeding and incantation
    -bleeding works on the principle of attacking the enemy
    -incantation needs time to load

    -but thumping defect opponents are provoked on the caster
    auto attack, get a load of that works if someone is in the vicinity of the hero

    my e mail as you agree [email protected]
    Happy Birthday! (Happy Birthday!)



    <span style="font-size: 12px">Here is a cake.</span>

    . . . ., ., ., .,. . . . .
    . . .__|__|__|__|__ . . .
    . . .|~~::~~~~::~~| . . .
    . . .|~!!~~~~~~!!~| . . .
    . . .|<(><)><(><)>| . . .
    . . .|}{}{}{}{}{}{| . . .
    _________________________

    <span style="font-size: 12px">Here is your present.</span>

    . . . . . . .\ &&& /. . . . . . .
    . . . . . . ./<span style="font-size: 15px">*&*</span>\. . . . . . .
    |~~~~~|~~~~|~~~~~|
    |~'0~0'~|~~~~|~'0~0'~|
    |~'0~0'~|~~~~|~'0~0'~|
    |~~~~~|~~~~|~~~~~|
    |~~~~~|~~~~|~~~~~|
    |~'0~0'~|~~~~|~'0~0'~|
    |~'0~0'~|~~~~|~'0~0'~|
    |~~~~~|~~~~|~~~~~|
    <span style="font-size: 9px">©SeedinAethyr 2015</span>
    is it possible that i request for it to be taken down? my pc crashed and i really don't have time to update it.. haven't been world editing for a while now.. haha. i gotta brush up on my programming again
    Probably yes, never actually checked that out so I don't know for sure.
    But I think you can like create units for player or give gold etc to effect it.
    Did you tried to google it?
    Happy Birthday!



    <span style="font-size: 12px">Here is a cake.</span>

    . . . . , . ., . ., . ,. . . . .
    . . .__|__|__|__|__ . . .
    . . .|~~::~~~::~~| . . .
    . . .|~!!~~~~~!!~| . . .
    . . .|<(><)><(><)>| . . .
    . . .|}{}{}{}{}{}{| . . .
    _____________________
    There is no difference.

    Think of variables as an address note book. The note book contains the address where the person lives. Even if the person dies, you still have the address.

    If you have
    set unitVar = someUnit
    Remove unitVar

    and you don't null it, it will leak, but so little we don't care about that when triggering in GUI.
    I have no idea, it look just fine for me, even when I swap between user classes >.>
    Can you send me screenshot?
    Hey, Bond009, forgive me for the late reply, but I have definitely no time for requests. It's a crazy period with loads of duties to resolve. :/
    Create a dummy heroes coz hero ui icon can be selected using fkeys.
    While a peasant type unit can be selected w/ F8
    I'm not sure how to reconnect bones. If its mdl editing I don't know how to do that. You have my permission to edit it yourself if you want though.
    Hello, Bond009, here is how to do what you're after.

    In the Map Initialization, save "true" to the items' raw ids, that you do not wish to be dropped after the effect, e.g.
    Custom script: call SaveBoolean (udg_M_Hash, 'I000', StringHash("cannotbedropped"), true)

    When the ownership should be switched back, there's a block already in the script (function EndDuration):
    loop
    exitwhen i > i1
    call SetItemDroppable (UnitItemInSlot (u, i), true)
    set i = i + 1
    endloop
    change it to:
    local item it
    loop
    exitwhen i > i1
    set it = UnitItemInSlot (u,i)
    if not LoadBoolean (udg_M_Hash, GetItemTypeId (it), StringHash("cannotbedropped")) then
    call SetItemDroppable (UnitItemInSlot (u, i), true)
    endif
    set i = i + 1
    set it = null
    endloop

    Don't touch anything else from the function, only apply the mentioned changes.
    oh crap.. i thought i was finally going to receive +rep for something i deserve for :)) thanks anyways :))
    Hey, what's up? :)
    I'm on a rush, trying to finish my cinematic contest entry. What about you?
    It's the least I can do ^.^
    Custom Hero Footies is really popular among my friends and brothers :D
    They used to play it several times a day in the summer :D
    There are several ways to do this, e.g. use a trick to determine which items will become undroppable again or a hashtable to save 1 as StringHash("undroppable") and use an if/then/else to check what value is that. If it returns null or zero, it will become droppable. I am afraid I don't have the time at the moment nor I have Warcraft 3 installed on this laptop. If you can wait a few days, I will be glad to help you out.
    Because users with powers to mark reviews didn't marked review I guess.
    Will try to fix it now :)

    Fine, you'? :)
    Really lame Stormwind puns:
    I wouldn't mind getting into her royal chambers!
    Who let you out, because I'm howling.
    Did the holy bless you, because your giving me a royal seal off in my pants...
    FOR THE GLORY....OH MY GOD YOU ARE SO DAMN SEXY!!!
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top