Image Designer Archive
Thread: ID macro.
Page 1 of 2
Kryptozone
Tue Feb 24, 2004 5:10 pm
#1
Im looking for a good macro to grind ID. If anyone has a good one could you post it here please.
Chronic101
Sat Jul 16, 2005 12:42 am
#3
Does anybody know any image designer macros? Im bored and said wth, why not master it. So does anybody know 1? Post here or contact me IG @:
Shadoe Slayer
thnx
NJ62
Sat Jul 16, 2005 12:51 am
#4
Chronic101 wrote:Does anybody know any image designer macros? Im bored and said wth, why not master it. So does anybody know 1? Post here or contact me IG @:Shadoe Slayerthnx
Please see the ID FAQ.
Sirgleno
Sat Jul 16, 2005 9:11 pm
#5
NJ62 wrote:
Chronic101 wrote:Does anybody know any image designer macros? Im bored and said wth, why not master it. So does anybody know 1? Post here or contact me IG @:Shadoe Slayerthnx
Please see the ID FAQ.
Below is all they posted about macros in the faq:
Q: What’s all this macro stuff I’m hearing about? I want to macro too!!
A: Fortunately, there is no way to completely afk macro yourself through ID. The one command that you might want to know is that for accept: /ui action defaultButton (capitalization must be exact). Your victim can use this on a 5-10 second loop to prevent him or her having to constantly accept. Another useful command is /im which opens the ID interface. Otherwise, you will be clicking.
This does not illustrate how to construct a macro, and unfortunately, there is a pretty instant request to not post on that thread about the incompleteness of the macro issue. Sidenote: the reason I came to this forum tonight was to find some macroing info to help me avoid doing all the clicking if possible. Is there a way to macro the selection of the proposed changes?
AbKi
Sun Jul 17, 2005 1:41 am
#6
There is no longer any way to my knowledge that you can use a macro to select the changes.
To save a little bit of clicking I used...
/im Mi'e; (or whatever name)
/pause 4; (how ever many seconds you need to change the appearance)
/ui action defaultButton;
/macro ID; (ID being the name of the macro)
The guy who was my guinea pig had a /ui action defaultButton; /pause 1; macro on, he could go afk but the ID can't.
NJ62
Sun Jul 17, 2005 7:02 am
#7
Thanks, I've updated the FAQ to reflect these changes. The entire macroing section was gutted when timers were taken out (because the timers were an important part of macroing) and it was never returned to its former detail.
--Qilue-UCW--
Mon Jul 18, 2005 1:37 am
#8
I used this macro (Very similar to the one above)
/im
/pause 3;
/ui action defaultButton;
/pause 1
/macro ID;
Once you get to novice ID the first thing you should get if Bodyform II for the tip below to work
You can grind very quickly even on yourself if you open up the ID windowand set Muscle to 0.
Position your curser over the up button for muscle and start your macro.
Every time the ID window open up. click just once on the up arrow..
I was gettingabout 990 Xp per 30 seconds doing this on myslef. If your going to get a dummy to work with you need to have them set the pause in there accept macro very low... a pause of 1 or 2 even to keep the xp fast..
victum
Mon Jul 18, 2005 6:18 am
#9
I made amacro just last night and it allows me to get 3960 xp a minute ID'ing myself. It's very similar and it's based primarily on the pause between so the faster you can go the more xp you get obviously.
/imagedesign self (only command i knew at the time)
/pause 2.5
/ui action defaultButton
/macro ID
I was changing my eye color each time and with an inspiration buff you get 165 for doing it to yourself. This made the grind go much faster and I got from novice entertainer to Halfway done with ID in no time. I hope this helps.
Ani_cul
Mon Jul 18, 2005 9:24 am
#10
what i send everyone who asks this question:
for self id
self
/im
pause 5 ~this is where you make the body change
/ui action defaultButton ~this accepts change automatically
/pause1 ~allows time for server to register
/macro self ~starts macro again
with dummie
dummie
/tar [dummie name]
/im
/pause 5
/ui action defaultButton
/pause 3
/macro dummie
dummie runs
accept
/ui action defaultButton
/pause .5
/macro accept
you both run anti idle
idle
/mood none
/pause 600
/macro idle
have a /dump key handy for when you want to chat or train
self
/im
pause 5 ~this is where you make the body change
/ui action defaultButton ~this accepts change automatically
/pause1 ~allows time for server to register
/macro self ~starts macro again
with dummie
dummie
/tar [dummie name]
/im
/pause 5
/ui action defaultButton
/pause 3
/macro dummie
dummie runs
accept
/ui action defaultButton
/pause .5
/macro accept
you both run anti idle
idle
/mood none
/pause 600
/macro idle
have a /dump key handy for when you want to chat or train
Sirgleno
Sun Jul 31, 2005 6:48 am
#11
--Qilue-UCW-- wrote:I used this macro (Very similar to the one above)
/im/pause 3;/ui action defaultButton;/pause 1/macro ID;Once you get to novice ID the first thing you should get if Bodyform II for the tip below to workYou can grind very quickly even on yourself if you open up the ID window and set Muscle to 0.Position your curser over the up button for muscle and start your macro.Every time the ID window open up. click just once on the up arrow..I was getting about 990 Xp per 30 seconds doing this on myslef. If your going to get a dummy to work with you need to have them set the pause in there accept macro very low... a pause of 1 or 2 even to keep the xp fast..
OMG Yes!
This is exactly the tip I needed, im now getting over 3k xp per min witout a guinea pig.
NJ62
Sun Jul 31, 2005 7:47 am
#12
I've added both Ani's and Qilue's methods to the FAQ, with a few adjustments (missing semicolon here and there, and formatting). Hope this helps!
Page 1 of 2