Posted: Sat Sep 30, 2006 11:00 am Post subject: Custom formula for carrying capacity
Currently the carrying capacity of characters, that is used to calculate
movement costs, is hardcoded to: STRENGTH*3.5 + 40
It would be nice if those who don't want to stick with that formula
could create their own one. Just as we already can change the fomula
for calculating the maximum vitals...
I agree... but who's gonna tell the client about the new formula? I suppose it's not a huge problem, but does the client not calculate the max on it's own for display on the status gump, instead of getting that from the server? Or, maybe I'm all wet on that one.
If I'm wrong, then ignore me!
If I'm right, then still ignore me - as it's possible someone could find in the client where the values are calculated and alter it; perhaps alter the multiplier or the base weight, and then the client's info would match.
Client? Is is not the server to calculate stamina and send it to client?
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Mon Oct 02, 2006 9:47 pm Post subject:
I don't know whether we should ignore Marilla or not but I think the server is the key here. You may not be able to tell the client the max it displays but I'm pretty sure the server can be changed to allow a setting for max carry.
I just think it's a good idea that things be consistent. When a player sees their status bar tell them that 250 stones is their max, they may never even try going above that, or they may constantly report to you the 'bug' that their max weight is still going by the old number... or, that they would like to be able to see what the number is, without having to calculate it themselves.
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
I agree... but who's gonna tell the client about the new formula? I suppose it's not a huge problem, but does the client not calculate the max on it's own for display on the status gump, instead of getting that from the server? Or, maybe I'm all wet on that one.
If I'm wrong, then ignore me!
If I'm right, then still ignore me - as it's possible someone could find in the client where the values are calculated and alter it; perhaps alter the multiplier or the base weight, and then the client's info would match.
You are right, the client would have to be altered to show the correct
weight limit in the status window. But some people still might want to pay
the price of a wrong number there, if they could change that formula.