Thread Tools Display Modes
08-24-05, 07:17 AM   #1
didritd
A Defias Bandit
Join Date: Aug 2005
Posts: 2
problem about auto-spell casting!!!!

I want solution code!!!

I mean , is It possible to conduct 2 more spell by 1 click?

----------------------- Can it by macro? ---------------------------------

for example : making new macro

/in 3 , /cast (fireball rank 5)
/in 6 , /cast (fireball rank 5)

So if I click the macro, is my mage throws fireball 2 times for 6 sec?
I can't sure. Unfortunatly I cant try it for my bed situation.

----------------------- Can it by scriptcode? ---------------------------------

function SomeFunction()
SPELLBOOK_TAB_GENERAL = 1;
CastSpell( 1, SPELLBOOK_TAB_GENERAL ); -- first fireball
chronos.schedule(3,CastSpell,1,SPELLBOOK_TAB_GENERAL); -- second fireball
-- chronos is just for 3 second waiting.
end

code is not exactly. I''m sorry. But you know what i want.


-----------Does Anyone know sollution? ------------------------------

HOW CAN I CAST SPELLS MORE THEN 2 CONSTANTLY JUST 1 BUTTON CLICK?

please~~~~~~~~~~~~~~~~~~~~`
  Reply With Quote
08-24-05, 07:31 AM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Not possible.

By design, every spell requires a keypress or mouseclick. You can cast two different spells by hitting the same key twice. You can (for the moment) get creative with which keys are used. But there is no way to cast two spells with one keypress or mouseclick.
  Reply With Quote
08-24-05, 09:58 AM   #3
BlackKnight6667
A Fallenroot Satyr
 
BlackKnight6667's Avatar
Join Date: Aug 2005
Posts: 20
Originally Posted by Gello
Not possible.

By design, every spell requires a keypress or mouseclick. You can cast two different spells by hitting the same key twice. You can (for the moment) get creative with which keys are used. But there is no way to cast two spells with one keypress or mouseclick.
Acutally that is not nesscarily true. Though it is not possible to do "in game" or "in interface". However I have a nostromo Speed pad for when I'm in combat, and through it's interface I can script the nostromo to do just about any combo I wish.
__________________
Borkr, Maintankadin
Defenders of Valhalla

  Reply With Quote
08-24-05, 10:32 AM   #4
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
To the game, that gamepad is creating multiple keypresses. So it's entirely true.

The gamepad won't be able to cast more than one spell if it's not programmed to simulate more than one keypress/mouse click.
  Reply With Quote
08-24-05, 03:37 PM   #5
Littlejohn
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 90
That's interesting. A border-line hardware exploit. Bliz has made it 100% clear that generating false hardware events is an exploit. I wonder what their position is on hardware devices that generate fake events?
  Reply With Quote
08-24-05, 07:32 PM   #6
didritd
A Defias Bandit
Join Date: Aug 2005
Posts: 2
so how about this?

1. make window programing to send keyboard key "1" to WOW PROCESS for every 3 second.

2. and "In game" skill window, place the fireball spell at first slot of "1".


If do this , It becomes possible.
My mage will do auto-spell of fireball forever.


But i'm affraid.
Can it be illegal program? So my account is blocked by blz?

I really wonder~
  Reply With Quote
08-24-05, 08:13 PM   #7
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured
Join Date: May 2005
Posts: 782
I believe blizzard has stated that they do not want people using gamepads with wow, and having software sending keypresses is a bannable offesne.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » problem about auto-spell casting!!!!


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off