- Joined
- Jul 5, 2007
- Messages
- 181
- Reaction score
- 9
Today we gonna learn how to upgrade your skill rank. It's much simple than u may think.
So, let's start
What will you need:
* Brain
* Microsoft SQL Query Analyzer
* Ability to enter the Cabal Game
How to?
1st Step: Get your CharacterIDX
2nd Step: Execute this query:
3rd Step: Enter in game and kill some monster with a Magic and Sword Skill and u will upgrade your Skill Rank.
4th Step: Is to follow the steps above untill you get Transcender Rank.
* Note: You should be logged off or in Character Selection Screen when executing the query.
Credits:
- Kudo
- Drimius
Have Fun!
So, let's start
What will you need:
* Brain
* Microsoft SQL Query Analyzer
* Ability to enter the Cabal Game
How to?
1st Step: Get your CharacterIDX
2nd Step: Execute this query:
Code:
USE [Gamedb]
UPDATE cabal_character_table SET SWDPnt='999999999',MAGPnt='999999999',RankEXP='999999999' WHERE CharacterIDX='[COLOR=Red][B]YOUR CHARACTER IDX NUMBER[/B][/COLOR]'
4th Step: Is to follow the steps above untill you get Transcender Rank.
* Note: You should be logged off or in Character Selection Screen when executing the query.
Credits:
- Kudo
- Drimius
Have Fun!

Last edited: