
Originally Posted by
xDarKyx
Can you tell us the Error message?
Advice: Try to set lower prices.
At least you tried :)
ON Topic:
SQL Enterprise Manager --> MuOnline --> Table --> Right click on the table named AccountCharacter and press Design. Once you are in there, look for a column named "Summoner" and change the default value from 0 to 1, and if you want to enable ragefighter too, look for a column named RageFighter and change the value from 0 to 1 ;)
PS: This will only work for new registered accounts, to enable summoner for existing accounts, run the following query:
Code:
Use MuOnline
UPDATE AccountCharacter SET Summoner=1
UPDATE AccountCharacter SET RageFighter=1