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]

Joined
Feb 19, 2013
Messages
527
Reaction score
101
Hi sir how do you fix the bug on emulator if disabling this fps interface?

Why did you want to remove fps display?
If you are lagging fps function will show the ping of your client . is it good function right?
actually, you can remove it by two ways
1. remove all function of fps (yes. it have code inside libclient and other file too. you must remove all of it or maybe it is the reason make you lag when you trying to remove inside Lib clientUI)
2. remove UI only, yes easy way, but it still running inside your game, you just no want to see it.
So, find his UI. GAMESTATS_DISPLAY and remove it in gui folder (you know how to find with Ctrl + F, right?)
or just let it show. it is a good function as i see.
you can try my ways, maybe it can work or not, idk hahaha
 
Newbie Spellweaver
Joined
Dec 15, 2020
Messages
12
Reaction score
0
[HELP]The Name is not available

This name is not availabe
I do it Backup>Delete it>Restore , but not work...

errrr...

Someone can teach me how to clear it?...
 
Last edited:
Junior Spellweaver
Joined
Jul 3, 2018
Messages
121
Reaction score
8
anyone knows how to open or edit animation cfg files? thanks guys.
 
Newbie Spellweaver
Joined
Dec 15, 2020
Messages
12
Reaction score
0
[HELP]Log in problem SYSTEM ERROR CAUSED LOG IN FAIL.
I didnot execute the userverify.SQL then wont come up SYSTEM ERROR CAUSED LOG IN FAIL.
 
Last edited:
Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
HELLO Can i ask how can i add a notice/announcement feature for the game..
eg: when player is successful on upgrading weapon or armor to +7 and up
eg: when player reach cap level
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
HELLO Can i ask how can i add a notice/announcement feature for the game..
eg: when player is successful on upgrading weapon or armor to +7 and up
eg: when player reach cap level

you can take it form doom source :8:
 
Newbie Spellweaver
Joined
Jun 6, 2021
Messages
35
Reaction score
1
Re: [HELP]The Name is not available

This name is not availabe
I do it Backup>Delete it>Restore , but not work...

errrr...

Someone can teach me how to clear it?...

You use RanGame1 the compatible shared...????
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
int gunner summon killing player even without pk, anyone who knows how to fix this in source?
 
Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
Hello can someone help me with the item info display.? the random value category is not show up.. what part of the source is needed to be edited for this

 
Last edited:
Newbie Spellweaver
Joined
May 7, 2021
Messages
18
Reaction score
0
Hello can someone help me with the item info display.? the random value category is not show up.. what part of the source is needed to be edited for this


you check rv.bin on your item editor ?
 
Joined
Feb 19, 2013
Messages
527
Reaction score
101
may be His mean is the line ' attack : 33~38 ' , it not show the rv attack+ : +1 or attack : -0.38%
it must show like ep 11,
ex : rv : attack+ : +100,
so, the line 'attack: 33~38' must show like this :' attack: 33(+100)~ 38(+100)'
the problem is 33~38 is the result of rv because it is ep 7 style (it not show the origin value of item like ep 11)
to make it show like that, just find the source of ep 11 then compare it with your source.
as i remember, it is : uiiteminfoloader.cpp
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
Anyone encounter PK ranking suddenly empty? even though there is characters playing in game?
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
121
Reaction score
8
anyone encounter delay lag inside RCB1 map? maybe its because of instant map? how did you fix it?

also how to create fieldserver 2? thanks in advanced
 
Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
may be His mean is the line ' attack : 33~38 ' , it not show the rv attack+ : +1 or attack : -0.38%
it must show like ep 11,
ex : rv : attack+ : +100,
so, the line 'attack: 33~38' must show like this :' attack: 33(+100)~ 38(+100)'
the problem is 33~38 is the result of rv because it is ep 7 style (it not show the origin value of item like ep 11)
to make it show like that, just find the source of ep 11 then compare it with your source.
as i remember, it is : uiiteminfoloader.cpp

not exaclty... the display of the numbers is fine.. it can be sorted or selected using the item editor but the actual problem that im having is the category

EG:

the one showing up is..

INFORMATION
ATTRIBUTE
REQUIREMENT
STATUS EFFECT
ADD VALUE

but then the category for
RANDOM VALUE

is not listed..
the actual numbers or value is there but
the category is not showing up
if an item had a
SPECIAL FUNCTION
..
the RV will be listed under it instead of having its own category
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
Anyone know how to fix invisible body when using wings?
 
Master Summoner
Joined
Feb 6, 2019
Messages
566
Reaction score
155
uiiteminfoloader just get it to any source that has one .
not exaclty... the display of the numbers is fine.. it can be sorted or selected using the item editor but the actual problem that im having is the category

EG:

the one showing up is..

INFORMATION
ATTRIBUTE
REQUIREMENT
STATUS EFFECT
ADD VALUE

but then the category for
RANDOM VALUE

is not listed..
the actual numbers or value is there but
the category is not showing up
if an item had a
SPECIAL FUNCTION
..
the RV will be listed under it instead of having its own category



change the abl piece type from upperbody to piece cape
Anyone know how to fix invisible body when using wings?
 
Back
Top