UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Inscription Macro on Razor?

K. Killa

Wanderer
Inscription Macro on Razor?

I guess I am no macro wiz, and I tried setting up the inscription macro where it will restock and keep running on it's own but I haven't figured it out. It just keeps messing up on me. I've been doing it manaully for a long time and that takes a lot of time and is boring as piss. Can anyone explain to me how to set up the razor inscription macro?
 

Addicted

Disciple
Re: Inscription Macro on Razor?

The way I do it is something like this:

If mana > (whatever you need for whatever you are making)
double click by type ( scribe pen )
click make last button
pause for 1 second
end if
if mana < (whatever you need for whatever you are making)
organize agent (puts scrolls away that you have made)
pause for about 2.5 seconds
restock agent
pause for 4 seconds.
use skill meditation
wait for mana to be > (whatever you need for whatever you are making)
end if
 

Tonso

Wanderer
Re: Inscription Macro on Razor?

But how do you add agents to the macro? It doesn't seem to add to the macro when I run the agent itself while the macro is recording.
 

Addicted

Disciple
Re: Inscription Macro on Razor?

You have to set the agent to a hot key and hit the hot key while recording.

Going to the tab and hitting organize now will not save.
 

Tonso

Wanderer
Re: Inscription Macro on Razor?

Ahh nevermind, just had to set a hotkey to the agents :)

THANKS ADDICTED :) :) :)
 

Arend

Wanderer
Re: Inscription Macro on Razor?

Every now and then with the inscription macro it hangs at waiting for gump after the dbl clicking of the pen, any idea why? It adds a pointless four minutes to timeout.
 

Zerbean

Wanderer
Re: Inscription Macro on Razor?

I'm having the same problem... it happens when i run outta mana to make the scroll.... which i think is because of me not including the "end if" constraint.... the problem im having is finding a way to set up the macro tp use a new scribe pen when the one im on wears out >_<

Edit: NM... found it, right click it and hit "convert to dbl click by type" :p
 
Re: Inscription Macro on Razor?

Arend said:
Every now and then with the inscription macro it hangs at waiting for gump after the dbl clicking of the pen, any idea why? It adds a pointless four minutes to timeout.


cause you destroy the pen and it is waiting for a gump that does not appear when the pen is destroyed and pauses to wait for gump. remove the "wait for gump" and add in a wait time of 1 sec or so!
 

Zerbean

Wanderer
Re: Inscription Macro on Razor?

FLICK-hybrid said:
u can also reset the time out for that stuff to 1


ooo i gotta poke around and find that then... also im not sure whats wrong with mine... but it wont restock my blank scrolls =/

Looks like this:

!Loop
Assistant.Macros.UseSkillAction|46
Assistant.Macros.IfAction|1|1|50
Assistant.Macros.DoubleClickTypeAction|4031|True
Assistant.Macros.WaitForGumpAction|949095101|False|300
Assistant.Macros.GumpResponseAction|16|0|0
Assistant.Macros.WaitForGumpAction|949095101|False|300
Assistant.Macros.GumpResponseAction|0|0|0
Assistant.Macros.IfAction|50|0|1|Blood Moss
Assistant.Macros.IfAction|50|0|1|Garlic
Assistant.Macros.IfAction|50|0|1|Ginseng
Assistant.Macros.HotKeyAction|1328|
Assistant.Macros.AbsoluteTargetAction|0|0|1091886335|1018|529|7|3651
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.IfAction|5|0|200
Assistant.Macros.HotKeyAction|1328|
Assistant.Macros.AbsoluteTargetAction|0|0|1091886335|1018|529|7|3651
Assistant.Macros.PauseAction|00:00:05


The restocking of hte blank scrolls is the last "ifaction" I have it set for if weight <= 200 restock but it doesn't seem to work =/ and yes im going below 200 in weight
 
Top