• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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 ?

 
Newbie Spellweaver
Joined
Jan 10, 2021
Messages
25
Reaction score
29
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