Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Increase Stamina Value in Your Game

Newbie Spellweaver
Joined
Jan 28, 2014
Messages
42
Reaction score
10
We use skills that use stamina values, but the ways to increase them are limited and very low.

This method is useful if you are heavily dependent on stamina, such as a ranger sorcerer.

the "Fitness".


1. Run 'database.bat' db server

2. run the SQL table Program (Navicat, DB Browser for SQLite)

3. load sqllite file
path : your_server\gameserver\bin\data\sqlite3

4. find table 'FitnessLevel_Table'
1.PNG - How to Increase Stamina Value in Your Game - RaGEZONE Forums

5. Enter the value you want
- FitnessType '0' is Stamana value
- Level 0 is Base Stamina, so you should be edit this line first.

6. Save changes

7. re start up server

8. You have now Infinite Stamina, Enjoy the sprint,runs & skill Spaming
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jul 8, 2021
Messages
11
Reaction score
1
Do I have to change all "Add stamina" values to 10000? and how this works for strenght? I need more weight
 
Newbie Spellweaver
Joined
Jan 27, 2023
Messages
31
Reaction score
3
Working with Archer version thanks, just work with the "bdoOLD.sqlite3" file inside "gameserver\bin\data\sqlite3" instead of "bac.sqlite3"
 
Back
Top