clutchxo
Grandmaster
When I add items to the list. The check box next to "sell" stays un-clickable. Any answers?I think it might just sell like ALL forks if you insert the ID, doesn't check for quality etc.
Thanks.
When I add items to the list. The check box next to "sell" stays un-clickable. Any answers?I think it might just sell like ALL forks if you insert the ID, doesn't check for quality etc.
When I add items to the list. The check box next to "sell" stays un-clickable. Any answers?
Thanks.
Sell agents are disabled on UOF. They could potentially only be selling one or two items, so I wouldn't jump to any conclusions. But nothing is impossible :/
Makes sense, Thank you!unfortunately it seems it is disabled here, and that is why... hehe
I have two requests/suggestions
The first is a gold/ss loot drop script. Asks you to target runebook and container on first run and when you run it with container set it will cast recall move gold and skillscrolls to set container
The second script Id like to see is like the heal lowest pet to full but slightly different. Id like it to use bandies on the pet with highest max hp and cast greater heal on the other pet til theyre both full
I have two requests/suggestions
The first is a gold/ss loot drop script. Asks you to target runebook and container on first run and when you run it with container set it will cast recall move gold and skillscrolls to set container
The second script Id like to see is like the heal lowest pet to full but slightly different. Id like it to use bandies on the pet with highest max hp and cast greater heal on the other pet til theyre both full
Record yourself opening the runebook, clicking to the correct page, and selecting recall. Do that for each spot. you want a hotkey for. If you have 4 seperate runebooks just set the default rune for each. Then just simply doTrying to transition from Razor but can't figure this one thing out. I record 4 macros targeting each of my mains runebooks in razor(changing defaults as i want). Then I hotkey these macros to up, down, left, right for fast recalls to certain farm spots. How can i do this using steam?
Why would recalling on a hotkey anywhere be illegal?If this is for treasure rune books I believe scripting it is illegal. Correct me if I'm wrong.
Sent from my iPhone using Tapatalk
//Author: Experience
if not @findobject 'Recall Book'
promptalias 'Recall Book'
endif
if not @findalias 'Loot Box'
promptalias 'Loot Box'
endif
cast 'recall'
autotargetobject 'Recall Book'
pause 4500
while findtype '0xeed' 'any' 'backpack' 'any' '3'
moveitem 'found' 'Loot Box' '0 0 0' 'all'
endwhile
while findtype '0x2260' 'any' 'backpack' 'any' '3'
moveitem 'found' 'Loot Box' '0 0 0' 'all'
endwhile