• Networking: We're currently investigating a cascade effect causing network performance degradation in our network. - Sponsor

[Release] RYL Point (C#)

Infraction bannëd
Joined
Nov 29, 2011
Messages
622
Reaction score
76
Location
Fuchia Village
Simple C# source to give your player points while online in the game . . .

Link :

Add new column in your dbo.usertbl called "Points" and you're good to go =)

config file
<add key="SQLConnection" value="Data Source=YOURSQL;Initial Catalog=ROW_User;Persist Security Info=True;Integrated Security=true;"/>

just replce that with yours . . =)
 
Last edited:
Back