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!

Juver source+database+cfg (soon latest GS source)

Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
I TRY MAKE CLASSIC UI BUT INVENTORY BUG WHEN USE BACKPACK CARD ANY IDEA TO FIX THIS PROBLEM ?

 
Initiate Mage
Joined
Jan 10, 2021
Messages
25
Reaction score
28
I TRY MAKE CLASSIC UI BUT INVENTORY BUG WHEN USE BACKPACK CARD ANY IDEA TO FIX THIS PROBLEM ?


create invent sheets like this ui - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Oct 29, 2013
Messages
414
Reaction score
5
no error in server side but i cant proceed in game to test the item mall




how to change encrypt like example param.ini
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
any one know how to fix this problem ?

 
Initiate Mage
Joined
Mar 4, 2018
Messages
2
Reaction score
0
Can someone provide directions to fix the click on the register button and there is no response?
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
Can someone provide directions to fix the click on the register button and there is no response?
Make sure you have right database to execute procedures.



no error in server side but i cant proceed in game to test the item mall




how to change encrypt like example param.ini
Lib_Engine/Common/Rijndael.cpp
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
now classic ui done but still can use inventory card 118/14 more than 5 if i use more than 5 i got bugtrap anyone have idea to fix ?
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
now classic ui done but still can use inventory card 118/14 more than 5 if i use more than 5 i got bugtrap anyone have idea to fix ?
GLInventory.h

Find:
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 30,
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,

Replace:
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 10,
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
GLInventory.h

Find:
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 30,
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,

Replace:
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 10,
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,


thanks a lot for help godbless now problem fix
 
Back
Top