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!

BabyRan X

Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
dxlobbystage


you need to fix #define Number
that error means it has a Same Value #
so if 1209 has error try different one
look at the last #define number, and if the last is Example : 1333
use 1334
how to fix error C2660: DxGlobalStage::hs_sendheartbeat' : function does not take 1 arguments?
 
Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
just comment it you dont need that :)
I really get disconnected using the minia from the source :( right now i am using a minia from the other client since it's not disconnecting me from the game but i cant update the login background via source
 
Junior Spellweaver
Joined
Oct 4, 2014
Messages
183
Reaction score
15
how to fix error C2660: DxGlobalStage::hs_sendheartbeat' : function does not take 1 arguments?
tempo fix
in GameClient2HS.cpp find
Code:
DxGlobalStage::GetInstance().hs_send_heartbeat( HS_GLOBAL_DATA::hs_sdk_version );
change it to
Code:
DxGlobalStage::GetInstance().hs_send_heartbeat( HS_GLOBAL_DATA::hs_sdk_version,code );
 
Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
quick fix
in GameClient2HS.cpp find
Code:
DxGlobalStage::GetInstance().hs_send_heartbeat( HS_GLOBAL_DATA::hs_sdk_version );
change it to
Code:
DxGlobalStage::GetInstance().hs_send_heartbeat( HS_GLOBAL_DATA::hs_sdk_version,code );
oh i tried this. I got game client corrupted error upon logging in. The cver and the other file is already on client. how to fix that?

Edit: For an unknown reason, It's fixed. Maybe after deleting the source and rebuilding and fixing the argument issue.

How can I adjust the camera angle?
 

Attachments

You must be registered for see attachments list
Last edited:
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
excuse me.
did anyone fix InventoryPage 1 2 3 adding here without force close ?
 
Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
Where to go to align this?

1702197711664 - BabyRan X - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
go Sagupaan source have 5 slot page good

ill try many source to use theyr invenpage but always no luck,
inventory page is working +1 +2 +3
but when i adjust from GLInventory.h it will not work anymore :3
 
Elite Diviner
Joined
Sep 7, 2020
Messages
484
Reaction score
89
ill try many source to use theyr invenpage but always no luck,
inventory page is working +1 +2 +3
but when i adjust from GLInventory.h it will not work anymore :3
check
network
clientlib
clientui
 
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
how setting this tyranny

tr1.ini, SECTION:EVENT, KEY: BATTLE_END_CAPTURE
BATTLE END CAPTURE = 1 ENABLED CAPTURED 3 TOWER WILL END
BATTLE END CAPTURE = 0 DISABLED CAPTURED 3 TOWER / BATTLE STILL CONTINUE
 
Newbie Spellweaver
Joined
Oct 5, 2023
Messages
15
Reaction score
1
Please help us. What kind of correction is still needed?
 

Attachments

You must be registered for see attachments list
Back
Top