heartwood runic script

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Arakiry
Posts: 67

heartwood runic script

Post by Arakiry »

can some one help me with some script for runics plz
Irminia
Posts: 32

Re: heartwood runic script

Post by Irminia »

http://pastebin.com/raw/xjZwGndG

Link of UOS macro is above. What you need to have is;
a character with at least 50 tinker, 50 carpentry, 50 chiv/mage and 100 fletching (better if those skills are higher and use fletching bonus talisman if you can).
a runebook with 2 marks, first mark is your home secure rune, second one is heartwoods entrance mark.
a beetle, better if its bonded.

Code: Select all

@setalias 'FletcherDropoff' 0x411c61df
@setalias 'beetle' 0x49dbb
@setalias 'FletcherRunebook' 0x411b35f0
Find those lines above in the UOS macro, replace with your home secure chest serial, beetle serial and runebook serial (You can find serials via UOSteam's object inspector).

Code: Select all

//plain=0, oak=2010, ash=1191 | mage=5,11 chiv = 7,13 | bond = 10, unbond = 9
@pushlist 'woodhue' 0
@pushlist 'magechiv' 5
@pushlist 'magechiv2' 11
@pushlist 'bond' 10
Find those lines above, change woodhue to boards type you want to use (0 if you gonna use plain boards, 2010 for oak, 1191 for ash)
Change magechiv to 5 - magechiv2 to 11 if you are recalling with magery, magechiv to 7 - magechiv2 to 13 if you are recalling with chivalry.
Change bond to 10 if your beetle is bonded, 9 if its not.

After all that, put boards, ingots and pet foods to your home secure chest. Recall to your home secure mark and start the macro.
Post Reply