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!

[Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING]

Newbie Spellweaver
Joined
Oct 28, 2020
Messages
42
Reaction score
10
hi sir. i saw it. thanks.. but the problem now is everytime i click the register button nothings happen. no any error prompt or anything even in serverside no any error at all. only the cancel button and reset button working, i try to fill up everything, but still no luck

did you put the config file both client and server side?
 
Newbie Spellweaver
Joined
Nov 3, 2020
Messages
9
Reaction score
0
did you put the config file both client and server side?

231281167_4198796900156322_4427226911908201238_n - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums

sir how to fix this? its already bCharacterDeleteMD5 = 1 on config.ini and in DB userpass2 is already md5. but it always character deletion failed. i hope someone can help me in this matter.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
did you put the config file both client and server side?


thank you sir. i forgot to put the updated config in serverside, its working now.

one more question, there are item in shopitemmap in database its not hidden but its not showing the item ingame? what seems the problem?
 
Newbie Spellweaver
Joined
Jun 12, 2018
Messages
7
Reaction score
0
how to fix. MiniA/Game.exe does not launch, I'm using manual launcher?
 
Newbie Spellweaver
Joined
Jul 19, 2021
Messages
9
Reaction score
0
what is the lib and inlcude directory for this file to be able to compile thanks for your answer
 
Newbie Spellweaver
Joined
Oct 28, 2020
Messages
42
Reaction score
10
<a href="https://imgur.com/r4hRuER" target="_blank">https://imgur.com/r4hRuER</a><br>
<img src="https://imgur.com/r4hRuER" border="0" alt=""><br>
<br>
How to remove the "6" in the potion slots?<br>
Thanks
<br><br>
EMACTIONQUICK_SIZE = 12, make it 6
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
does anyone make rcc cryption for this files? can you give us some ideas on how to make it.
 
Experienced Elementalist
Joined
Feb 12, 2018
Messages
217
Reaction score
18
Still have issue with the quick potion tray.
This is the cause of the problem EMACTIONQUICK_SIZE = 12
but when you change it back to 6, the auto potion slots will have a problem.

autosystem is working properly. even skills and the pots. :blush:
I Have a friend who helped me that im not aware to fix, cause im newbie :dancemental:


arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
anyone encounter problem of login character? randomly shows character data failed to process when entering character. no error in server no bugtrap. not all the player encounter this only few of them.
 
Newbie Spellweaver
Joined
Jun 12, 2018
Messages
7
Reaction score
0
how to fix. MiniA/Game.exe does not launch, I'm using manual launcher?

please help
 
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
thank you!
yes, it was fixed but since I have added the lg7 autosystem
now this happens to the auto potion of LG7 autosystem

What key do you press to open the Auto System interface in the game?And in the source, which line to configure this AutoSystem



here another updates for who wanted to use autosystem
What is the button to open the auto system in the game?I tried f1-f12 and it didn't open the autosystem interface
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6
What key do you press to open the Auto System interface in the game?And in the source, which line to configure this AutoSystem




What is the button to open the auto system in the game?I tried f1-f12 and it didn't open the autosystem interface

the default is f5 to open the window, you can check it in the source.

if (UIKeyCheck::GetInstance()->CheckSimple(DIK_F5, DXKEY_DOWN))
{
if (IsVisibleGroup(AUTOSYSTEM_WINDOW)) SetAutoSystemWindowClose();
else SetAutoSystemWindowOpen();
}
 
Last edited:
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
the default is f5 to open the window, you can check it in the source.

if (UIKeyCheck::GetInstance()->CheckSimple(DIK_F5, DXKEY_DOWN))
{
if (IsVisibleGroup(AUTOSYSTEM_WINDOW)) SetAutoSystemWindowClose();
else SetAutoSystemWindowOpen();
}
thanks



the default is f5 to open the window, you can check it in the source.

if (UIKeyCheck::GetInstance()->CheckSimple(DIK_F5, DXKEY_DOWN))
{
if (IsVisibleGroup(AUTOSYSTEM_WINDOW)) SetAutoSystemWindowClose();
else SetAutoSystemWindowOpen();
}
Then how do I fix it in GameServer and GameEmulator
arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jul 22, 2016
Messages
116
Reaction score
4
can someone help meI want to change the NPC name to Vietnamese Encoding utf8, but only a few characters, some characters can't be typed like: ồ, ả, ể, ế...
I checked the tool's source code and there is no place to set encoding utf8can anyone give me help or suggestions?Thanks
Image:
arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
 
Back
Top