ForeverFun
About
- Username
- ForeverFun
- Joined
- Visits
- 1,107
- Last Active
- Roles
- Member, Active UO Account
- Posts
- 1,061
Comments
-
This generally works better than "Open Door", since you don't need to be facing the door, at least in EC: It's not perfect though, as it'll open/use other nearby objects too.
-
The "philips wooden steed" instance of this issue does appear to be fixed. However, as of 9/15/2023, the larger issue is still not fixed. It's very common to have lost drops at places like Underwater shadowlord boss. "your backpack and bank cannot …
-
Covfefe said: This is very frustrating, it seems that so many options are missing from my options interface. The very important ones that you need to play. I have found in this section on EC no problem but for the life of me I can't find t…
-
Note I was talking about "paralyze spell." On the other hand, if you're being hit by paralyzing blow (weapon), I'm OK with trapped box not working there too. If resist isn't checked, that's OK, but could be open to debate. Maybe another combat ski…
-
Covfefe said: ForeverFun said: A few suggestions: 2. It should no longer be possible to use a trapped box to escape the effects of the paralyze spell. After all, the target is paralyzed, they can't reach into a pack to use an i…
-
A few suggestions: It should no longer be possible to use Powder Of Fortification on items with the "Splintering" property.It should no longer be possible to use a trapped box to escape the effects of the paralyze spell. After all, the target is pa…
-
As an optimization, you can specify the objectId's of the belt(s) in question. https://forum.uo.com/discussion/11494/ec-how-to-enable-disable-spell-focus-sash In the examples in that thread, change 940 -> 701 (load)change 941 -> 702 (unload) …
-
For CC, replace "UOSA.EXE" in the above with "CLIENT.EXE" For CC, "given the ordinary user at least write access to the UO install directory", coupled with "RUNASINVOKER" for uo.exe and uopatch.exe. Addendum for EC: Patching though -- the UOPATCH.…
-
For the trade runs, we know those have to be paid accounts. Only broadsword knows if those are EJ accounts in heartwood. I've suggested broadsword add an [EJ] tag above EJ players, for all to see, which other users have agreed with. (On the other …
-
It may well be a bug that (by default) EC/CC require administrator to run/patch. Many would say running network games as administrator is crazy. At least for EC, you can avoid running it as admin, once it is installed, just by running UOSA.EXE. Pat…
-
You can see a youtube video linked here that shows brute force runic crafting in action. attempting to craft very specific items. There was an old post I made on this forum (can't find it), that couched this in terms of "balron economics". That is,…
-
Are you talking about this post ?link Whether it's scrolls of transcendence, or the slim veil, these all resolve down to the same discussion. Take animal taming as an example. This is an incredibly grindy skill to raise. Players don't like the gri…
-
If you assume people are doing this in FEL / slim for the chance to get Slim's Shadow Veil, it's been posted the odds of that drop are about 1/10,000. If you assume each trade run can be done in 2-5 minutes, that's on order of 20,000-50,000 minutes …
-
@Bleak Bleak, regarding issue #1 (healthbars not updating) This (link) appears to fix the issue. Can you propogate this/similiar change to all EC users? If you want a "1-line" fix, something like the bold below likely works, without fixing other l…
-
I don't think detect can be trained on pets, and the skill doesn't seem to function. Barding difficulty is rarely brought up on pets. (Detect is mostly a "death counter"). It's probably most important when fighting monsters that use barding skills…
-
The "recursive" nature of the current search is also a useful feature (you can use it to refine a search based on properties). If search were scriptable as I mention above, your original request could be moot. Why interact with a tiny UI element, f…
-
In spellbook.lua, function Spellbook.UpdateSpells() -- offset -120 on X axis clickable area ("straps" that hang on left and right are 60 width). WindowSetDimensions( this, (xSize * scale)-120, (ySize * scale)) -- was +0 on X -- ... Dyna…
-
Personally, I would balk at the request to move the search item UI element. On the other hand, perhaps a request more along these lines would be useful? Provide a macro (assignable to hotbar, key, etc) that can be used to execute "Find" in the last …
-
@Bleak Can you remove the clamp to max 1.0 in EC, which is being applied to the "custom_ui_scale" configuration element? (in the player settings file). Other->Command = script SystemData.Settings.Interface.customUiScale = 1.2 2. Act…
-
The windows are rectangles. The problem appears to be an offset used on the left side.Notice you can't drag the book around underneath the left side strap that hangs mid-way down the book. The "clickable" area of the right side of the book is shifte…
-
Hydra should be a new tame-able. (1)Commanded undead (necromancy mastery) should no longer "poof" at logout/etc. (2) (1) That would spice up and provide an alternative way to fix the taming related problems with Underwater (link). Lets face i…
-
A few things:There is no EC bug. Separate from that, EC readilly supports using specific items by objectID (search my prior posts), which can be used for specific belts, etc. No need for complex scripts or 3rd party stuff.Even if a raft of CC spec…
-
Yoshi said: “No people won’t switch back to CC at all. but less people would need to switch from CC. so let’s talk about nerve strike ... As you've said, many issues being reported aren't a problem in EC (either default EC, or with avail…
-
Yoshi said: what is really the technical difficulty in adding a debuff on nerve strike? When i am killing random bosses, sometimes I am presented with a debuff I never seen before, because only hit with it on that one encounter I do less tha…
-
TimSt said: Unfortunately there is no DaviesLocker.lua file for EC mod-ers such as myself to modify to add a search or filter capacity. Personally I would love to increase the size of the font used and filter on facet and level. Haven't r…
-
When in felucca, it comes down to this, I think: "objectType 130 (wall) and energy field (~14662).... client code .. stripping the impassable flag..." (client side issue). Oddly, in trammel, you can rubber band yourself with wall of stone and ener…
-
Assuming you copy the character file over,after a shard transfer, you'll need to refresh macros that involve equipping items, or using specific items. That's because the items from the old shard get copied to new items on the new shard, with new id…
-
Moderator, feel free to exercise your powers here.From a user POV, it doesn't matter which corporate entity manages the certificate.
-
The carpet is there in CC too. Was able to catch one of the first frames entering the room, in CC. The broader issue is CC renders certain areas much faster than EC. There are public houses in luna, where runebook libraries are hosted. Those immed…
-
Sorry, the last paste above didn't include the spellweaving update (use mobileData, instead of data). MobileHealthBar.UpdateStatus(mobileId) LabelSetText(windowName .. "HealthBarPerc", perc .. L"%") if (Interface.HealthBarWod and (mobileDa…