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.

Epic fight with Chief Paroxysmus!

Black Tom

Squire
Am I missing something? You are in wraith form but I didn't see you casting curse weapon. How were you healing? I never saw the bandage timer.
 

april0395

Sorceror

If you don't mind me pickin' yer brain, I've got some questions!

1. How many curse weapon scrolls do you run through with Paroxysmus?

2. And does your macro use:
if not buff 'Consecrate Weapon'
cast 'Consecrate Weapon'
endif
?? or something along those lines? For some reason when I tried to set up a macro like that it kept spamming consecrate weapon instead of actually checking the buffbar..
 

silvertiger

Knight
If you don't mind me pickin' yer brain, I've got some questions!

1. How many curse weapon scrolls do you run through with Paroxysmus?

2. And does your macro use:
if not buff 'Consecrate Weapon'
cast 'Consecrate Weapon'
endif
?? or something along those lines? For some reason when I tried to set up a macro like that it kept spamming consecrate weapon instead of actually checking the buffbar..
You have to edit your uosteam file.
It's in the Data folder and is called bufficons. Put this line in it.

<icon id="1082" name="Consecrate Weapon"/>

Edit:
And it's
if not buffexists 'consecrate weapon'
cast 'consecrate weapon'
endif

Or you can you use 'while' if you are in an area where you may get disrupted.
 
Last edited:

april0395

Sorceror
I just roughly typed something out, didn't copy paste what I had exactly. Just wanted an idea of what was going wrong. Thanks for the fix.
 

Tanya

Traveler
Am I missing something? You are in wraith form but I didn't see you casting curse weapon. How were you healing? I never saw the bandage timer.
First time casted on 0:26 in video, and then +- every 23 sec... Healing will not really help there, and no need because you leech enough life only from that spell.
 

Tanya

Traveler
If you don't mind me pickin' yer brain, I've got some questions!

1. How many curse weapon scrolls do you run through with Paroxysmus?

2. And does your macro use:
if not buff 'Consecrate Weapon'
cast 'Consecrate Weapon'
endif
?? or something along those lines? For some reason when I tried to set up a macro like that it kept spamming consecrate weapon instead of actually checking the buffbar..
1. With 76 spirit speak I need 3 scrolls in a min, so +-45 was in this fight. I carry them like 100-150 always)))
With 100 spirit speek you will need 2 scrolls in a min.

2. He is right about that missing line, need to edit the file ;)
And my macro is like this:
if not buffexists 'Consecrate Weapon'
cast 'Consecrate Weapon'
pause 1000
endif
 
Top