Latest Threads

Forum Statistics
  • Forum posts:65,190
  • Forum threads:5,776
  • Members:1,762
  • Latest member:slotresmigacor


Posted by: Eighty Swords
04-06-2009, 05:26 AM
Forum: Player Guides
- Replies (16)

Hi everyone,

This is an all in one guide for the basic PvP and PvM skills and macros to train each one. Once you've got all these skills done, take a look here for some PvP guides written by some of the best like Nox, Makaveli, Hate, and Dramatic.


[SIZE="3"]Required Skills:[/SIZE]

  • Anatomy - Helps you do more damage on your melee attacks.
  • Archery - Most common combat for PvM.
  • Evaluating Intelligence - Helps you do more damage on your spell attacks.
  • Healing - Increases the amount of health you can recover when using bandaids. Also allows you to revive someone with bandaids when you have 100 Healing.
  • Magery - Required to cast higher level spells and all spells in general. This also reduces your chance to fizzle a spell.
  • Meditation - Increases your mana recovery rate.
  • Parrying - Increases your chances to block when you have a shield equipped.
  • Resisting Spells - Lowers the damage you take from spell attacks.
  • Swordsmanship - Most common combat for PvP on INX.
  • Tactics - Increases your rate of attack. This is a must have and will raise as you train your other combats.


[SIZE="3"]The Macros:[/SIZE]

[INDENT]For each macro you want to use, go to the Macros folder in the Razor folder (a common place for Razor is C:\Program Files\Razor), make a new text document here and rename it so you know what skill you're training. Copy the desired macro below in the quotes into the file and save and close the file. Make sure to read up on the notes for each macro.

All in one combats macro and healing

[INDENT]This macro will raise swordsmanship, parrying, and tactics all at the same time, or archery and tactics. You can also use this same macro to train fencing, mace fighting, and wrestling if you like, but they aren't as common for PvP and PvM. The macro will also heal you when you have less then 80 hit points.

Quote:!Loop
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.HotKeyAction|1196|
Assistant.Macros.IfAction|7|-1|0
Assistant.Macros.DoubleClickTypeAction|5044|True
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|8|-1|0
Assistant.Macros.DoubleClickTypeAction|7028|True
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|0|0|80
Assistant.Macros.DoubleClickTypeAction|3617|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.IfAction|50|0|5|Bandages
Assistant.Macros.DoubleClickTypeAction|3616|True
Assistant.Macros.TargetTypeAction|False|2881
Assistant.Macros.ElseAction

Notes:
  • The first double click line you want to retarget this as the weapon for the skill you want to train.
  • The second double click line you want to retarget this as a shield if you are doing parrying.
  • The third double click line is set to clean bandaids, leave this as is.
  • The fourth double click line is set to dirty bandaids, leave this as is. The target line after this is set to a water trough, so you can retarget this as a pitcher of water or a water tile if you don't have a water trough.
  • Suggested weapons: bow (archery), dagger (fencing), club (mace fighting), any shield (parrying), butcher knife (swordsmanship), empty hand (wrestling).
  • Carry a few of each weapon on you in case the one you are using breaks.
  • You don't need to carry a lot of bandaids on you for this macro since it washes the dirty ones for you.
  • To train wrestling you have to remove the if right hand empty and double click a weapon lines. You can keep the if left hand empty and double click shield lines if you want to train parrying at the same time though
  • To train archery remove the if left hand empty, and double click shield lines.
[/INDENT]


Anatomy
[INDENT]
Quote:!Loop
Assistant.Macros.UseSkillAction|1
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:03

Notes:
  • Nothing to note.
[/INDENT]


Evaluating Intelligence
[INDENT]
Quote:!Loop
Assistant.Macros.UseSkillAction|16
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01.5000000

Notes:
  • This must be used on another player and not yourself or an NPC.
  • Retarget the Target Self line and target another player.
[/INDENT]

Healing

[INDENT]This skill should increase some as you do your combats. If you GM all the combats you want and healing still isn't full, use this macro. This macro uses one XUO FS scroll to take some life only when you have full health. If you have less then full health it will use bandaids to heal you and washes them when needed.

Quote:!Loop
Assistant.Macros.IfAction|0|1|100
Assistant.Macros.DoubleClickTypeAction|8031|True
Assistant.Macros.TargetTypeAction|False|2881
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|0|0|99
Assistant.Macros.DoubleClickTypeAction|3617|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|you put the bloody bandages in your pack.
Assistant.Macros.DoubleClickTypeAction|3616|True
Assistant.Macros.TargetTypeAction|False|2881
Assistant.Macros.ElseAction

Notes:
  • The first double click line is for an XUO FS scroll, leave it as is. Retarget the Target by type line after this to an object you can't cast a spell on.
  • The second double click line is for clean bandaids, leave this as is.
  • The third double click line is set to dirty bandaids. The target line after this is set to a water trough, so you can retarget this as a pitcher of water or a water tile if you don't have a water trough.
[/INDENT]


Magery

[INDENT]This spell casts nightsight on you and will use meditation if your mana goes under 50.

Quote:!Loop
Assistant.Macros.MacroCastSpellAction|6
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.IfAction|1|0|50
Assistant.Macros.UseSkillAction|46
Assistant.Macros.WaitForStatAction|1|1|50|3600

Notes:
  • You need a spell book with nightsight in it.
  • You need a lot of regs for this skill. I suggest keeping a stockpile in your bank and restocking when you run low.
[/INDENT]


Meditation

[INDENT]This skill should gain some as you do magery. If magery finishes and meditation isn't maxed yet, use this macro. This macro will double click an NOS FS scroll to use some mana and target an inanimate object so the spell fails and you don't use the scroll. The macro then meditates until you have 99 mana.

Quote:!Loop
Assistant.Macros.IfAction|1|1|99
Assistant.Macros.DoubleClickAction|1073967434|7987
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1073759440|658|1244|-55|4555
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|46

Notes:
  • You need one NOS FS scroll for this macro.
  • Retarget the Absolute Target line to an item you can't cast a spell on.
[/INDENT]


Resisting Spells

[INDENT]Looking for input here.[/INDENT][/INDENT]


I hope this guide helps you and now you can have fun actually playing! If you have any questions please let me know. If you find any problems with the macros posted, or if you have a macro of your own that does a few skills at once, let me know and I'll add it into my post.

I've added a .zip file containing all these macros saved as .macro files so you shouldn't have to make new text documents, copy the macros in etc. Just open the .zip file and copy the macros inside to your Razor\Macros folder.

Print this item


Posted by: Eighty Swords
04-06-2009, 03:26 AM
Forum: Player Guides
- Replies (3)

Here's a macro to help anyone doing tailoring and collecting the cotton themselves instead of buying cloth.

Description:
This macro will spin a bale of cotton on a loom and while that is going (this takes about 3 seconds), the macro will run 5 threads through a loom to give you a bolt of cloth.

Update:

I revised the macro a little bit since I find this works better. Open it up in Razor to check it out. Revised macro posted below.

I also added a weight check to the macro so when you hit 430 stones or more the macro just stops. If you want to recall and deposit your bolts of cloth in the bank use the macro in this post.

Main Macro:

Quote:!Loop
Assistant.Macros.IfAction|5|1|430
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.ForAction|6
Assistant.Macros.DoubleClickTypeAction|3577|True
Assistant.Macros.IfAction|4|0|no item of type bale%s% of cotton (0df9) found!
Assistant.Macros.HotKeyAction|0|Play: Skill Training\Crafting\Threads to Cloth
Assistant.Macros.ElseAction
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|4117
Assistant.Macros.SpeechAction|0|52|3|ENC|2|16|7|guards
Assistant.Macros.ForAction|5
Assistant.Macros.DoubleClickTypeAction|4000|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|4194
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndForAction
Assistant.Macros.EndForAction

Notes on the main macro:
  1. For some reason the line where the macro says guards is adding a space in the middle of the word so make sure this isn't there when you copy it.

  2. You'll have 1 leftover thread for each bale of cotton and we take care of all those leftovers with these two lines:

    Quote:Assistant.Macros.IfAction|4|0|no item of type bale%s% of cotton (0df9) found!
    Assistant.Macros.HotKeyAction|0|Play: Threads to Cloth

    The line that says: "Assistant.Macros.HotKeyAction|0|Play: Threads to Cloth" points to this next macro that loops threads to bolts of cloth. I added this as a second macro since it's a little faster then going through the if statements of the main macro and going through the for loop.

Secondary Macro:

Quote:!Loop
Assistant.Macros.DoubleClickTypeAction|4000|True
Assistant.Macros.IfAction|4|0|no item of type spool%s% of thread (0fa0) found!
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.ElseAction
Assistant.Macros.TargetTypeAction|False|4194

Let me know if you have any trouble with these macros or suggestions.

Go to the Macros folder in the Razor folder (a common place for Razor is C:\Program Files\Razor), make 2 New Text Documents and change the extension to ".macro" instead of ".txt". Copy the macros above in the quotes into the new files and save and close the file. Restart Razor and your new macros should be there.

Print this item


Posted by: imported_Rabbi Samild
04-06-2009, 02:55 AM
Forum: Player Guides
- Replies (22)

It's been said that I don't do anything for the shard and that I'm only in this for myself. So here is my attempt to dispel this myth.

It will take you 2 weeks to complete. All you need is a box full of nightshade regs and a will to succeed (plus lots of overnight AFK time Wink).

Close UO.

Open a notepad file. Save it under the C:\Program Files\Razor\Macros (or whatever your razor file is) as "Alchemy" or something. Paste this code into it:

!Loop
Assistant.Macros.HotKeyAction|0|Restock Agent-2
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.AbsoluteTargetAction|0|0|1086264307|45|68|0|3705
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.DoubleClickTypeAction|3976|True
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.UseSkillAction|30
Assistant.Macros.PauseAction|00:00:00.2000000
Assistant.Macros.TargetTypeAction|False|3850
Assistant.Macros.PauseAction|00:00:00.2000000
Assistant.Macros.AbsoluteTargetAction|0|0|1074102160|45|122|0|3922
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.AbsoluteTargetAction|0|0|1074102160|45|122|0|3922
Assistant.Macros.PauseAction|00:00:05.8000000

Reopen UO.

You'll have to find the macro and adjust the following sections:
Restock 2: Under agents, add nightshade (amount=1).
AbsoluteTargetAction|0|0|1086264307|45|68|0|3705: Target the box that contains your nightshade.
AbsoluteTargetAction|0|0|1074102160|45|122|0|3922: Target a bladed weapon (katana, dagger, kryss, etc.)

Make sure you have the following in your pack:
(1) Mortar & Pestle
(10) Empty Bottles

That should work Big Grin

Print this item


Posted by: imported_Papa Smurf
04-05-2009, 09:38 AM
Forum: General
- Replies (15)

Ok so here is a seperate thread for the topic of donation items. Please respond all of your thoughts and ideas relating to this topic. I love to help shards with donations, however I am more likely to help if I get a little something in return. Such items as Tubs, Newbied Clothes, Decorations, Mounts (Ethereal or newbied, to ONE player only) items that will not change the economy. Tubs could be locked down by staff in your home and if caught selling cloth of that color everything gets deleted or worse? Same goes for other donation items? Please post ideas here and responses. My bank account is getting fat and I want some donation items :lol:

Print this item


Posted by: imported_Papa Smurf
04-05-2009, 01:48 AM
Forum: Suggestions & Ideas
- Replies (23)

This may or may not go over well. This is an idea Tabion and I came up with and we would like to know what others think. Having 2 handed wepons swing a little faster than normal. You dont have the luxury of having a shield with GM parry so why not have it swing a little faster? Not much balancing would have to take effect if any at all. Also this would make other weapons more popular, instead of seeing everyone running around with a Bard, Hally or Battle axe. Please provide some input. I mentioned this to a few staff members as well who expressed interest in the proposed change.

Print this item


Posted by: Eighty Swords
04-04-2009, 10:03 PM
Forum: Technical Issues
- Replies (6)

What happened to the image in my signature? All of a sudden it's gone...

Print this item


Posted by: Eighty Swords
04-04-2009, 07:16 PM
Forum: Suggestions & Ideas
- Replies (25)

We need a change in the guard system...

The way it should work is as soon as you cast an offensive spell targeting a blue player or a summon spell that you can't control (like ev or bs) the guards should come.

It's happened to me where I went afk for not even 2 minutes at brit bank and when I came back I was dead. Other times I've gone afk longer, at brit bank and when I come back I'm dead and my body has decayed.

I've seen someone talking at brit bank and a few guys made gates, cast fs, then ran into the gates right away. The blue guy talking died and couldn't do anything about it. He wasn't even AFK!

Today I was mining at minoc mine, I left for a bit and when I came back I saw a dead body there. Not even 10 minutes after I came back someone casts EV next to me to try and kill me. Now when I mine I'm naked and will probably die in 1-2 hits from an EV. SO even if I try running it catches up and could have killed me too. It's a guarded area, I shouldn't be able to be attacked like this.

If this is how guards are meant to be, what reason does someone even have for staying blue?

And the way it looks right now, I wouldn't be at all surprised to see a red player take the pits bad to outside brit bridge, walk in, dump someone and walk out without getting killed.

As much as we play this game we are human and need to go afk sometimes, like to pee or get a drink. Don't tell me I can't do this when in a guarded area where "you are now under the protection of the town guards" as the message goes. Even worse is that vendors don't call guards for you...

Print this item


Posted by: imported_PedroDiLara
04-04-2009, 04:23 PM
Forum: Suggestions & Ideas
- Replies (5)

I was thinking... why would I gm cooking? I think there is no item that is really good on cooking... when I thought about...Magic Cakes!

What would it be: It would be a cake, that, when you consume, It will fill all your need for food, making you no hungry, so you cant eat more than one for a period of time. Why? Cuz my Magic Cake would boost a craft skill (eg: Magic Cake of Tailoring) by something like 5 points for a small period of time. People are annoyed by some "Success chance" of some items, so the cakes could help!

Print this item


Posted by: imported_Shade
04-04-2009, 12:58 AM
Forum: General
- Replies (37)

A new mount is now available in a very dangerous area.

Through the trees a long road circles the way in.
The creatures here are all of the same kin.

Inside or out the dangers that lurk are crystal clear.
With tons of legs and sticky wires there is much to fear.

Travel here alone and you will see.
How short your life can really be.

As you get close to the prize you seek.
You begin to notice your body grows weak.

Your eyes are open but you run into a wall.
Take the wrong step and you will likely fall.

Good luck to those who attempt to claim the newest mount.

[SIZE="1"](I should write nursery rhymes for a livingRolleyes)[/SIZE]

Print this item


Posted by: imported_PedroDiLara
04-03-2009, 09:19 PM
Forum: Technical Issues
- Replies (19)

Im having a big problem, I try to loot items from corpses and I get a message "its out of sight" or "you must wait to perform another action" and crashes. The problem is that sometimes I have to forget about the item cuz it crashes me anytime, even if I relog on. I dont use loot macro or anything. I just grab manually

Print this item