• 🏆 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!
Spellbound
Reaction score
457

Profile posts Latest activity Postings Experience Media Albums Resources About Medals

  • A
    Hey, have you started with the carrier system ?
    I got some ideas for an alternate carrier system and I would like to know what overlaps your ideas, so we don't submit the same/ a similar system.
    Hey there! Do you still have your volley attack test map? I'd appreciate it if you can pastebin it to me : D
    Guess visuals got its price.
    Good luck keeping your motivation high enough to polish, it's something I wouldn't be able to do.
    Damn you got me.
    That's not what you mean by polish most of the time though!
    I usually start on a lot of submissions, but it's fairly rare that I finish one.

    I dropped the spell contest once I saw that some of the big boys joined and noticed I had absolutely no chance.
    I dropped the cinematic contest because I noticed the rule of the cinematic duration needing to be less than 5 minutes.

    I would have finished the minimapping one though but the mods did something fishy with the date which prevented me..

    edit: Actually it was not the mods, I went back and checked.
    The time it had to be turned in was 19:30 and not 23:59 as I presumed. Thus I missed the deadline.
    I dropped it since I couldn't test the map properly. Not that big of a loss, I merely imported a bunch of stuff anyway.
    You're last reply in my custom script condition issue was a bountiful blast of workingness. +rep
    Reputation (+2):
    (Post) Oh, the graphic designers' presentations. Seriously, great project. Looking forward for this one :)
    Hmm...thanks but I think I got it to work:
    xYours Trulyx
    Events
    Conditions
    Actions
    Custom script: if (GetIssuedOrderId() == 1747988529) then
    Set BuildingID = (Integer(h001))
    Custom script: elseif (GetIssuedOrderId() == 1747988533) then
    Set BuildingID = (Integer(h005))
    Custom script: endif
    But,I need the condition to detect the OrderID so that the dummy will build a different building,depending on the OrderID (again,please GUI)
    Okay,copy that.But what condition should I use to detect the OrderID.If you can,please make it GUI.
    Heyho,Spellbound.Sorry to interrupt,but I got questions for your JASS system you posted at the "Building Build Another Building":
    if GetIssuedOrderId() == 1717988727 then
    set BuildingID = 'ffmw'
    elseif GetIssuedOrderId() == 1717985889 then
    set BuildingID = 'ffba'
    elseif GetIssuedOrderId() == 1717985644 then
    set BuildingID = 'ffal'
    elseif GetIssuedOrderId() == 1717986669 then
    set BuildingID = 'ffem'
    elseif GetIssuedOrderId() == 1717987181 then
    set BuildingID = 'ffgm'
    endif

    set dummy = CreateUnit(GetOwningPlayer(caster), 'fdum', x, y, 270.0)
    call IssueBuildOrderById(dummy, BuildingID, x, y)
    call UnitApplyTimedLife(dummy, 'BTLF', 10.00)
    set FF_BuildingSource[GetUnitUserData(dummy)] = caster

    set dummy = null

    what's with this? ( the questions are with (((( - )))) )
    if GetIssuedOrderId() == ((((1717988727)))) then
    and this
    set dummy = CreateUnit(GetOwningPlayer(caster), 'fdum', x, y, ((((270.0))))
    this also
    call UnitApplyTimedLife(dummy, (((('BTLF')))), ((((10.00))))

    thanks for your time :}
    I know your name is common, but do you play minecraft? Saw your name :p
    R
    Just keep it on the album :p I'm preparing my equipment to edit it :D
    R
    Thank you for your support, I'll +Rep you.
    Does not change anything for me. I tested the map three times and I got Troll > Orc > NE
    Which makes an additional race pointless when the UI basically ruins one race anyway, but I will just ignore that fact I suppose..

    I did what you said and it did not work.
    Well I don't see how it is supposed to work at all, there is absolutely no way you can have a custom UI without removing and existing one from either race.

    And why would handicap determine the race I am getting? The description of the system says nothing about that.

    This is driving me insane -.-
    I don't get it T.T

    I need to replace one race otherwise you wont be able to select the race. If I want a custom UI I need to replace a race as well.
    It looks like this for me:


    edit: nvm gotcha. Looks like this by default:
    library OrcSetup initializer Init requires CustomRaceSystem

    private function Init takes nothing returns nothing
    local CustomRace c = CustomRace.create("Orc",RACE_ORC,1.0)
    call c.setTownHall('ogre') // Great Hall
    call c.addWorkerType('opeo',c.NEAR_MINE,5) // Peon
    call c.addHeroType('Obla') // Blademaster
    call c.addHeroType('Ofar') // Far Seer
    call c.addHeroType('Otch') // Tauren Chieftain
    call c.addHeroType('Oshd') // Shadow Hunter
    call c.setAIScript("orc.ai")
    endfunction

    endlibrary
    Hey can you tell me to how to force the user to play your race for the techtree?
    I basically replaced the orc race with my own, but when I test the map it selects a race randomly.

    I thought it was Scenario > player options but that doesn't change anything.
    R
    Can I see the process? Let's talk in Chat. OR in skype >,>
    R
    Been looking forward about that, I'll do the rest of the crest for the workshop, I already informed and promised ardy about it.
    R
    About the TreeWalking question thread
    Do you mean this buddy? Here
    ----------
    PS: 'ffr1' and 'h006' are your unit IDs. Find them buy going to the world editor and pressing Ctrl + D. For custom units it will show it's actual ID, then the ID it's based off. For instance, a code of e000:eswp means that the actual ID of the unit is e000. eswp is the ID it's based of.
    ----------
    So wait, you don't need to use the whole thing ("e000:eswp"), just the first half? I wrote a Tutorial on this; feels like I should know... :<
    I will make another update on Missile on sunday.
    Maybe it solves the problem you had with it.
    R
    Just kidding, I don't need one anyway, I can make meh own soon :p <3 Nice designs anyway bby.
    R
    I love your signature! Pwease pwease make me one! :ogre_love:
    <span style="font-size: 9px">(I just lost my graphics designing files tho ~ Fuck my aunty for reformatting my pc without me knowing it T_T)</span>
    damn...I like how your signature looks, so simple but yet very interesting
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top