Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 337 online users. » 0 Member(s) | 334 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Forum is now locked.
Forum: Latest News
Last Post: Jack
04-22-2021, 05:17 AM
» Replies: 0
» Views: 4,507
|
New Players: Use discord!
Forum: General Discussion
Last Post: Xandorf
04-13-2021, 04:00 AM
» Replies: 3
» Views: 4,104
|
Training Notes: Alchemy a...
Forum: Guides
Last Post: Lil Jimmy
03-18-2021, 08:15 AM
» Replies: 2
» Views: 5,125
|
Razor settings not saving
Forum: Tech Support
Last Post: Xandorf
02-17-2021, 07:20 PM
» Replies: 9
» Views: 14,499
|
Bonding Pets
Forum: New Player Questions
Last Post: Xandorf
02-17-2021, 07:17 PM
» Replies: 3
» Views: 5,736
|
Thief Guildmaster spawned...
Forum: New Player Questions
Last Post: JaysUnderw
11-26-2020, 10:08 AM
» Replies: 7
» Views: 11,192
|
Stirring in the Deep, pt1
Forum: Shard Events
Last Post: a pirate captain
11-05-2020, 10:49 PM
» Replies: 0
» Views: 3,198
|
a few questions from a ne...
Forum: New Player Questions
Last Post: Jusegozu
10-11-2020, 02:10 PM
» Replies: 1
» Views: 3,377
|
Patch 63 - Additional min...
Forum: Patch Notes
Last Post: Veranis
08-07-2020, 07:52 PM
» Replies: 4
» Views: 7,223
|
Yew Rare vendor's !! FULL...
Forum: General Discussion
Last Post: Dreadpsycho
04-14-2020, 10:31 PM
» Replies: 2
» Views: 5,938
|
|
|
Patch 56 - 04/21/17 - Meditation |
Posted by: Jack - 04-22-2017, 01:14 AM - Forum: Patch Notes
- Replies (1)
|
|
- Meditation has been slightly sped up.
- Created new multi line description trophies to be used for certain events.
- Fixed a bug where items sometimes didn't bounce back to players' banks.
- You can now chop a trash barrel/home items from an axe that is not inside your pack (eg: locked down)
- Removed a bugged chest from the evil mage tower. The main chest will now contain significantly more loot.
- Fixed a bug with teleporting in green acres/tourny areas.
|
|
|
Easter 2017 final results |
Posted by: Jack - 04-21-2017, 11:50 PM - Forum: Shard Events
- Replies (2)
|
|
The top egg collector this year was Maestro with 2547 eggs. Congrats Maestro!
2nd: Trickery with 1798 eggs
3rd: Audibly Edible with 1204.
See all results here: https://uolostlands.com/easter-results-2017
The winner of the Easter Bunny Statue was calculated by adding up the total eggs collected: 9,638 and then generating a random number between 1 and 9,638. The random number was then used to find the index of the winning player by working from the bottom, up the table.
The random number was: 8318 - congrats to Maestro for winning the trophy this year!
All prize winners please contact me to collect your goods!
Maestro: First place trophy + statue
Trickery: Second place trophy
Audibly Edible: Third place trophy
|
|
|
Macro: a fancy mining hotkey |
Posted by: Swunk - 04-21-2017, 10:49 AM - Forum: Guides
- No Replies
|
|
Comment on 1st macro (below)
Code: // // // // // // // // // // // // // // // // // // // //
// This macro will mine at the location you are standing
// using shovels and move the mined ore to a pack animal.
// // // // // // // // // // // // // // // // // // // //
// To set-up, simply do the following: make yourself a hotkey
// for this macro, set your pack animal to be the hotbag for
// Organizer Agent-4, then add the 4 different types of ore
// piles to Organizer Agent-4. Then go out and mine!
// // // // // // // // // // // // // // // // // // // //
// If you do not need to move your mined ore to a pack animal
// then you can run the macro using no additional object delay.
// // // // // // // // // // // // // // // // // // // //
// The amount of object delay that I personally recommend is
// 750 ms plus your average ping. You can find out what your
// average ping is by typing the -ping command in your UO client.
// // // // // // // // // // // // // // // // // // // //
// If you want the speech actions just uncomment them. They
// are just the mining system messages and they do get spammy
// but since they're emotes you won't get squelched.
// // // // // // // // // // // // // // // // // // // //
1st macro
Code: Assistant.Macros.HotKeyAction|1394|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|3718
Assistant.Macros.IfAction|4|0|pickaxe
Assistant.Macros.HotKeyAction|1332|
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|added
Assistant.Macros.HotKeyAction|1150|
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|wish
// Assistant.Macros.SpeechAction|2|1150|3|ENU|0|Where do you wish to dig?
Assistant.Macros.TargetRelLocAction|0|0
Assistant.Macros.EndIfAction
Assistant.Macros.ForAction|100
Assistant.Macros.IfAction|4|0|can't
// Assistant.Macros.SpeechAction|2|1150|3|ENU|0|You can't mine there.
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|world is
Assistant.Macros.HotKeyAction|0|Play: Saving++
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|loosen
// Assistant.Macros.SpeechAction|2|1150|3|ENU|0|You loosen some rocks but fail to find any useable ore.
Assistant.Macros.HotKeyAction|0|Play: Mining++
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|put
// Assistant.Macros.SpeechAction|2|1150|3|ENU|0|You dig some .. ore and put it in your backpack.
Assistant.Macros.HotKeyAction|0|Play: Mining++
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|metal
// Assistant.Macros.SpeechAction|2|1150|3|ENU|0|There is no metal here to mine.
Assistant.Macros.HotKeyAction|0|Organizer Agent-4
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
Assistant.Macros.EndForAction
2nd macro for server saves, not necessary but cool
Code: Assistant.Macros.ForAction|100
Assistant.Macros.IfAction|4|0|entire process
Assistant.Macros.HotKeyAction|0|Play: Mining++
Assistant.Macros.EndIfAction
Assistant.Macros.EndForAction
|
|
|
Picture of the Month Contest - April '17 |
Posted by: Darwin - 04-17-2017, 03:31 PM - Forum: Screenshots and Videos
- Replies (5)
|
|
Submit your pictures into this thread!
You can help us make our website prettier by posting your submission for picture of the month in this thread. Each month, the winner of the picture of the month will receive a trophy in game for their submission. Pictures can be anything, at the beginning of each month we will judge the winner.
A good place for uploading images is https://imgur.com - to post a picture of the forums, first upload it to imgur.com, and then use the direct image link inside forum tags like so:
Code:
Code: [img]https://imgur.com/imagename.png[/img]
Guidelines for pictures:- Avoid any client modifications (eg: tree stump hack, paperdoll edits)
- Try your best to avoid "system message spam" - where the left side of your screen is filled with messages.
- When linking the image directly (so that the image itself appears in the thread), make sure you use the https URL and not the http one (https://imgur, not http://imgur)
|
|
|
Lockbox Bug |
Posted by: Hero - 04-14-2017, 12:58 PM - Forum: Bug Reports
- Replies (5)
|
|
The lockbox bug is absurd, I know people like PC want this in badly, because without it, they'd be pwnd left and right by thieves, but no one in era would have ran a thief if this was a part of the game (and there was hundreds and hundreds of them)
This bug is an abomination to fel and this time frame, it allows the negation of a complete pvp thief class for less than 50 gold, and it doesn't even make sense that you can add and remove/use things from a locked box (I believe you can even lock/unlock them with the key inside)
If you want to reflect classic gameplay, encourage skill use variety, and common sense, I'd suggest this is fixed. There are a thousand ways to Sunday to thief proof yourself without using a bug that 100% protects you with trammel in a box.
This and removing xray vision npcs calling guards through the walls would be huge first steps to creating thief mechanics that are playable for the server. In the long run it'd be beneficial to us all, allowing for a less pigeon holed styles of play. (Hally mages already have a one up with a heavy wep as it is)
Anyhow my 2 cents. Free servers hate thieves for some reason, but the orig UO devs made thieves very powerful and even after trammel struggled to keep them relevant, even if it was stealing cursed artifacts or stupid ass doom rares. I'd like to see the same care and attention done here.
|
|
|
Looking for a blue skull |
Posted by: Greta - 04-01-2017, 10:15 AM - Forum: Trading Post
- No Replies
|
|
I'm looking for a Skull of Greed (blue), can exchange it for Skull of Venom (Green), Skull of Enlightenment (White) or Skull of Pain (Yellow).
|
|
|
|