ForeverFun
About
- Username
- ForeverFun
- Joined
- Visits
- 1,017
- Last Active
- Roles
- Member, Active UO Account
- Posts
- 961
Comments
-
How do you know this hue/color dropping logic is "just" based on an RNG? I could be based on some sort of quota instead/as well, like only X of a certain hue over a given unit of Y time. It could have been that way for ages. Good question for a "Fi…
-
Extra credit for adding the Hydra multi-headed fireball attack as well, at least for Atlantic
-
A little QoL improvement to the QoL improvement. Automatically switches the map window to the facet where the boss is, centered on the coordinates in question. Just adjust this block of code from the last "spoiler" post. if( x ~= nil …
-
Interesting, the syntax for the string given to mappers is flipped around. Here's an update that takes care of that, and also changes how the coordinates are extracted (wstring.match). local header = L"The ground ruptures and darkness spills for…
-
TimSt said: For the EC map I suggest making the following changes to make the coordinates on the map easier to read. To source\mapwindow.xml Good change, thanks!
-
Spoiler below has an update that takes care of "in the wilderness" location text that threw off the facet parsing. This also adjusts the icon size on the map, so it's more visible if you have the map zoomed out. p.s. would the UO team change the N…
-
You don't comment on whether gargoyle players receive these as gargoyle version drops. I suppose if a specification was released for the event, before it went live, players could comment on things like this before it "costs more" to change it afte…
-
The much higher (than EC and CC) resolution KR client animations for the Skeletal dragon, Dragon, titan, and female wraith. Please consider replacing the EC graphics, as well as including proper resolution (*) CC style graphics pack for EC. (*) not …
-
We aren't exactly talking about the simulation or flight management software of the JWST, so weigh the risk accordingly. That said, making more aggressive changes in this area (and other areas) seems to have little downside (hint). Here's a little …
-
The short answer:I have limited time The sample in the spoiler does work without the ChatSettings.lua change.Issuing these directly in the chat window, or via Actions->Other->Command works to enable overall system message filtering, again, no …
-
Yes, the handling for dropping the "Very well" spam from undead followers just drops the overhead text over the animal. EC has a global way to filter all the system messages, in the UI, but that's disabled by default.If you want that setting in the…
-
None of your "Check this..." strings have the L prefix (for unicode/wide/wstring) in front of them.Debug.PrintToChat() expects a unicode string as input. Depending on the context, these are exceptions/faults in the LUA code, and nothing else execut…
-
I wonder if the Cu / dog costume helps with the Fey/Wolf slayer vulernability.
-
@Mariah, can you move this to the general discussion forum? Also, the EC does have some builtin cases where filtering drops messages on the floor - related to casting and perfection, see TextParsing.IgnoreTextManager() necronom, technically SystemD…
-
If you put this at the top of TextParsing.CenterScreenText(), it will (redundantly) print each system message and the ID for that message. You'd need to pick the right place to take action on the message (use the ID if applicable), depending on wha…
-
Violet said: Maybe it's garbage for your templates. But I can see multiple instances where this would be useful to players. It's not for a primary mage or pvp mage. ForeverFun said: 3-4. Did you test this at all? I've d…
-
This isn't a new legacy specific response... You can do pretty much any amount of filtering as you want in EC, as well as changing what things trigger a more visible centered notification with sounds. Here are some examples:https://forum.uo.com/dis…
-
Some feedback: Remove any "decay" on the progress towards spawning the boss. I seem to remember the "community" progress on things like krampus may decay over time. This makes it very hard to make forward progress on slower shards / near the end o…
-
See this thread for a big usability with jewely box, as well as a request to make it a craftable:https://forum.uo.com/discussion/11560/jewelry-boxes-should-be-capped-at-125-items Note this sort of item likely reduces server load, since the jewely b…
-
Add Bane Composite Bow to the drops. (humanoid archers sometimes have a composite bow equipped as their archery choice, but you get zero archery drop in this case).
-
JackFlashUk said: just beware, if using Pinco's and in the frustration caused by yet another update abortion, DO NOT CLICK DEFAULT UI in the hope of getting it to work. It will destroy ALL your profiles and reset them. What a stupid thing the…
-
From (link) [...] Personally, I'd say it would be better to fix the issues affecting honest, paying users first. e.g. issues that can lead to items being unexpectedly deleted. The change for the hawkwind/archlich robe stats issue could, in th…
-
Here's a way to do an if-then test, without modifying the UI. This just assumes you started with no followers. script if (tonumber(WindowData.PlayerStatus["Followers"]) > 0) then Debug.PrintToChat(L"hasfollower_dosomething") end You could use o…
-
Mordin_Rockbiter said: Except time saved and overhead text. I also have overhead chat fade delay set to 5 seconds, thats the lowest I can go You could perhaps save 0.25 seconds.You could take steps 2-7 from Arroth post, and put those in …
-
Pawain said: ForeverFun said: Talk about the gift that keeps on giving. I wonder if these items will be addressed? Or perhaps they already have been? Yes. They will not be wearable soon. You can turn them in for a potion refund.…
-
Talk about the gift that keeps on giving. I wonder if these items will be addressed? Or perhaps they already have been?
-
Here is an old post from Arroth_Thaiel on this. This is a case where you don't strictly need an if-then check. You can assume the taming succeeded, as the rename and release do nothing if the pet didn't tame successfully.
-
Question 5 is curious, regarding which client. Shouldn't the third choice be "other", instead of "I have never played Ultima Online" ?? I doubt anybody will be answering the survey if they haven't played Ultima Online. It's also curious the data is…
-
Advice: 1. Use EC for any vendor purchase interactions. The grid view eliminates many spoofing problems.2. If you don't trust yourself, you could implement a "credit limit" on yourself, e.g. by failing any purchase over X amount. Modify as per lin…
-
Cute little pets, aren't they? I've seen Cu's go wild/be released by Blues at Fel Idocs. The fireworks would be bigger if pet didn't suffer stat/skill loss.