Whether really to carry on POL idea that ghosts could not see npc and other players.
And with what to begin in general?
Ghosts cannot see npc & players
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
Re: Ghosts cannot see npc & players
as they can (in general) see each other, which I guess is hardcoded in the client, I guess the only chance to achieve this, is by starting to look into the packet structure of UO... you likely need to prevent, that data about the 'living' characters is being sent to the dead in the first place....Grem wrote:Whether really to carry on POL idea that ghosts could not see npc and other players.
And with what to begin in general?
tough,.... I guess this is best placed as a future enhancement wish to pol devs... but hey, first I want item weight to be a read-write prop
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
just some off-topic answer to Exar-Kun....
--Firedancer, off topic-- wrote:stamina loss is not the reason why I want it.Exar Kun wrote:Write your weight to the item then write your own stamina loss.
Our shard has a complex crafting system... an items properties depend on a lot of variables... e.g. an armors weight would depend on the material used (composites? spoils? Additional strengthenings or leather bonds?) as well as the method, diligency and skill it was smithed with. Not to even start speaking about enchantments... you'll hardly ever find two pieces being exactly the same.
As such, logically, also the weight could be anything from ultra-light to ultra-heavy, but currently there is no way to reflect that. I can only simply and utterly ignore the influence these factors have on item weight, because defining a new objtype for each single possible weight-outcome would be totaly insane.
And yes, I've even been thinking to make a "weight-object" for each possible weight from 0.1 to 50.0 or whatever, which is then turned into the item as such - sword, armor, frying pan whatever... but seriously, this can't be the solution either.
I'm about to go the middle way, limit each item crafted to 5 possible 'weight classes' that the item crafted will fall into, but that's pretty crude... and a decent overhead already.
Anyway... that's off-topic and not an issue we'll solve here.
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
nope... again... it's not stamina loss.Exar Kun wrote:Hi-jacked thread
I assumed stamina loss was the reason for wanting weighted items. Is there another reason for having a weight prop?
Anyway, if you just store it on the item and do your own stamina loss that looks for the weight on the item instead of out of a config file.....
It's the weight of stuff as such, maybe rpg reasons.. imagine crafting a dagger, it could become a thousand different things, from both a masterful ornamented mithril dagger to a newbie crafted raw-iron almost-a-twohander... just really weird if they all weight the same....
-
Firedancer
- Grandmaster Poster
- Posts: 104
- Joined: Fri Feb 03, 2006 6:32 am
a) mostly flavor, yes....Exar Kun wrote:Okay...
Now you have me interested. Does weight have any in-game effect, other than a property a player can read from the item? Or is it just a "flavor" kind of thing?
b) but it also affects the amount of stuff you can put into a bag
c) and you may have custom scripts that use it. Like us, we have custom combat and it was planned, that the weapon weight would affect the wielders attack speed.