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!

How i can fix this bug's?

Status
Not open for further replies.
Initiate Mage
Joined
Mar 31, 2011
Messages
3
Reaction score
0
SCREEN:
pangyaviny - How i can fix this bug's? - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 12, 2011
Messages
21
Reaction score
1
to change version on MS SQL
Database >> Pangya_S4_TH >> Tables >> dbo.Pangya_Server_Config >edit> 584.04

or run on mssql:closedeyes:

Code:
USE Pangya_S4_TH
GO
UPDATE Pangya_Server_Config SET client_version = '584.04'
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jul 18, 2009
Messages
392
Reaction score
129
While this has been answered multiple times...I'll answer it once more.

If you can not create games, your version in the Server Config table doesn't match your client.

If you can not purchase more items it most likely means you have executed the Add_All_Items query on your account. It is clearly stated that after running that query you are unable to purchase any more items.
 
Initiate Mage
Joined
Mar 31, 2011
Messages
3
Reaction score
0
to change version on MS SQL
Database >> Pangya_S4_TH >> Tables >> dbo.Pangya_Server_Config >edit> 584.04

or run on mssql:closedeyes:

Code:
USE Pangya_S4_TH
GO
UPDATE Pangya_Server_Config SET client_version = '584.04'

thx a lote, problem resolved ^^
 
Status
Not open for further replies.
Back
Top