• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows How do you edit player skills (axe,sword fighting etc..) in phpmyadmin

Jake Damico

New Member
Joined
Aug 31, 2014
Messages
101
Reaction score
1
running tfs mystic spirit.. I'm in phpmyadmin I go to players and edit.. what field do I need to fill out to raise the players skill like sword fighting, axe fighting, etc..
 
`skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`
 
in your players table (in your database), there are columns with those names
an example of a column is "name" (the character name) and "level", etc

`skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`
these are the column names you need to edit, the column names ending with "tries" determines how filled the skill bar is (the green bar)
the regular column names such as skill_axe just represents the skill level
 
Back
Top