PDA

View Full Version : Auto-Cast?


dadevil666
06-25-2005, 10:43 PM
Hi!

first of all thx for the best mod for WoW!

I have been Searching around the forumīs for a "Auto-Cast" function.

Like if you have a macro for "Divine Blessing" letīs say "/bless a" that gives all in the party "Blessing of Might".

after 5 min the "Blessing of Might" will run out of time.

So my question is, is it possible to connect that "/bless a" macro to some kind of "Auto-Cast", like every 5 min or so? so it wont run out if you forget to activte it again.

//Devil

Norius
06-25-2005, 10:45 PM
I'm pretty sure you can't do that. It would cause use of bots.

Flisher
06-25-2005, 11:07 PM
you cannot call spell without a keypress/mouseclick.

dadevil666
06-25-2005, 11:09 PM
I'm pretty sure you can't do that. It would cause use of bots.

Well I dont know anything about "scripting" or "programing" so my only hope are you who can :D

Isnīt there anyway you can use the "Alarmclock" function in Cosmos or anything like that.

Well maby there is a way or maby not, hope someone knowīs for sure.

//Devil

dadevil666
06-25-2005, 11:10 PM
you cannot call spell without a keypress/mouseclick.


Maby there is a way to simulate that, if you know what you are doing writing a script?

Flisher
06-25-2005, 11:15 PM
ok, again... there is no way, absolutly no way, to call a skill/spell, without a mouseclick/keypress. Blizzard did it to prevent boting

you can do all the code you want, the spell won't be launched.
--

however, you can bind a script to cast different stuff with multiple keypress of the same key.

dadevil666
06-26-2005, 12:10 AM
ok, again... there is no way, absolutly no way, to call a skill/spell, without a mouseclick/keypress. Blizzard did it to prevent boting

you can do all the code you want, the spell won't be launched.
--

however, you can bind a script to cast different stuff with multiple keypress of the same key.


Well ok, then I know :(

have a nice play

//Devil