Spell Pudge Wars Meat Hook

ronaldo

New Member
Reaction score
0
Its possible to make that hook, hook multiple units in range or 2 units per level. That mean the animation is all the same till hook get to the creeps, then it hook back few creeps to you (depends on level or aoe). Will be very hard to make it ?
 

Cranky

New Member
Reaction score
0
Is there any way to load and play this type of meathook map without jass newgen? I want to make a kind of hooking map and play it with my friends, and others, but it isn't a comfortable way to tell everybody to download it. But maybe the solution is very easy, and i'm just noob. So?
 

_whelp

New Member
Reaction score
54
i think testing too many newgen maps on normal we will break your wc3 because mine broke before unless it just did that
 

Blackrage

Ultra Cool Member
Reaction score
25
Haha, the hook gets messed up when you hook inside an area full of Pathing Blockers (Fly). Looks like a deck of cards that flies to you (my opinion).
 

Blackrage

Ultra Cool Member
Reaction score
25
For some reason, this spell doesn't trigger at all when I have this trigger in my map:


JASS:
scope Income initializer Init 
    globals
        public trigger Trig
        private constant integer GPF = 10
        private constant integer FarmId = 'h007'
    endglobals
    
    private function FarmFilt takes nothing returns boolean
        return GetUnitTypeId(GetFilterUnit()) == FarmId
    endfunction
    
    private function Action takes nothing returns nothing
        local group g = CreateGroup()
        local unit u
        
        call GroupEnumUnitsInRect(g, bj_mapInitialPlayableArea, Filter(function FarmFilt))
        
        loop    
            set u = FirstOfGroup(g)
            exitwhen u == null
            call SetPlayerState(GetOwningPlayer(u), PLAYER_STATE_RESOURCE_GOLD, GetPlayerState(GetOwningPlayer(u), PLAYER_STATE_RESOURCE_GOLD)+GPF)
            call GroupRemoveUnit(g, u)
        endloop

        call DestroyGroup(g)
        set g = null
    endfunction
    
    private function Init takes nothing returns nothing
        call TriggerRegisterTimerEvent(Trig, 20, true)
        call TriggerAddAction(Trig, function Action)
    endfunction
endscope


EDIT: For some reason having a global trigger doesn't let the Meat Hook work o.o
 

Trollvottel

never aging title
Reaction score
262
You forgot to initialize the trigger.
that messes up the MAP initialisaton of the triggers.
 

crazyfanatic

New Member
Reaction score
20
yes, i have it, and i transfered the trigger with it, but when i start the Warcraft 3, ir can see my map, but cant start it. Do you know why?
 

Trollvottel

never aging title
Reaction score
262
always safe the map before you are closing it, so the jasshelper can compile the code.
 

Babar

New Member
Reaction score
0
I tried to edit the cooldown in the abilities section to 30 seconds but it doesn't change. How can i change the cooldown of the spell.
 

HydraRancher

Truth begins in lies
Reaction score
197
I messed around with it abit and got this:
32361003.png
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
What did you do. That looks funny. BTW i put the cd to 0 and put the max range to 10000 and the max hooks to 10000 then i spammed it. Got plenty debug messages and graples that just stay in 1 place that never got destroyed. <.< guess the cd is needed
 

Trollvottel

never aging title
Reaction score
262
And how did you do it?

I suggest you to not exceed the limits. the max array size is 8192. and too much instances with too much nodes will break the spell
 

Kenny

Back for now.
Reaction score
202
I suggest you look over this spell once more to work out what makes it bug so bad. This would be great if it didn't mess up, but due to that I don't think this should even be approved, I'm sorry.

I'll try to upload some stuff for you, so you can see what happens.
 

Attachments

  • Fucked up meathook.w3g
    10.8 KB · Views: 334
  • Another Screwy Meathook.jpg
    Another Screwy Meathook.jpg
    158.5 KB · Views: 441

Trollvottel

never aging title
Reaction score
262
did you change anything in the configuration?
€: cant watch the replay since you seem to have a different version of wc3 (mine is 1.23)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top