1.Open SQL Express
2.Click New Query then paste this scripts
3.Then press execute
4.Now Premium Point already add to your character
2.Click New Query then paste this scripts
Code:
UPDATE [RanGame1].[dbo].[ChaInfo]
SET [ChaInfo].ChaPremiumPoint = [ChaInfo].ChaPremiumPoint + 700 <------ point you want add [if your point already have 100, it become 800 after run this script]
WHERE ChaNum = 4 <------ this number is number character, u can find it using RAN Manager or GM Lite by searching character name
4.Now Premium Point already add to your character