Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 324 online users. » 0 Member(s) | 323 Guest(s) Bing
|
Latest Threads |
Forum is now locked.
Forum: Latest News
Last Post: Jack
04-22-2021, 05:17 AM
» Replies: 0
» Views: 4,703
|
New Players: Use discord!
Forum: General Discussion
Last Post: Xandorf
04-13-2021, 04:00 AM
» Replies: 3
» Views: 4,418
|
Training Notes: Alchemy a...
Forum: Guides
Last Post: Lil Jimmy
03-18-2021, 08:15 AM
» Replies: 2
» Views: 5,382
|
Razor settings not saving
Forum: Tech Support
Last Post: Xandorf
02-17-2021, 07:20 PM
» Replies: 9
» Views: 15,034
|
Bonding Pets
Forum: New Player Questions
Last Post: Xandorf
02-17-2021, 07:17 PM
» Replies: 3
» Views: 5,962
|
Thief Guildmaster spawned...
Forum: New Player Questions
Last Post: JaysUnderw
11-26-2020, 10:08 AM
» Replies: 7
» Views: 11,724
|
Stirring in the Deep, pt1
Forum: Shard Events
Last Post: a pirate captain
11-05-2020, 10:49 PM
» Replies: 0
» Views: 3,344
|
a few questions from a ne...
Forum: New Player Questions
Last Post: Jusegozu
10-11-2020, 02:10 PM
» Replies: 1
» Views: 3,532
|
Patch 63 - Additional min...
Forum: Patch Notes
Last Post: Veranis
08-07-2020, 07:52 PM
» Replies: 4
» Views: 7,581
|
Yew Rare vendor's !! FULL...
Forum: General Discussion
Last Post: Dreadpsycho
04-14-2020, 10:31 PM
» Replies: 2
» Views: 6,205
|
|
|
Lumberjacking & Axes not Breaking |
Posted by: Swunk - 10-03-2016, 01:11 PM - Forum: Bug Reports
- Replies (2)
|
 |
I farmed up a ton of boards there awhile back with lumberjacking, like, 170k iirc. I mentioned it to GMs before about the axes not breaking and I figured I'd just bring this up again. I think the crafting of logs to boards is actually supposed to happen through using a carpentry tool as well.
|
|
|
Problems connecting |
Posted by: Volschick - 10-03-2016, 09:48 AM - Forum: Tech Support
- Replies (7)
|
 |
I cannot log in to server on my pc. I keep getting a message saying "Problems communicating with Origin." Can anyone help me fix this? My husbands pc has no problems logging into my account.
|
|
|
Patch 50 - 10/03/2016 - 2nd Shard Anniversary |
Posted by: Jack - 10-03-2016, 06:48 AM - Forum: Patch Notes
- Replies (1)
|
 |
Happy 2 year anniversary to everyone on UO Lost Lands! You'll find some goodies in your backpacks if you log in today.
Several fixes with this patch.
- The signup timer announcements in Slay the King should now function correctly.
- Slay the King signup corrected to 10 minutes (from 4)
- When a player is crowned king in STK, it will no longer display their serial number in the announcement.
- Player "last moved" time is set when a STK match starts, so players will have more time before getting kicked out of a match.
- Fixed a bug where the +20 str for being crowned the king persisted after leaving the game.
- Rare spawners should be working correctly again.
- Runes in runebooks can no longer contain HTML tags.
- Joining a CTF/DD/KoTH game after it has already started, should now function correctly again.
- The T2A tailoring menu will now correctly filter leather items you are incapable of crafting.
- You may no longer sign up to a tournament that has already shut down.
This patch also brings in several new hues of the month to the reward tubs, thanks to Wiz Kid for spending the time selecting these. After shard restart, the vendor will update.
|
|
|
Macro: Restocking Potions |
Posted by: Swunk - 10-03-2016, 04:11 AM - Forum: Guides
- No Replies
|
 |
A counter for each potion type that you use is needed. The 'If ( "Potion count" <= ? )' lines should be set to 1 potion less than what you want to stock. I also have 'Auto-Queue Object Delay actions' in Razor checked as well as 'Object delay' set to 1000 ms. If a keg is depleted and I buy another I simply re-target the double click lines to the new keg. To begin I put 60 empty bottles in the bag I want my potions in. Enjoy!
Quote:If ( "Red Potion count" <= 9 )
Double Click (0x40C58B27)
Pause 1.00sec
End If
If ( "Blue Potion count" <= 4 )
Double Click (0x40572EEF)
Pause 1.00sec
End If
If ( "Yellow Potion count" <= 9 )
Double Click (0x40A73586)
Pause 1.00sec
End If
If ( "Orange Potion count" <= 14 )
Double Click (0x407EAC7D)
Pause 1.00sec
End If
If ( "White Potion count" <= 4 )
Double Click (0x40236230)
Pause 1.00sec
End If
If ( "Purple Potion count" <= 4 )
Double Click (0X40A8C40A)
Pause 1.00sec
End If
Code: !Loop
Assistant.Macros.IfAction|50|0|9|Red Potion
Assistant.Macros.DoubleClickAction|1086688039|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|4|Blue Potion
Assistant.Macros.DoubleClickAction|1079455471|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|9|Yellow Potion
Assistant.Macros.DoubleClickAction|1084700038|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|14|Orange Potion
Assistant.Macros.DoubleClickAction|1082043517|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|4|White Potion
Assistant.Macros.DoubleClickAction|1076060720|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|4|Purple Potion
Assistant.Macros.DoubleClickAction|1084802058|6464
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
|
|
|
Macro: Magic Trap |
Posted by: Swunk - 10-02-2016, 02:30 PM - Forum: Guides
- No Replies
|
 |
This is really useful if you generally always stock the same amount of trapped pouches. If you use less or more than 10 trapped pouches then just right-click the "For ( 1 to 10 )" and edit it to what is needed. Enjoy.
Quote:For ( 1 to 10 )
Set Last Target
Exec: Magic Trap
Wait for Target
Exec: Last Target
Pause .50sec
Exec: Add to UseOnce
Wait for Target
Exec: Last Target
End For
Code: Assistant.Macros.ForAction|10
Assistant.Macros.SetLastTargetAction
Assistant.Macros.HotKeyAction|3002023|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1058|
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.HotKeyAction|1394|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1058|
Assistant.Macros.EndForAction
|
|
|
Hi! New Player here |
Posted by: Marvel - 09-19-2016, 11:54 PM - Forum: New Player Questions
- Replies (2)
|
 |
I just found this Shard a little bit ago and was wondering what the population is like..? How many active players are usually on and are people in general pretty friendly and helpful, or are they jerks?
Just curious..
I've missed UO for a long time and havent played on a good player run shard for a few years so hopefully this will be a nice new home.
|
|
|
Cool Light Sources, Bro |
Posted by: Swunk - 09-18-2016, 10:38 PM - Forum: Suggestions
- No Replies
|
 |
So, how about a light source dye tub and something to do with like casting spells while holding these things
|
|
|
|