Latest Threads

Forum Statistics
  • Forum posts:65,190
  • Forum threads:5,776
  • Members:1,760
  • Latest member:ug2882


Posted by: JoKer
02-24-2012, 05:17 AM
Forum: Hall of Commerce
- Replies (1)

Hi,i need someone who know how to design a small shop ( i just bought a static shop at brit and i suck badly for deco ). someone who is able to craft custom thing for my shop.il pay for the furnitures and for the Design service.jsut make me a price.PM in game as well Smile

Print this item


Posted by: ambien
02-24-2012, 04:12 AM
Forum: Questions and Answers
- Replies (8)

I am about to GM provocation and in my quest to become more effective with the skill I have a few questions. Also any tips or insight on using the skill would be grateful.

1. What is roughly the range on how far a mob can be from me before I am out of range to provoke? Is there a greater success to using the skill when I am closer to the mobs?

2. When I get the message that I am to preoccupied to use the skill; I realize that it is when I am in combat, but if hit tab and stop targeting the mob I can cast it....is that correct? I am trying to get use to the mechanics on how to really use this skill.

3. How long do the mobs fight each other. I realize it is not until one of them dies, but how many seconds are they focused on each other and does the level difficulty of the mob make a difference on how long they fight each other?

Any other insight, suggestions, tips or constructive criticism would be grateful. Thanks!

Print this item


Posted by: Sierdes
02-24-2012, 03:00 AM
Forum: Hall of Commerce
- No Replies

Hey, new vendor in front of britain bank, here you have a photo to know where to find him. At this momment he will sell iron and old copper ingots, but later, he will sell more stuff. His name is Akbaar and i will let you know what he sells Big Grin. If you want a huge amount of ingots, tell me and i'll get it for you!! for a cheaper price ^^.

[Image: ingots.png]

Uploaded with ImageShack.us

Print this item


Posted by: Elcid
02-24-2012, 02:23 AM
Forum: Questions and Answers
- Replies (1)

Can you allie with other guilds so they appear green?
or is it just order\chaos?

Print this item


Posted by: Azzo
02-24-2012, 12:55 AM
Forum: Questions and Answers
- Replies (2)

On the blacksmithing crafting page you have % chance for exceptional, and % chance to succeed. I was wondering for when using coloured ingots, do these values change? Specifically for the armours. I'm not asking for a list of all the rates or anything, just if these numbers change is all. Thanks for the time of whoever is able to answer this one!

Print this item


Posted by: Mael
02-23-2012, 09:46 PM
Forum: Technical Support
- Replies (2)

i have a couple questions about this....

i know they put the abilities to use this thru razor but my only problem is the normal command System commands were "[" so it works for that but because we use a "." it puts all my commands into Uppercase which makes them not work...i was hoping someone might now know to fix this...

also is there a way to install uoa translator with win 7 ?? i still run windows xp 32 so it works for me but i cant really test it so if anyone will to help me with that would be awsome

thanks

Print this item


Posted by: Kander
02-23-2012, 09:35 PM
Forum: Suggestions
- Replies (8)

Im almost sure you can swing a wep on the run right? So why not shoot arrows.

Print this item


Posted by: por corp wis
02-23-2012, 08:02 PM
Forum: Suggestions
- Replies (1)

I know there is somewhere on the forum(i don't remember where,lol) but i guess only 20-25% are using forums, moreover its hard to remember or to do another bookmark.

Can we please have one at main page or at least add new bar? And it would be absolutely fantastic to have a countdown timer, something like - *tourny name* in 1hour and 38seconds. And add deathmatch kills counts :3 and ratings for 1x1 and other tournys?

I guess this will help people to follow events more easily and will rise tournaments activity.

Print this item

  Vote

Posted by: Shad
02-23-2012, 07:27 PM
Forum: General
- Replies (4)

Vote

Print this item


Posted by: Raziel_
02-23-2012, 01:45 PM
Forum: Player Guides
- No Replies

I have developed this stealing macro since my razor macro wasn't efficient...
It's pretty easy so set up.
1 - Buy a pack horse/llama
2 - Place the animal boxed in your house
3 - Get the item you wish to train with, i suggest a dye tub, and set the %item variable to match the item's id
4 - Set the %pack variable to be the id of the pack of your animal, simply open the pack and check the #contid and set this to be the %pack.
5 - set the %animal to be your animal's id.
6 - The %follow is the ammount of followers you have with the animal tamed.
7 - Put the tub into the animal's pack and try to steal it once.. also release the animal and tame it once.
8 - Keep the animal's pack open!!
9 - Hit the play button and make sure your both hands are empty!!

Quote:set %pack NKNDKMD
set %item HYODKMD
set %animal KROB
set %follow 2

While #true
{
if #followers < %follow
{
gosub tame
}
finditem %item C_ , %pack
if #findcnt > 0
{
gosub steal
} else {
gosub porpack
}
}

sub steal
finditem %item C_ , %pack
if #findcnt > 0
{
set #ltargetid #findid
event macro 13 33
target 1s
event macro 22
wait 85
}
return

sub porpack
finditem %item C_ , #backpackid
if #findcnt > 0
{
EXEVENT Drag #findid #findstack
wait 10
Exevent dropc %pack
wait 10
}
return

sub tame
set #ltargetid %animal
event macro 13 35
target 1s
event macro 22
wait 10
finditem ZJF G_
if #findcnt > 0
{
set #lobjectid #findid
event macro 17
wait 20
finditem %item
if #findcnt > 0
{
EXEVENT Drag #findid #findstack
wait 10
Exevent dropc %pack
wait 10
}
}
return

Print this item