Image Designer Archive
Thread: why dont these commands work?
i try this macro
/imagedesignSetValue hair 0;
it pulls up the menu where I can choose what to modify, but i want it to make the full change so I dont have to click anymore.
also, the following command doesn't seem to work on the other end
/imagedesignConsent;
it doesnt give any consent, even when the dialog box to accept pops up from a proposed change.
and by the way, yes I am grinding for a holo. I am a weaponsmith by trade. I have answered the same posts for grinding weaponsmithover 20 times and at least 50 postsfrom people asking about using bowcasters. It happensin ever profession, not just yours. No one is gonna look thought 50 pages of posts to find the answer.
I've seen other posts saying that there is no way to automate "accept". can u explain what this command is for?
/imagedesignConsent
There is no macro for consent. For real. You just have to click.
In terms of hair styles, I believe you have to set the valueyour "number range" for your species, and that number range does not start at zero for most species. Rather all the hairdos in the game have a unique number. I'm not clear on what the number ranges are for the given species, but maybe someone else knows the range for your species. You can always do trial and error. I believe the number ranges are alphabetically, so Bothans are first, Zabraks are last, not sure if males before females.
These commands have never worked. Doing a search for them in these forums would have shown you that. There are threads that say what hair values to use. (Try 2 0's not one since everything is in a 00 base anyway. gee. Novel idea) It's a pretty easy search system that these forums have. Utilize them and your questions will be answered faster than waiting on someone to read the boards. Which means more play time for you.
You have to do your macro with a beginning /im; line, like this.
/im;
/imagedesignSetValue blah blah 01;
/pause x; (whatever seconds, depending on if youre using muon, mind stats etc)
/ui action toolbarSlot23; (or whatever button you wanna drop it in, adjust to taste.)