Ranger Archive
Thread: MAcro:craft traps
Is there a macro to craft traps? cause I need to get the xp but I hate the crafting :/ I'm still scout but I find this board more interesting ^^
Pls help me out. I hate t
Are you sure you want to like 25k traps?
crafting macro, not completely automated.
put your crafting tool on the hotkey slot, say the first one (F1)
Your macro would be
/ui action toolbarSlot00; /select X; /pause Y; /next; /next; /createprototype; /createprototype
X is the schematic number. You'll have to play around to find which number match the schematic. You're numbered from 1 to some large number in your datapad. However, since different crafting tool/skill set have different schematic, the numbering is not consecutive. Just play around until you find it. Best way is to start the tool, then type in "select X". This will take you to the resource screen. If it's not the schematic you want, back up and try another number. Also, the number is different if you're standing next to a station.
/pause Y is the number of seconds it'll take you to select all the resources. A good rule of thumb is one second per resource plus 2 seconda for lefted-finger.
If you're standing next to a station, use 3 /next insteand of 2 (to bypass the experiment).
If you only want to practice instead of actually creating it, replace both /createprototype with /createprototype practice no item
Wilderness xp is much simpler to get by camping in big group. I don't remember grinding the crafting tool. But if that's what interest you . . . . .
Phuobar wrote:
Are you sure you want to like 25k traps?
crafting macro, not completely automated.
put your crafting tool on the hotkey slot, say the first one (F1)
Your macro would be
/ui action toolbarSlot00; /select X; /pause Y; /next; /next; /createprototype; /createprototype
X is the schematic number. You'll have to play around to find which number match the schematic. You're numbered from 1 to some large number in your datapad. However, since different crafting tool/skill set have different schematic, the numbering is not consecutive. Just play around until you find it. Best way is to start the tool, then type in "select X". This will take you to the resource screen. If it's not the schematic you want, back up and try another number. Also, the number is different if you're standing next to a station.
/pause Y is the number of seconds it'll take you to select all the resources. A good rule of thumb is one second per resource plus 2 seconda for lefted-finger.
If you're standing next to a station, use 3 /next insteand of 2 (to bypass the experiment).
If you only want to practice instead of actually creating it, replace both /createprototype with /createprototype practice no item
Wilderness xp is much simpler to get by camping in big group. I don't remember grinding the crafting tool. But if that's what interest you . . . . .
Try this, basically same thing as above except.
/ui action toolbarSlot00;
/select X;
/pause 3;
/next;
/pause 1;
/next;
/pause 1;
/createprototype;
/createprototype;
I have to use pause 1 in my macros a lot for some reason or it wont work. Could be lag. Make sure you have your crafting tool in the first slot on the Tool Bar Pane