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]

Junior Spellweaver
Joined
Feb 17, 2022
Messages
177
Reaction score
8
any idea how to change itemshop into vpoints and battlepoins? i want to remove epoints and replace by battlepoints...

 
Master Summoner
Joined
Feb 6, 2019
Messages
572
Reaction score
157
do you mind resharing this?
Updated GUI/SOURCE of aizen00.

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
Originally Posted by aizen00 arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums

Modified of this release source .
What's new?
-Old interface for character window,inventory and skill window
-Added add stats command
-Fix right click on vehicle to equip
Gui:
Source:


My Updated source W/Bins & updated GUI for LargeMapWindow
EXACTLY SAME as source of aizen00 BUT with LargeMapWindow like GS.
View attachment 170239

PARAMETER is aeva5711!
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
122
Reaction score
8
anyone have script for this..

Could not find stored procedure 'user_resetpass'.
Could not find stored procedure 'user_changepass'.
 
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
hi guys, how or where to find the hp multiplier in juver source? thanks.
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
How to solve this? I tried all the gui shared here but nothing work

https://imgur.com/8XNfPBf
 
Last edited:
Junior Spellweaver
Joined
Feb 17, 2022
Messages
177
Reaction score
8
how to fix this
newbee please help :*:

https://imgur.com/tBfKf7l

Database no error
Server no error
firewall off all server and client

im using default juver client
for server and client side

check param port and login port must be same in client and server
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
how to fix this
newbee please help :*:

https://imgur.com/tBfKf7l

Database no error
Server no error
firewall off all server and client

im using default juver client
for server and client side

your login port in param and serverlogin should be the same
 
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
hi guys anyone knows where to fix this, or just give me a hint. When character is outside of tw map, its hp is 4.6k but when entering tw map 5.8k hp only, only 1.2% of its original hp added? anyone knows where to fix this to he able to doubled the original hp when entering tw map? thanks
 
Master Summoner
Joined
Feb 6, 2019
Messages
572
Reaction score
157
skill editor
hi guys anyone knows where to fix this, or just give me a hint. When character is outside of tw map, its hp is 4.6k but when entering tw map 5.8k hp only, only 1.2% of its original hp added? anyone knows where to fix this to he able to doubled the original hp when entering tw map? thanks
 
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
any idea how to change itemshop into vpoints and battlepoins? i want to remove epoints and replace by battlepoints...


Go to ItemShopWindow folder to find XXX = new CBasicComboBoxRollOver;,
XXX->AddText(...) is the what thing you want to do.
 
Junior Spellweaver
Joined
Feb 17, 2022
Messages
177
Reaction score
8
Go to ItemShopWindow folder to find XXX = new CBasicComboBoxRollOver;,
XXX->AddText(...) is the what thing you want to do.

its in gui or source? cause i dont have my laptop now im outside and i will try it when im home...and what should i put on there? thanks
 
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
its in gui or source? cause i dont have my laptop now im outside and i will try it when im home...and what should i put on there? thanks

In the source, just refer the original code XXX->AddText to edit it.
 
Back
Top