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!

Episode 7 6class with ingame function

Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
crossbows - Episode 7 6class with ingame function - RaGEZONE Forums



1. How to adjust PK & Rich Gui
2. How to Hide Assassin Class

3. Pet Skill Roll Back after putting skill when reset pet the skill vanish
Thank you in advance ehe :D
 
Last edited:
Junior Spellweaver
Joined
Oct 4, 2014
Messages
182
Reaction score
15
Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
Thanks, mate
crossbows - Episode 7 6class with ingame function - RaGEZONE Forums
I'll try this one hope TS file from fantasy has a lesser bug
 
Junior Spellweaver
Joined
Oct 4, 2014
Messages
182
Reaction score
15
yes this file is nice to have Lunchbox and land effect in tyranny almost like official and also there aren't many bugs in ityes if you can think of an idea maybe you can make it like this, the file that I have changed to like this.NB: If the source has been released I hope to change the shoolswars to towerwars because on shcollwars it cannot store ranks exceeding 100 users at the time of tyranny.Sample : my sensei haha u are the best
what client did you use for that interface ?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6
do not use the TS client shared.. try this one compatible and better that client shared here

client:

original source:

good luck and press like if helps to you guys :thrasher::thrasher::thrasher:

Do you have fix for the Tyranny wars which it is based on the day and time in the ini file not like this which is based on the count down time you have inputted in the ini file.
 
Newbie Spellweaver
Joined
Aug 28, 2018
Messages
16
Reaction score
0
what version of compatible sql server?
 
Last edited:
Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
I used LUPIN III shared source and client its compatible and has no error just make sure you check visual studio options..



database please?


Here you go my friend fresh database just fix pet has bug

 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6
I used LUPIN III shared source and client its compatible and has no error just make sure you check visual studio options..






Here you go my friend fresh database just fix pet has bug


I'm having issue about tyranny wars in this source because it doesn't get the schedules in the tyranny.ini file rather it is based on the time you inputted in the BATTLE_NEXT_TIME which is, if I inputted 10800 it will run every 3 hours.
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
SourceRan\RanClientLib\G-Logic\GLSchoolWar or Towerwar find times in src
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6
SourceRan\RanClientLib\G-Logic\GLSchoolWar or Towerwar find times in src

In this source, the TW is revised to this code

void GLSchoolWar::DoBattleStart( int nStart, int nEnd )// DWORD dwORDER, int nDay )
{
m_emBattleState = BATTLE_START;
m_dwBattleOrder = 0;
m_nSchoolWinner = -1;

for ( int i=0; i<MAX_BUFF; ++i )
{
m_sTowerHP.Init();
m_sTowerHPCapture.Init();
GLAgentServer::GetInstance().CONSOLEMSG_WRITE( "SCHOOLWARINFO:School War Tower %d: Damage %d Captured %d", i,m_sTowerHP.dwDamage , m_sTowerHPCapture.wSchool );

}
m_dwLastBattleHour = nStart;
m_dwBattleTimeNext = nEnd;
m_dwBattleTimePrevious = nStart;
m_mapScorePlayer.clear();
m_mapScoreSchool.clear();
m_mapScoreWinner.clear();

GLMSG::SNET_SCHOOLWAR_START_FLD NetMsgFld;
NetMsgFld.dwID = m_dwID;
GLAgentServer::GetInstance().SENDTOCHANNEL ( &NetMsgFld, 0 );

GLMSG::SNET_SCHOOLWAR_START_BRD NetMsgBrd;
NetMsgBrd.nTIME = 0;
StringCchCopy ( NetMsgBrd.szName, GLMSG::SNET_SCHOOLWAR_START_BRD::TEXT_LEN, m_strName.c_str() );
GLAgentServer::GetInstance().SENDTOALLCLIENT ( &NetMsgBrd );

GLAgentServer::GetInstance().CONSOLEMSG_WRITE( "SCHOOLWARINFO:School War DoBattleStart:ID %d Set Winner %d", m_dwID , GetWinner() );
}
 
Newbie Spellweaver
Joined
Aug 28, 2018
Messages
16
Reaction score
0
Glogic.rcc password please

do not use the TS client shared.. try this one compatible and better that client shared here

client:

original source:

good luck and press like if helps to you guys :thrasher::thrasher::thrasher:
 
Back
Top