Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 16:09

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

Advertisement



[Source] Skill Cooldown Relog Fix

Discussion on [Source] Skill Cooldown Relog Fix within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2010
Posts: 67
Received Thanks: 42
[Source] Skill Cooldown Relog Fix

In Obj.cpp
Search for:
Code:
#if __VER >= 15 // __GUILD_HOUSE
m_nRestPoint = 0;
m_tLogOut = 0;
#endif // __GUILD_HOUSE
Add underneath:
Code:
#ifdef __SKILL_COOLDOWN_RELOG_FIX
ZeroMemory( m_tmReUseDelay, sizeof(m_tmReUseDelay) );
#endif
Search for:
Code:
#if __VER >= 15 // __GUILD_HOUSE
m_nRestPoint = pMover->m_nRestPoint;
m_tLogOut = pMover->m_tLogOut;
#endif // __GUILD_HOUSE
Add underneath:
Code:
#ifdef __SKILL_COOLDOWN_RELOG_FIX
memcpy( m_tmReUseDelay, pMover->m_tmReUseDelay, sizeof(m_tmReUseDelay) );
#endif
In Obj.h
Search for:
Code:
#if __VER >= 15 // __GUILD_HOUSE
public:
	int	m_nRestPoint;
	time_t	m_tLogOut;
#endif // __GUILD_HOUSE
Add underneath:
Code:
#ifdef __SKILL_COOLDOWN_RELOG_FIX
DWORD	m_tmReUseDelay[MAX_SKILL_JOB];
#endif
In ObjSerializeOpt.cpp
Search for:
Code:
#if __VER >= 15 // __CAMPUS
	ar << m_idCampus;
	ar << m_nCampusPoint;
#endif // __CAMPUS
Add underneath:
Code:
#ifdef __SKILL_COOLDOWN_RELOG_FIX
	ar.Write( m_tmReUseDelay, sizeof(m_tmReUseDelay) );
#endif
Search for:
Code:
#if __VER >= 15 // __CAMPUS
	ar >> m_idCampus;
	ar >> m_nCampusPoint;
#endif // __CAMPUS
Add underneath:
Code:
#ifdef __SKILL_COOLDOWN_RELOG_FIX
	ar.Read( m_tmReUseDelay, sizeof(m_tmReUseDelay) );
#endif
Don't forget to define __SKILL_COOLDOWN_RELOG_FIX in your VersionCommon.h of neuz, worldserver and databaseserver.
Happy coding
Knusper02 is offline  
Thanks
5 Users
Old 11/20/2021, 13:02   #2

 
FIorist's Avatar
 
elite*gold: 2
Join Date: Sep 2019
Posts: 94
Received Thanks: 99
Tbh it will be useful only for servers which have skills with a longer CD than asal. But thanks for the release anyway
FIorist is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[04.09.13] GigaByte v2.6 [FIX, FIX, FIX, FIX AND FIX]
09/11/2013 - WarRock Hacks, Bots, Cheats & Exploits - 79 Replies
http://www.elitepvpers.com/forum/warrock-hacks-bot s-cheats-exploits/2843300-11-09-gigabyte-public-v2 -7-a.html
(TUT) Skill,Relog, usw. Fix
03/03/2013 - 4Story - 5 Replies
Hey leute, ich weiß nicht ob das schon irgendwer gepostet hat, ich stells euch mal rein, falls es von jemand bereits gepostet wurde stell ich es natürlich wieder raus :) Fonts: 2 Kumpel von mir :) TGAME_GSP->TLOGOUT: /* LOGOUT PROCESS ================================================= ======= PARAMETER ================================================= =======
How to search No Skill Cooldown/No Pot Cooldown??
04/19/2009 - Cabal Online - 1 Replies
I cant find out how to search no skill cooldown and no pot cooldown with UCE. plz tell me how to do it.



All times are GMT +1. The time now is 16:09.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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