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!

Ep 11 Source Code

Newbie Spellweaver
Joined
Mar 17, 2017
Messages
20
Reaction score
0
Hey please help me how to fix this

MENU

AND PET NAME

AND THIS BATTLEFIELDUI
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10
streffect_account







strACCOUNT_EFFECT try this

TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums

TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums


just ACCOUNT_SUCCESS_EFFECT actived account_efect not actived do you have idea?
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums

TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums


just ACCOUNT_SUCCESS_EFFECT actived account_efect not actived do you have idea?

strACCOUNT_EFFECT00
strACCOUNT_EFFECT01
strACCOUNT_EFFECT02


try this sir





SW_SCHOOL_MAX
0 is SG
1 is MP
2 is PHX

right or not
 
Last edited:
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums

same bro just this active "strACCOUNT_SUCCESS_EFFECT account_success.egp"

working or not



im sorry im wrong
strACCOUNT_EFFECT00 account_sacred.egp

strACCOUNT_EFFECT01 account_mp.egp

strACCOUNT_EFFECT02 account_phoenix.egp


Remove NULL in source strACCOUNT_EFFECT glogicdata.cpp
 
Last edited:
Junior Spellweaver
Joined
Sep 18, 2014
Messages
154
Reaction score
11
BattleFieldUI is not working.. there's alot of bugs with this source..
you have to fix all of them one by one..
 
Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10
working or not



im sorry im wrong
strACCOUNT_EFFECT00 account_sacred.egp

strACCOUNT_EFFECT01 account_mp.egp

strACCOUNT_EFFECT02 account_phoenix.egp


Remove NULL in source strACCOUNT_EFFECT glogicdata.cpp

Already but still same,can you send you default ??
 
Ì lövê ¥öµ!
Loyal Member
Joined
Jun 2, 2009
Messages
1,885
Reaction score
211
Find this code on GLGaeaClient.cpp
Code:
m_fCLUBBATTLETimer -= fElapsedTime;

Set UpdateClubBattleTime, true to false.


this mine
m_fCLUBBATTLETimer -= fElapsedTime;
if ( m_fAge > 1.0f ) CInnerInterface::GetInstance().UpdateClubBattleTime( m_fCLUBBATTLETimer , true );



or try this

strACCOUNT_EFFECT account_sacred.egp, account_mp.egp, account_phoenix.egp

not working too
 
Experienced Elementalist
Joined
Nov 15, 2008
Messages
238
Reaction score
26
m_fCLUBBATTLETimer -= fElapsedTime;
if ( m_fAge > 1.0f ) CInnerInterface::GetInstance().UpdateClubBattleTime( m_fCLUBBATTLETimer , true );
to
m_fCLUBBATTLETimer -= fElapsedTime;
if ( m_fAge > 1.0f ) CInnerInterface::GetInstance().UpdateClubBattleTime( m_fCLUBBATTLETimer , false );
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
Random bugtrap happens when editing the skill using the compiled skill editor of this source.
 
Newbie Spellweaver
Joined
Mar 17, 2017
Messages
20
Reaction score
0
Please help me .. how to show all sky weapon [Y] Inivisible :( please help me i to fix this



Please help me .. how to show all sky weapon [Y] Inivisible :( please help me i to fix this
 
Newbie Spellweaver
Joined
Mar 17, 2017
Messages
20
Reaction score
0
How master please teach me i m so tired last 3days ago i still cannot fix :(



Can you give me example please then i will follow thank you fusion7 and godbless you more



how please can you give me example i will follow thank you
 
Newbie Spellweaver
Joined
Mar 17, 2017
Messages
20
Reaction score
0
i cannot understand can you explain step by step thankyou ^_^



Take a screen shot please :(
 
Back
Top