Thread Tools Display Modes
02-19-08, 10:49 PM   #1
CarsonZXY
A Murloc Raider
Join Date: Feb 2008
Posts: 5
delay macro

I heard of this mod that allows for you to delay between actions ina macro
  Reply With Quote
02-20-08, 04:16 AM   #2
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
I dont think its possible with the current API. I know macros natively wont allow for it. Each in game event on screen be it a spell or action requires seperate hardware events.

So far as i understand it the rules that apply to macros apply to mods as well. So i would imagine that such a mod were it to exist would be illegal.

Though anyone with more knowledge than myself in this feel free to correct me.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
  Reply With Quote
02-20-08, 04:36 AM   #3
robthedude
Don't Panic
 
robthedude's Avatar
Join Date: Oct 2006
Posts: 364
you cannot include delays in macros or addons, they cannot do anything automaticaly, using any external program that could possibly do this will get you banned. Sorry...

Can we get the 'commandments' written up somewhere prominant? and perhaps slightly more eloquently than my capabilities allow!

ouch... my brain... too many big words...
__________________

  Reply With Quote
02-20-08, 08:10 AM   #4
CarsonZXY
A Murloc Raider
Join Date: Feb 2008
Posts: 5
ah, ok, before I say screw it to said macro, let me say that teh reason I was asking was because on a game guide for Macros I saw a reference to such a add-on, though I guess I understand why its illegal, it would probably make it possible to make a rudimentary bot
  Reply With Quote
02-20-08, 09:11 AM   #5
robthedude
Don't Panic
 
robthedude's Avatar
Join Date: Oct 2006
Posts: 364
Perhaps it was a REALLY old guide, I'm told that it was possible to start with, but of course they put a stop to it after people were abusing it
__________________

  Reply With Quote
02-20-08, 09:32 AM   #6
CarsonZXY
A Murloc Raider
Join Date: Feb 2008
Posts: 5
the few that ruin it for the many *toasts*
  Reply With Quote
02-20-08, 09:33 AM   #7
CarsonZXY
A Murloc Raider
Join Date: Feb 2008
Posts: 5
since Im here, what are some good, legal mods
  Reply With Quote
02-20-08, 10:07 AM   #8
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Originally Posted by CarsonZXY View Post
since Im here, what are some good, legal mods
anything on this site?
  Reply With Quote
02-20-08, 10:33 AM   #9
CarsonZXY
A Murloc Raider
Join Date: Feb 2008
Posts: 5
nah, I meant like particularly good ones, I saw this one that allowed you to look at the equipment of a given person, find out where and how they got it, and also showed the possible drops for all enemies, whats that one?
  Reply With Quote
02-20-08, 10:59 AM   #10
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
No, there is a mod. I just can't recall the name of it atm.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-20-08, 11:37 AM   #11
Gemini_II
A Molten Giant
 
Gemini_II's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 762
I know this (at least used to) exist. I just can't find any trace of it, nor remember the real name. It's probably been discontinued and may not work since 2.0 though. Closest thing I could find is AfterCast
__________________
Retired prior to 3.2, before all challenge was removed.

  Reply With Quote
02-20-08, 10:06 PM   #12
srcwiz
A Wyrmkin Dreamwalker
Join Date: Dec 2006
Posts: 51
Originally Posted by CarsonZXY View Post
nah, I meant like particularly good ones, I saw this one that allowed you to look at the equipment of a given person, find out where and how they got it, and also showed the possible drops for all enemies, whats that one?

Could it be Mendeleev ?

Description
http://www.wowace.com/wiki/Mendeleev

download site
http://files.wowace.com/Mendeleev/Me...v-r62100.4.zip
  Reply With Quote
02-20-08, 10:29 PM   #13
srcwiz
A Wyrmkin Dreamwalker
Join Date: Dec 2006
Posts: 51
Hmm,

the Delay addon ....

Could it be InDemand?

http://code.google.com/p/nef-wow/wiki/InDemand


http://nef-wow.googlecode.com/svn/zips/InDemand.zip
  Reply With Quote
02-20-08, 10:30 PM   #14
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Yes - that's it.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-20-08, 11:49 PM   #15
srcwiz
A Wyrmkin Dreamwalker
Join Date: Dec 2006
Posts: 51
For further interesting reading, :P

it seems that this feature is also available through AceEvent-2.0
, a library of the Ace2 addon framework package, and Chronos....

detail see below link

http://forums.worldofwarcraft.com/th...sid=1&pageNo=1
  Reply With Quote
03-14-08, 08:41 PM   #16
Cyberbase
A Murloc Raider
Join Date: Jul 2007
Posts: 4
The mod you need is this:
http://www.wowinterface.com/download...-InDemand.html

You can then delay cast times eg:

/in 3.5 /cast Fireball
/in 3.5 /cast Fireball

The above will cast 2fireballs 3.5seconds apart
  Reply With Quote
03-15-08, 02:32 AM   #17
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Originally Posted by Cyberbase View Post
The mod you need is this:
http://www.wowinterface.com/download...-InDemand.html

You can then delay cast times eg:

/in 3.5 /cast Fireball
/in 3.5 /cast Fireball

The above will cast 2fireballs 3.5seconds apart
Nope that wouldn't work, you could do

/in 5 /say moooooooo

but you can't cast anything without user input.

* Allows you to delay execution of non-secure macro code.
  Reply With Quote

WoWInterface » General Discussion » Class Discussions » delay macro

Thread Tools
Display Modes

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