Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Just another Ran Online webpanel

Newbie Spellweaver
Joined
Nov 15, 2016
Messages
48
Reaction score
1
gonna update that later

Sir ? i got a problem when i created account it says register successfully but when i tried to login its says no user and password not match then i go to my database and i saw that theres no account registered .. Thanks in advance sir ..
 
Experienced Elementalist
Joined
Oct 6, 2016
Messages
292
Reaction score
7
Sir ? i got a problem when i created account it says register successfully but when i tried to login its says no user and password not match then i go to my database and i saw that theres no account registered .. Thanks in advance sir ..

database problem..
 
Junior Spellweaver
Joined
Jan 26, 2014
Messages
184
Reaction score
36
Sir ? i got a problem when i created account it says register successfully but when i tried to login its says no user and password not match then i go to my database and i saw that theres no account registered .. Thanks in advance sir ..

RanUser -> UserInfo
Add columns
UserSQ varchar(50)
UserSA varchar (50)
 
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
48
Reaction score
1
RanUser -> UserInfo
Add columns
UserSQ varchar(50)
UserSA varchar (50)

already have this sir .. i think my problem is from my ranuser ?
do you know how to fix this sir ? Thanks so much sir .. I appreciated your effort
DB:UPDATE UserInfo WITH (UPDLOCK) SET UserLoginState=0 WHERE UserLoginState=1 AND SGNum=0
 
Junior Spellweaver
Joined
Jan 26, 2014
Messages
184
Reaction score
36
already have this sir .. i think my problem is from my ranuser ?
do you know how to fix this sir ? Thanks so much sir .. I appreciated your effort
DB:UPDATE UserInfo WITH (UPDLOCK) SET UserLoginState=0 WHERE UserLoginState=1 AND SGNum=0
better to change your ranuser database
 
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
48
Reaction score
1
better to change your ranuser database

Problem solved sir :) i'd used your guide using my old database but the thing is i got "This name is not available" In my RanGame1 do you know why sir ? thanks alot sir
 
Experienced Elementalist
Joined
Oct 6, 2016
Messages
292
Reaction score
7
Problem solved sir :) i'd used your guide using my old database but the thing is i got "This name is not available" In my RanGame1 do you know why sir ? thanks alot sir

database problem also..
 
Experienced Elementalist
Joined
Jul 31, 2017
Messages
237
Reaction score
1
do you have ep9 7class clean database sir ? can you share it with me ?
go to database. RanGame1 -> Tables -> right click dbo.ChaInfo -> click design -> add ChaContributionPoint - int - allow null checked
 
Experienced Elementalist
Joined
Oct 6, 2016
Messages
292
Reaction score
7
do you have ep9 7class clean database sir ? can you share it with me ?

please click the link below, hope it will help u.

2008 R2 SQL:



2014 SQL:
 
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
48
Reaction score
1
please click the link below, hope it will help u.

2008 R2 SQL:



2014 SQL:

Thanks sir ..



go to database. RanGame1 -> Tables -> right click dbo.ChaInfo -> click design -> add ChaContributionPoint - int - allow null checked

thanks sir ..



Now the problem is ..
when I buy items on "voteshop" it didnt exist ingame
Thanks in advance
 
Experienced Elementalist
Joined
Oct 6, 2016
Messages
292
Reaction score
7
Thanks sir ..





thanks sir ..



Now the problem is ..
when I buy items on "voteshop" it didnt exist ingame
Thanks in advance

could be your DB..
 
Last edited:
Experienced Elementalist
Joined
Oct 6, 2016
Messages
292
Reaction score
7
its ok in dbo.ShopPurchase,dbo.ShopItemMap but in LogShopPurchae nothings happen when i buy ..

i haven't tried this panel yet, because there are few errors or bugs.
 
Custom Title Activated
Loyal Member
Joined
Dec 16, 2012
Messages
1,125
Reaction score
93
how to fix add or insert vote points? i try to insert vote points to my account when i search the username they are no username result on admin panel ,my account is active
 
Newbie Spellweaver
Joined
Aug 21, 2017
Messages
19
Reaction score
0
@mystic1ne -> Bro, would you mind to share your RanUser database?

->Eroor -> No registered name found in my UserInfo.
 
Newbie Spellweaver
Joined
Aug 21, 2017
Messages
19
Reaction score
0
Hmmm! Itemshop function is in RanShop data, not in RanUser..

Not on my mind that you purchase it since I clearly read that you fixed your problem by using your old data and apply a little script.

But then again, there will be no way for you to share it,. I understand..

Good Luck Bro
 
Newbie Spellweaver
Joined
Aug 21, 2017
Messages
19
Reaction score
0
I can register Successfully in but no info`s in my ranuser->dbo.userinfo.

All Registered Accounts update into RanUser-> dbo.fulluserinfo, not in dbo.userinfo
 
Back
Top