MP advise

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
fars666
Posts: 105
Joined: Tue Apr 16, 2013 7:05 am

MP advise

Post by fars666 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5909
L2JDP Revision Number: 9573


sup guys,

Wanna modify mana potions weight. Back days I was able to do it thru the database but i can't find it in navicat anymore. well need a good suggestion where to modify the mana weight? :(
User avatar
Gries
Posts: 307
Joined: Fri Jun 17, 2011 9:45 am

Re: MP advise

Post by Gries »

Check item ID 728 in data/stats/items and change:

Code: Select all

        <set name="weight" val="180" />
fars666
Posts: 105
Joined: Tue Apr 16, 2013 7:05 am

Re: MP advise

Post by fars666 »

Gries, i changed it to 10 and still when i'm in game it sayis 180 :(
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: MP advise

Post by UnAfraid »

fars666 wrote:Gries, i changed it to 10 and still when i'm in game it sayis 180 :(
And it wont change.
Image
User avatar
Gries
Posts: 307
Joined: Fri Jun 17, 2011 9:45 am

Re: MP advise

Post by Gries »

fars666 wrote:Gries, i changed it to 10 and still when i'm in game it sayis 180 :(
You still see 180 in game cause it is client-side description, in order to show 10 or whatever you want you need to modify system and talking about client modding here is forbidden.

However you can check if value is changed throguh the percentage of weight in the inventory, if you go above there with mouse a number should appear which indicates your current weight.
fars666
Posts: 105
Joined: Tue Apr 16, 2013 7:05 am

Re: MP advise

Post by fars666 »

yep looks like it has changed thanks mate
fars666
Posts: 105
Joined: Tue Apr 16, 2013 7:05 am

Re: MP advise

Post by fars666 »

one more question where do i change the MP power? for example now it heals 100 mp i want to set it for 600.
User avatar
Gries
Posts: 307
Joined: Fri Jun 17, 2011 9:45 am

Re: MP advise

Post by Gries »

data/stats/skills/custom
Post Reply