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]

Banned
Banned
Joined
Apr 23, 2022
Messages
15
Reaction score
0
How to make Character Settings checkbox selected?
I've already tried to make the value true but nothing happens.


 
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
How to make Character Settings checkbox selected?
I've already tried to make the value true but nothing happens.



if you want to edit the value go to GameEmulatorView3D.cpp
then find this code
if ( sCharacter.b100KContrib )
 
Banned
Banned
Joined
Apr 23, 2022
Messages
15
Reaction score
0
if you want to edit the value go to GameEmulatorView3D.cpp
then find this code
if ( sCharacter.b100KContrib )

I want the checkboxes set checked state = true upon initialization.

just like this:

this->checkBox1->Checked = true;
this->checkBox1->CheckState = System::Windows::Forms::CheckState::Checked;

not the character data value
 
Last edited:
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
I want the checkboxes set checked state = true upon initialization.

just like this:

this->checkBox1->Checked = true;
this->checkBox1->CheckState = System::Windows::Forms::CheckState::Checked;

not the character data value

oww sorry my bad.
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
How to make Character Settings checkbox selected?
I've already tried to make the value true but nothing happens.



Use CheckDlgButton to make it default (Checked).
Reference:
 
Banned
Banned
Joined
Apr 23, 2022
Messages
15
Reaction score
0
is there a ways of running the emulator without boarder? like running the game executable?
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
@aizen00 EmpireZ how to fix cw time bug? when I try to enter in game the time is start to CW 5:00 then after that the timer looks like this CW 769272.32
 
Junior Spellweaver
Joined
Feb 17, 2022
Messages
177
Reaction score
8
anyone knows how to change the ingame itemshop buying currency to v-points and gold? which file do i need to edit?
 
Newbie Spellweaver
Joined
Jun 29, 2021
Messages
80
Reaction score
4
bruh ! what source do you use for this new interface thanks!
 
Initiate Mage
Joined
Apr 26, 2020
Messages
4
Reaction score
0
Someone can help this Gunner Int Summon, why has a damaged to same School Player, when he go near to summon a player has impact damage to a summon please help How to fix this.
 
Newbie Spellweaver
Joined
Apr 12, 2022
Messages
68
Reaction score
10
does anyone know about the problem of tyranny not attracting players and after finishing it doesn't return players to the market
 
Newbie Spellweaver
Joined
Jun 29, 2021
Messages
80
Reaction score
4
does anyone know about the problem of tyranny not attracting players and after finishing it doesn't return players to the market

Go to your glogic server and open the tr1 you should check the EXIT_MAP and EXIT_GATE add map id and gate id

EXIT_MAP =22, 0
EXIT_GATE =100

Refer this image
 
Back
Top