Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 33707

[Guide] How to add Premium Point in character

$
0
0
1.Open SQL Express
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

3.Then press execute
4.Now Premium Point already add to your character

Viewing all articles
Browse latest Browse all 33707


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>