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]

Initiate Mage
Joined
May 27, 2020
Messages
59
Reaction score
1
hmmm.. thanks!!
but UI'sszzzz, kind of weird in looks
this is what happened if we just mix the clients
I'm looking forward to my self to improve the UI of this mix client

thanks everybody take your credits and be proud!! hart<3

2XVkAEj.png
 
Initiate Mage
Joined
Jun 12, 2013
Messages
39
Reaction score
0
hmmm.. thanks!!
but UI'sszzzz, kind of weird in looks
this is what happened if we just mix the clients
I'm looking forward to my self to improve the UI of this mix client

thanks everybody take your credits and be proud!! hart<3

2XVkAEj.png


Can you share your client ?
 
Initiate Mage
Joined
May 27, 2020
Messages
59
Reaction score
1
I don't know if any one done this
I just make the private market can only open when character is inside the market slot

See image:
R8QNw2q.png
 
Initiate Mage
Joined
May 27, 2020
Messages
59
Reaction score
1
@curlymeow no no you got it wrong, I'm ahead on that I know how to enable and disable private market on every map.What I share was I just update this source code that in a particular map people can only start a personal store in a specific area and if they are out side of that area they cannot start personal storelike for ex. you can only open a personal store in the slot number box (what ever you call it) and cannot open personal store if there are not in the slot number box.I use the client Compatible for this source: "HanzKuro(Merged Client)"
 
Initiate Mage
Joined
Jul 12, 2022
Messages
5
Reaction score
0
I don't know if any one done this
I just make the private market can only open when character is inside the market slot

See image:
R8QNw2q.png

Very nice Idea Sir! do you have an Idea with regards to premium points shop only available in market or campus 1f?
 
Initiate Mage
Joined
May 27, 2020
Messages
59
Reaction score
1
-need to identify what map is the character located
-get the identity of the item i think its 0-1 or 1-2 for premium and vote/battle
-if you got those ID's/Values then you can do Conditioning on your code like if else looping

scenario:
-user click the Item Shop/Mall icon
-Item Shop/Mall Modal show
-server will provide the itemList
-then it will be populate on the client side
-you need to loop on every item on the list and then have your if else condition
if 0 its premium
then another if condition inside to check if its on particular map(marketplace/campus 1f)
else its vote/battle

you need to code it cause the source is not capable of doing it right away
sorry i cannot give much rather than this cause i also don't have that idea nice idea btw
hope i answer your question
 
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
does anyone here already solved issue in gunner class rankings? lg7.dll? it didnt show the kills/deaths of all gunner
 
Initiate Mage
Joined
Jul 30, 2022
Messages
4
Reaction score
0
i dont have client can you share or can you assist me to make minia work? newbie thankyou
 
Initiate Mage
Joined
Jun 28, 2021
Messages
50
Reaction score
1
now i get it. thanks bro

- - - Updated - - -

can someone check this if whats the problem? i put the code like this in source to enable rcc. in my emulator and server files all is running now with rcc but the problem is here in minia. i try to edit this gameclient2.cpp but cant read rcc. can someone help me..

https://ibb.co/8MFbdbV
https://ibb.co/WV4SSKV

how u solved this bro? , some guide please
 
Initiate Mage
Joined
Jun 28, 2021
Messages
50
Reaction score
1
declare like this
Code:
{
    m_bUseDepthBuffer = TRUE;
    m_pApp = (CGameClientApp*)AfxGetApp(); // if you are using gameclient2 change CGameClientApp to CGameClientApp2
    GLOGIC::bGLOGIC_PACKFILE = FALSE;
    GLOGIC::bGLOGIC_ZIPFILE = TRUE;
    GLOGIC::bENGLIB_ZIPFILE = TRUE;
}

ur code how to compile bro EmpireZ
 
Initiate Mage
Joined
Apr 12, 2022
Messages
39
Reaction score
2
I want to ask why the auto skill afk system for 1 hour will get a notification like this and it will automatically close and disconnect. how to disable auto disconnect in auto system

https://ibb.co/yQLKHRc
yQLKHRc

yQLKHRc
 
Back
Top