Register for your free account! | Forgot your password?

You last visited: Today at 14:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Auto GuildWar every 30 min

Discussion on Auto GuildWar every 30 min within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 05/17/2013, 16:10   #16
 
elite*gold: 0
Join Date: Dec 2010
Posts: 16
Received Thanks: 3
From what i understand. If you want to make it every 2 hours you need to change this line.

if((ctime.GetMinute() % 30 == 0) && m_bMutex == FALSE ) // jede 30 Minuten

Change 30 to 120. (30=30minutes so if you make it 120 it will be equals to 2 hours.)

then about the AUTO_OPEN_IDC

7 02 00
7 = Day of the week
02 00 = 2AM

It's based in american 24 hours.

Even though I edited it like I said above. I ended up having this
SchizophreniaRakii is offline  
Old 05/17/2013, 16:17   #17
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
yeah your right, forgot the source part

so every 2hrs the siege will start

imma right? or only 1 per day
jeromerz is offline  
Old 05/17/2013, 16:24   #18
 
elite*gold: 0
Join Date: Dec 2010
Posts: 16
Received Thanks: 3
Yep. If you edited it like that. It will start everyday @ 2AM then eventually starts another siege after 2 hours. So there will be a siege every 2 hours after 2AM
SchizophreniaRakii is offline  
Old 05/17/2013, 16:26   #19
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Ok Bro thanks
jeromerz is offline  
Old 05/17/2013, 16:46   #20
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Nice1 thanks for info guys
Rhyder` is offline  
Old 05/18/2013, 10:39   #21
 
elite*gold: 0
Join Date: May 2013
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by .S0urce View Post
Hiermit reuploade ich mein Auto GuildWar.





Hier ist noch eine GuildCombat.txt die auf die 30 min Auto Gw ausgelegt ist.
Hoffe damit jetzt das einige GuildWar Server es übernehmen werden und wir uns darauf freuen können, das es immer GuildWar gibt :P

where can i see the minutes when the siege start ??
no warning ?? like for example Siege Start in 5 mins Please Apply
like that .. or where can i see the time ingame ??
HayeLu is offline  
Old 05/18/2013, 12:56   #22
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by HayeLu View Post
where can i see the minutes when the siege start ??
no warning ?? like for example Siege Start in 5 mins Please Apply
like that .. or where can i see the time ingame ??
Script>guildcombat.txt
Rhyder` is offline  
Old 05/18/2013, 12:59   #23
TBM Head Mod

 
Icetea's Avatar
 
elite*gold: 28
Join Date: Oct 2012
Posts: 27,425
Received Thanks: 2,261
Quote:
Originally Posted by HayeLu View Post
where can i see the minutes when the siege start ??
no warning ?? like for example Siege Start in 5 mins Please Apply
like that .. or where can i see the time ingame ??
Quote:
void CGuildCombat::Process()
{
#ifdef __WORLDSERVER
#ifdef _DEBUG
// TRACE( "GuildWarFlyff::Process <%d>, <%d>\n", m_nState, m_nGuildCombatState);
#endif //_DEBUG
if( m_nState != CLOSE_STATE )
{
if( m_nProcessGo < m_nProcessCount[0] )
ProcessCommand();
ProcessJoinWar(); //
}
else
{
CTime ctime = CTime::GetCurrentTime();

if((ctime.GetMinute() % 30 == 0) && m_bMutex == FALSE )
{
#ifdef __S_BUG_GC
if( (int)( m_vecGuildCombatMem.size() ) >= m_nMinGuild )
#else // __S_BUG_GC
if( m_GuildCombatMem.size() > 1 )
#endif // __S_BUG_GC
{
GuildCombatOpen();
g_DPCoreClient.SendSystem( prj.GetText( TID_GAME_GUILDCOMBAT_ENJOY ) ); //Startet Line Up und Shoutet
}
else
{
m_ctrMutexOut.Set( SEC(60) );
m_bMutexMsg = TRUE;
g_DPCoreClient.SendSystem( prj.GetText( TID_GAME_GUILDCOMBAT_NEXT_COMBAT ) ); //Shoutet wenn es zu wenig Gilden sind
}
m_bMutex = TRUE;
}
if( m_bMutexMsg && m_ctrMutexOut.IsTimeOut() )
{
m_bMutexMsg = FALSE;
m_bMutex = FALSE;
}
}
#endif //__WORLDSERVER
}
You have to replace the number 30 with 5. The 30 states in this case: Every 30 minutes a Guildwar
But that would not make sense because a Guildwar takes over 5 minutes.
Greetings
Icetea is offline  
Old 05/18/2013, 14:50   #24
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
I think he means how to put a world notice 5mins before the guild siege starts the line up.
jeromerz is offline  
Thanks
1 User
Old 05/19/2013, 02:04   #25
 
elite*gold: 0
Join Date: May 2013
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by Icetea' View Post
You have to replace the number 30 with 5. The 30 states in this case: Every 30 minutes a Guildwar
But that would not make sense because a Guildwar takes over 5 minutes.
Greetings
ya i mean "how to put a world notice 5mins before the guild siege starts the line up"



Click The Image And See The Time Limit .
HayeLu is offline  
Old 05/19/2013, 09:29   #26
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
i also want to know how to do that

there would be a Notice/Announcement that the guild siege will start in 3mins like that or so

Anyone who is nice can teach me? or give me a guide?
jeromerz is offline  
Old 05/19/2013, 18:06   #27
 
Мarvіn's Avatar
 
elite*gold: 6
Join Date: Nov 2012
Posts: 1,470
Received Thanks: 2,222
Quote:
Originally Posted by jeromerz View Post
i also want to know how to do that

there would be a Notice/Announcement that the guild siege will start in 3mins like that or so

Anyone who is nice can teach me? or give me a guide?
Just use the official textClient.txt configurations and change the text
from "is held this week" (or something like that) to your choice.
Мarvіn is offline  
Thanks
1 User
Old 05/19/2013, 23:06   #28
 
elite*gold: 0
Join Date: Mar 2013
Posts: 22
Received Thanks: 2
Nice release
~Bleiz~ is offline  
Old 05/20/2013, 01:58   #29
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Quote:
Originally Posted by Mаrvin View Post
Just use the official textClient.txt configurations and change the text
from "is held this week" (or something like that) to your choice.
I dont know if it will work everyday it would be nice if there would be a notice 5mins before the siege starts
jeromerz is offline  
Old 05/20/2013, 11:26   #30
 
Fragkiller's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,131
Received Thanks: 112
Bekomme irgendwie folgende Meldung beim Compilen :
\Sickness\Source\Source\_Common\eveschool.cpp(1570 ) : warning C4244: 'initializing' : conversion from 'std::vector<_Ty>::size_type' to 'float', possible loss of data
with
[
_Ty=CGuildCombat::__REQUESTGUILD
]

Einfach ignorieren oder.?
Fragkiller is offline  
Reply


Similar Threads Similar Threads
pma_gw system (Auto Guildwar)
12/16/2012 - Flyff Private Server - 5 Replies
hat wer die ressource einträge für die guildcombat.txt usw? wäre nett wenn sich wer meldet.
Auto GuildWar every 30 minutes
12/16/2012 - Flyff Private Server - 7 Replies
Hey Leute, seit dem auto gw drinne ist startet er den gw nicht mehr automatisch. Es kommt nichtmal eine info das der gw nicht statt findet ^^ hat vlt wer eine lösung? wer lusst hat zu helfen und den code mal sehen will der soll sich melden ;) mfg. Crowley
Auto GuildWar every 30 minutes
12/16/2012 - Flyff Private Server - 4 Replies
Hey, wollte fragen ob iwer das Auto GuildWar every 30 minutes system hat. wäre nett wenn mir das er schicken könnte oder sagen könnte wo man dieses her bekommt. mfg. Crowöey
[Release] Auto GuildWar every 30 minutes
09/12/2012 - Flyff PServer Guides & Releases - 10 Replies
#removed
[REL]Make GuildWar start auto after it has been Taken + command to stop GW
04/02/2010 - CO2 PServer Guides & Releases - 4 Replies
Ok so this code SHOULD work perfectly with no errors right.... to make the GW start auto after it has been taken.... goto Features>Guildwar.cs and hit CTRL+F and search for World.SendMsgToAll("SYSTEM", Highest.TheGuild.GuildName + under the rest of that line just add THIS code



All times are GMT +1. The time now is 14:07.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.