Razor script for magery and house question

Topics related to Second Age
Post Reply
trajan
Posts: 21
Joined: Sun Jul 18, 2010 6:02 pm

Razor script for magery and house question

Post by trajan »

1)Hello, I just placed my first house yay! I want to train magery/resist/meditation at same time. what razpr script do I use to macro it? Another one of my characters will be doing the healing - what will his razor script be? How much of each required reg do I keep on my person? (will be away 8 - 10 hours a pop) How do i make sure not to kill myself( since I wont be self healing, another character will)?


2)On an unrelated point, I placed my first house yay! Is there a way to lock down the key on the doorstep outside? It wouldnt let me. If not, what is a secure way for me to get into and out of my locked house without carrying the key in my backpack? Any and all house advice would be welcome


Im loving this shard, Thanks for all the help!

Kelektra
UOSA Donor!!
UOSA Donor!!
Posts: 870
Joined: Wed Jun 23, 2010 11:34 am

Re: Razor script for magery and house question

Post by Kelektra »

1: dont know the exact answer on that one but it would require a restock agent on both characters so you dont run out of materials. an If statement something like if HP < 50 pause or something along those lines. I am not the best macroer scripter.

2: place 4 small tables on the steps then place the keyring on top. (key of course should be on it) then lock it down.
Shards Only T-Map Validation System viewtopic.php?f=33&t=24446

Image

Pirul
Posts: 5754
Joined: Wed Jan 27, 2010 8:19 pm
Location: New Windmere

Re: Razor script for magery and house question

Post by Pirul »

1.- Starting from 50 skill, you will need aprox. 800 lightning regs, 1900 e-bolt regs, and an ton (about 4k to GM magery, about 8k to GM resist) of flame strike regs. Here are a few tips to keep in mind:
a) Always macro in the middle tile of your small house. Any other place in it and you can be killed.
b) Time your healer. Stock him with 2k bandaids (should last you a long time), start healing every 60 seconds or so, and adjust if needed. Razor is very simple:

Dbl Click item by type (bandages)
wait for target
Absolute Target [your other char]
pause 60s.

c) ok, for the caster-resister-meditator macro:

if hit points >= 50 [or higher depending on your healer's skill]
if mana >= [depends on your meditation]
cast spell [appropriate spell according to skill]
wait for target
Target self
End if
End if
pause 0.5s
if mana <= [depends on your meditation]
use skill meditate
pause [depends on spell casting and meditation skill]
if [appropriate reg for spell casting] <= 0
[hot key] restock agent
end if

Add pauses as needed.
d) your restock agent should be 1 of each reg you need for casting.
e) this macro is fairly safe (unless you get EQ at exactly the wrong fraction of a second), but anyway, be sure to leave all your valuables in a safe container in your house or at your bank.

2.- Congratulations!! Three tables, a book, and the key on a keyring. Lock it down. Also, be sure to put a thief barrier with tables. Better safe than sorry.
Image
<ian> 2 chicks making out are not gay

trajan
Posts: 21
Joined: Sun Jul 18, 2010 6:02 pm

Re: Razor script for magery and house question

Post by trajan »

awesome advice. Thanks!

User avatar
nightshark
UOSA Subscriber!
UOSA Subscriber!
Posts: 4550
Joined: Mon Apr 20, 2009 10:47 pm

Re: Razor script for magery and house question

Post by nightshark »

i prefer to put the if (hp>xx) around the actual targeting, otherwise someone crafty can earthquake you between the casting of the spell and the targeting. granted this is unlikely, but i'd rather have the smallest room for grief possible in my macro :D
<green> grats pink and co. .... the 3 of you f---ing scrubs together can blow up a bard. IMPRESSIVE

Post Reply