Sign in to follow this  
Vanyel

[DB Edit] Meditation Paths

Recommended Posts

open wurmplayers.db with your favourite editor


 


under 'cult' section is the meditation info.


 


Modify 'Level' to the path level required (ie: 7 for enchant grass, 11 for SoTG etc)


 


As for Path:


 


Meditation paths:

1 - Love

2 - Hate

3 - Knowledge

4 - Insanity

5 - Power

 

Enter the NUMBER - and NOT the name in the 'Path' field.

 

Enjoy!

  • Like 1

Share this post


Link to post
Share on other sites

i actually got the path ability timers 100% gone, so you can endlessly enchant grass, ill post it up soonish :-)


Share this post


Link to post
Share on other sites

this is what i see at that section of the table using Notepad ++. What values are you changing to, for example, make SOTG available at Level 1 and remove timers?:

    WURMID                  BIGINT        NOT NULL PRIMARY KEY,
    LASTMEDITATED           BIGINT        NOT NULL DEFAULT 0,
    LASTRECEIVEDLEVEL       BIGINT        NOT NULL DEFAULT 0,
    LASTAPPOINTEDLEVEL      BIGINT        NOT NULL DEFAULT 0,
    LEVEL                   TINYINT       NOT NULL DEFAULT 0,
    PATH                    TINYINT       NOT NULL DEFAULT 0,
    COOLDOWN1               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN2               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN3               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN4               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN5               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN6               BIGINT        NOT NULL DEFAULT 0,
    COOLDOWN7               BIGINT        NOT NULL DEFAULT 0

 

Edit: I think we figured it out. Must be done server side too, not client side

Edited by Atlas

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this