V19 ActionSlot

05/07/2013 00:37 World.o.Flyff#1
I use skill by pressing "C" hotkey of v19 Actionslot.

so what is the function of them on wndtaskbar.cpp?
because i want to edit something.


help me please thanks!


Problem:
[Only registered and activated users can see links. Click Here To Register...]

i want each use slot 1 or slot 2 skill. actionsloteff3_2.tga will work one by one..
Beacause idont have an idea about rotation
05/09/2013 00:13 World.o.Flyff#2
bump :)
05/10/2013 02:46 World.o.Flyff#3
Bump
05/10/2013 06:50 Jopsi332#4
In wndworld search 'C' with the ' it is ~ g_WndMng.m_pWndTaskbar->SetNextSkill

I dont know 100%cause i type from smartphone
05/10/2013 07:28 World.o.Flyff#5
Quote:
Originally Posted by Jopsi332 View Post
In wndworld search 'C' with the ' it is ~ g_WndMng.m_pWndTaskbar->SetNextSkill

I dont know 100%cause i type from smartphone

Code:
	if( g_Option.m_nInterface == 1 )		// ½Å¹öÀü ÀÎÅÍÆäÀ̽º ¹æ½ÄÀº X °¡ ½ºÅ³»ç¿ëÀÌ´Ù.
	{
		if( nChar == 'C' )	
		{
			//			CObj* pTargetObj = CObj::m_pObjHighlight;		// Ä¿¼*¸¦ ´ë°í ÀÖ´ø ¿ÀºêÁ§Æ®°¡ ÇÏÀ̶óÀÌÆ® ¿ÀºêÁ§ÀÌ´Ù.
			CObj* pTargetObj = pWorld->GetObjFocus();		// ¼±ÅÃµÈ ¿ÀºêÁ§Æ®.
			if( g_pPlayer->m_pActMover->IsFly() == FALSE )
			{
				if( pTargetObj )	// Ä¿¼*¸¦ ´ë°í ÀÖ´ø ¿ÀºêÁ§Æ®°¡ ÀÖÀ¸¸é
				{
					CMover* pMover = (CMover*)pTargetObj;
					if( pMover->GetType() == OT_MOVER )
						m_dwNextSkill = NEXTSKILL_ACTIONSLOT;	// ½ºÅ³ »ç¿ë ¿¹¾à.
				} else
					m_dwNextSkill = NEXTSKILL_ACTIONSLOT;
i found this so what is the next?
05/10/2013 16:46 Rhyder`#6
Quote:
Originally Posted by Jopsi332 View Post
In wndworld search 'C' with the ' it is ~ g_WndMng.m_pWndTaskbar->SetNextSkill

I dont know 100%cause i type from smartphone


He found it so what is the next he do?
05/10/2013 16:57 Jopsi332#7
He wantet to know where so there it is, the client doesnt `know` the actual skill from skillslot, you must send it from worldserver
05/11/2013 03:26 Rhyder`#8
Quote:
Originally Posted by Jopsi332 View Post
He wantet to know where so there it is, the client doesnt `know` the actual skill from skillslot, you must send it from worldserver
So how is it? he will reder the effect at wndworld.cpp?