[[[AutoCasting Abilities]]] - meathook

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
catalystx
Newcomer
Posts: 8
Joined: July 15th, 2008, 2:07 pm

[[[AutoCasting Abilities]]] - meathook

Post by catalystx »

hey guys im new here, having a bit of trouble getting this autocasting skill to work(meathook) this is intended for the cpu to use meathook every 5 seconds into the center of a region. but nothing happens when i test it. i have advanced triggers activated at map installation. i am using World editor unlimited.

Trigger used
Image

Meathook Ablility
Image


i used the tutorial here V

[[[Auto Casting Custom Spells]]]
To make a trigger launch with a custom spell you will have to look at the 'Order String - Use/Turn On' and make sure it is the only occurence on that unit, else more spells will be launched at the same time. When selecting the ability / action, instead of choosing preset you choose function, then Conversion - Convert String to Order and write the Order String in that field.

Unit - Order (Some Unit) to (Order(Some_Spell_Name)) (Target unit of ability being cast)


if anyone could kindly help me with solution or point me in the right direction would be greatly appreciated iv'e been working on this for agesssssss :sad: thanks in advance , oh and if anyone wants a copy of pudges meathook in gui leave me a msg and ill upload it somwhere..
User avatar
Senethior459
Forum Staff
Posts: 2618
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: [[[AutoCasting Abilities]]] - meathook

Post by Senethior459 »

Maybe check the cooldown on the spell? And maybe your time, too. Isn't 5 seconds of game time REALLY fast in real time? Or is game time=real time?
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [[[AutoCasting Abilities]]] - meathook

Post by Kryptonyte »

Senethior459 wrote:Maybe check the cooldown on the spell? And maybe your time, too. Isn't 5 seconds of game time REALLY fast in real time? Or is game time=real time?
5 seconds in the game about 2 seconds in real life, maybe a bit less.
It counts a lot faster... so if you're going to do that, make sure there is no cooldown on the spell.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
User avatar
catalystx
Newcomer
Posts: 8
Joined: July 15th, 2008, 2:07 pm

Re: [[[AutoCasting Abilities]]] - meathook

Post by catalystx »

ive changed the values for cooldown to 0 and perodic timing to 40 seconds still no luck =X no idea whats wrong
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: [[[AutoCasting Abilities]]] - meathook

Post by Arabidnun »

I do kinda have a simple fix.....Its very easy, and Because of your other map with the Custom ability being nothing special, I decided to Tweak* it a little bit.

I copied the Undead -Carrior Swarm, and removed all the missle animation, reduced range, and such just like your original Meathook.

Then, all I did was....

Change your condition to the new spell

Ex..(Ability being cast) Equal to Carrion Swarm

Then, I created this trigger, and it works. More or less...

Cast Meathook
Events
Time - Every 5.00 seconds of game time
Conditions
Actions
Unit - Order Blood Mage 0001 <gen> to Undead Dreadlord - Carrion Swarm (Center of 1 <gen>)
Unit - Order Blood Mage 0003 <gen> to Undead Dreadlord - Carrion Swarm (Center of 2 <gen>)
Unit - Order Blood Mage 0004 <gen> to Undead Dreadlord - Carrion Swarm (Center of 3 <gen>)


It did work, and It was pretty much just changing the ability, instead of ripping your hair out. Try it, if not, I can work on it more...mabye.

Signed
<_Arab_>
User avatar
catalystx
Newcomer
Posts: 8
Joined: July 15th, 2008, 2:07 pm

Re: [[[AutoCasting Abilities]]] - meathook

Post by catalystx »

I do kinda have a simple fix.....Its very easy, and Because of your other map with the Custom ability being nothing special, I decided to Tweak* it a little bit.

I copied the Undead -Carrior Swarm, and removed all the missle animation, reduced range, and such just like your original Meathook.
i have tried that using impale on another a custom ability it seemed to work though when i edit meathook's string to be accustomed to enare,carrion swarm,impale i still get no result. strange =X
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: [[[AutoCasting Abilities]]] - meathook

Post by Arabidnun »

No, you don't change the order string, that means nothing. As far as I know. I only use the original Editor.

Just look at this map, however, the Meathook is not MUI.
Meat Hook [GUI] Non-MUI.w3x
You do not have the required permissions to view the files attached to this post.
User avatar
catalystx
Newcomer
Posts: 8
Joined: July 15th, 2008, 2:07 pm

Re: [[[AutoCasting Abilities]]] - meathook

Post by catalystx »

thank you arab i got it working after reading your triggers