Register for your free account! | Forgot your password?

You last visited: Today at 19:50

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

Advertisement



v19 action slot

Discussion on v19 action slot within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
Dark®©'s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 80
Received Thanks: 4
v19 action slot

halo ,
i ask something about the action slot rotation,where can i edit the skill rotation speed? look like this one

thanks in advance..

i also change the CUserTaskBar::SetNextSkill( CUser *pUser )
Code:
	if( m_nUsedSkillQueue == 0 )
	{
		if( m_tmCoolDown > clock() )
		{
			OnEndSkillQueue(pUser);
			return 0;
		}
		if (pUser->IsSMMode(SM_ACTPOINT))
		{
			m_tmCoolDown = clock() + SEC(1);
		}
		else
		{
			m_tmCoolDown = clock() + SEC(9);
		}
	}
and the CDPClient::OnUseSkill
Code:
				if( clock() > m_SkillSL->m_tmCoolDown )
						{
							if (pMover->IsSMMode(SM_ACTPOINT))
							{
								m_SkillSL->m_tmCoolDown = clock() + SEC(1);
							}
							else
							{
								m_SkillSL->m_tmCoolDown = clock() + SEC(9);
							}
							m_SkillSL->m_tmStartCoolDown = clock();
							m_SkillSL->RotateCoolDownEffect = 0;
						}
but still slowmo the actionslot
Dark®© is offline  
Old 12/26/2016, 13:25   #2
 
Dark®©'s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 80
Received Thanks: 4
bump
Dark®© is offline  
Old 12/26/2016, 17:37   #3
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
Change to this
PHP Code:
    if( m_nUsedSkillQueue == )
    {
        if( 
m_tmCoolDown clock() )
        {
            
OnEndSkillQueue(pUser);
            return 
0;
        }
        if (
pUser->IsSMMode(SM_ACTPOINT))
        {
            
m_tmCoolDown clock() + SEC(5);
        }
        else
        {
            
m_tmCoolDown clock() + SEC(5);
        }
    } 
PHP Code:
        if( clock() > m_SkillSL->m_tmCoolDown )
                        {
                            if (
pMover->IsSMMode(SM_ACTPOINT))
                            {
                                
m_SkillSL->m_tmCoolDown clock() + SEC(5);
                            }
                            else
                            {
                                
m_SkillSL->m_tmCoolDown clock() + SEC(5);
                            }
                            
m_SkillSL->m_tmStartCoolDown clock();
                            
m_SkillSL->RotateCoolDownEffect 0;
                        } 
1 is fast cool rotate
And
9 is to much slow cooldown
Ecrypter is offline  
Old 12/27/2016, 02:46   #4
 
Dark®©'s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 80
Received Thanks: 4
iknow it sir and i already tried to changed that but my problem is the rotation speed .ithink that is only for the refreshing the skill not for rotation speed.. the cooldown of skill is fast but the rotation is too slow..
Dark®© is offline  
Old 12/27/2016, 05:15   #5
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
You need to search all related in actionslot. Btw. Check the whole WdTaskbar.cpp .im not in my PC now but i see where is that part rotation time.
Ecrypter is offline  
Old 12/27/2016, 07:57   #6
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Action.cpp

void CAction::OnEndAttackState( DWORD dwState )

Code:
#ifdef __CLIENT
#if __VER >= 19
	if( (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MELEESKILL || (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MAGICSKILL )
	{
		CWndNewSkillSlot* m_SkillSL = (CWndNewSkillSlot*)g_WndMng.GetWndBase(APP_SLOT);
		if( g_WndMng.m_pWndTaskBar->m_nExecute > 0 )
			m_SkillSL->RotateSLOT += 60;
	}
#endif
#endif
raventh1984 is offline  
Old 12/28/2016, 06:43   #7
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
How about when you use actionslot neuz crash?
Ecrypter is offline  
Old 12/28/2016, 12:20   #8
 
Rhyder`'s Avatar
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Ecrypter View Post
How about when you use actionslot neuz crash?

Debug

No error log no solution
Rhyder` is offline  
Old 12/28/2016, 12:35   #9
 
Dark®©'s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 80
Received Thanks: 4
my neuz not crashing,only slow rotation
Dark®© is offline  
Old 01/01/2017, 05:49   #10
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
Quote:
Originally Posted by Rhyder` View Post
Debug

No error log no solution
[ATTACH][IMG]263064[/IMG][/ATTACH]
where i can fix this? when i use the skill my neuz crush
Attached Images
File Type: jpg flyff00000.jpg (333.8 KB, 55 views)
Ecrypter is offline  
Reply


Similar Threads Similar Threads
need help for my action slot
10/19/2016 - Flyff Private Server - 12 Replies
im trying to fix my action slot ... but when i add this ProjectCmn.cpp #if __VER >= 19 prop.bCanUseActionSlot = scanner.GetNumber(); #endif//__VER >= 19 ProjetCmn.h
About v17 Action slot help
12/11/2014 - Flyff Private Server - 0 Replies
Hello Elitepvers ! please help me to fix my v17 Action slot if i use Normal character then i put Skills on my action slot on 1st slot its fix . then if i put on 2nd slot its always neuz crash . if i use GM CHAR its fix . can i ask ? why if i use normal char its always crash please help me guys ! :( i need your help to fix my v17 action slot thanks sorry for my bad english! thankyou!
action slot
05/05/2013 - Flyff Private Server - 3 Replies
How to activate the slot04.tga and slot04_2.tga of adeil. taskbar? help me please im a newbie for it :(
Action slot bug
11/02/2012 - Flyff Private Server - 0 Replies
Hey there guys, i'm in a need of help again ):, so there is a bug with the action slot whenever you put more than one skill in it the client will crash ... so i did a little research and found out the when you create a character your vagrant skill are grayed out and you cant see their description/you cant press them... while if you're a game master and you do for example this command: "/level 1" the skills does show and the action slot works fine... i tried to explain as good as i could since...



All times are GMT +1. The time now is 19:55.


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.