Maigel's FireCrafter
Description:
Crafts fire runes in al kharid using ring of duelling to teleport between the duel arena and castle wars.
Setup:
Change the constants and players in the script:
Code:
const
EssenceTab = 2; // The bank tab your essence is stored on
EssenceSlot = 3; // The bank slot your essence is stored on
RingTab = 2; // The bank tab your rings of duelling are stored on
RingSlot = 14; // The bank slot your rings of duelling are stored on
NumOfPouches = 1; // The number of essence pouches you are using
Bank:
Red = Tab
Green = Slot

Inventory:
Have your pouches in the first slots of your inventory

Equip:
Make sure a fire tiara is equipped

Location:
Start your toon in front of castle wars bank and make sure the chest is visible
Known Bugs & Future updates:
Bugs:
- It will sometimes say "Ran out of rings of duelling / essence" when it's not the case, this is however a SRL issue, so no script related.
Future updates:
- Auto detect pouches
- Support multiple players
- Forms
Change log:
Code:
v1.1:
- Improved autocolor on the altar once more, I hope this fixes it :/
- Added SRL stats support
- Added a "lost" function, if it gets lost it will try to teleport to castle wars and find it's way again. If this fails it logs out.
v1.0.3 - 28 views:
- Improved the autocolor, it should be way more accurate now
- The script no longer keeps running (and bugging) when out of rings / essence
- Replaced my custom "open bank chest" function with SRL's built in one
v1.0.2 - 6 views:
- Changed fixed colors by autocolor
v1.0:
- Initial release