how to reset all character only STR, DEX, INT, PNT
how to reset all character only STR, DEX, INT, PNT
use [Server01]
update cabal_character_table set STR = 0, DEX = 0, INT = 0, PNT = 5
ohh sorry I didn't get what he mean, I think he want reset system
Thank Dens666 for reminding.
I need to reset the system to all the characters. I've searched the forum, but there is only reset the system one by one. no to all the characters.
Sorry, my English is bad.
update cabal_character_table set STR = 0
update cabal_character_table set INT = 0
update cabal_character_table set DEX = 0
update cabal_character_table set PTN = 0
"Run this one by one in Server01 query" This will reset all char stats to 0
I just posted it again since he for sure didnt understand it so he did ask again same question