Episode 7 6class with ingame function

Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11



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
 
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 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
what client did you use for that interface ?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6

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
 
Newbie Spellweaver
Joined
Feb 7, 2020
Messages
47
Reaction score
3
I will share here complete files for high rate ep9
 
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:oBattleStart( 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