Image Designer Archive
Thread: I NEED HELP WITH MY MACRO's
Hi all i'm just new to all this and i've only just got image design II, i have a couple of macros that i've got off some ppl including master image designers.
1) /imagedesign;
/imagedesignSetValue hair color 15;
/pause 5;
/ui action toolbarSlot00 (my loop macro)
My problem with this is that i hit the macro and then the option to change hair and markings etc pops up, but it doesn't go past the hair option, it just stays the while the macro keeps running so i have to manually select hair, then hair colour, then click commit to send to the person.
2) /imagedesign;
/imagedesignSetValue freckles 0;
/ (then i can do loop macro here)
obviously i can't do freckles yet so i changed it to eyeshadow or hair colour, but i still start the macro then it brings up the first screen when u can select hair and markings etc, but then it doesn't carry on and select the hair colour, and then commit it. I still have to do it manually by clicking on everything, and if i don't then the macro keeps running but says image design in process blah blah
PLEASE HELP! ![]()
I believe you need an underscore between hair and color so it's
/im; /imagedesignSetValue hair_color 10
Be sure to stick a few pauses in your macro so it doesn't flip out on you.
Check the "image designers in training" post stickied above for more text lines (makeup is always a good one to start on). And... uh... just make sure that yourvictim has hair or hair color isn't going to do much for ya. Ditto for the makeup lines (don't use em on females).
ok so if i do
/imagedesign;
/imagedesignSetValue hair_color 10;
/pause 5;
/ (my loop macro here shoudl it work)
btw what do u mean by putting some pauses in somewhere to stop it flipping out on u, isn't that /pause 5 good enuf?
oops forgot to post...this hair_color 10...is there a space between color and 10 or is it color10, but i'm sure i tested both and both didn't work
Ok... let's see... I don't really understand the problem you're having. But here are a few tips -
- the /im interface box doesn't disappear while using code but your victim should be getting accept messages regardless
- You cannot macro accept
- if you're imaging YOURSELF you must target yourself using control-1 or the code will not work
How about now?
hmmm ok i think i can change eye colour on everyone coz everyone has eyes
, so basically what i want to do is make a macro to change eye colour on it's own, so that i don't have to click on anything eg. eye>eye colour 15> commit....i don't want to have to click on those options. but i'm having trouble makinga macro that does that on it's own, could someone possibly right a macro to change eye colour on it's own without me having to click on anything. Much appreciated ![]()
Hahaha I have also trouble with macros for grinding survival exp for a friend ![]()
Merry X-Mas Slouch
Btw, are you still playing JG sometimes? Msg me in icq, and greets to Sabreten ![]()
JC
I think part of the problem might be where your /pause is. I dunno. Here's a macro for eye color though.
/image;
/pause 0.1;
/imagedesignSetValue eye_color 1;
/put your loop macro here.
Note that the /pause 0.1 will make it go very very quickly, so be prepared.
If you are running the macro on yourself you might want to try /im me; or put a /ui action targetSelf; at the beginning of your macro.
d
anyone know how to get hair to work??
ive tried /imagedesignSetValue hair 01
nothing