Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 21:03

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

Advertisement



Tab inner Pvp Frage

Discussion on Tab inner Pvp Frage within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 5
Join Date: Nov 2010
Posts: 94
Received Thanks: 23
Tab inner Pvp Frage

Mein Versuch:
bei: Wnd World
CObj* CWndWorld::SelectObj( POINT point )
unter
if( pWorld->GetID() == WI_WORLD_GUILDWAR )
if( pWorld->GetID() == WI_WORLD_ARENA )

und

void CWndWorld::SetNextTarget()


if( pWorld->GetID() == WI_WORLD_GUILDWAR )
unter
if( pWorld->GetID() == WI_WORLD_ARENA )
ändert nichts.
iamrocks is offline  
Old 12/17/2012, 08:24   #2
 
elite*gold: 0
Join Date: Apr 2012
Posts: 169
Received Thanks: 96
versuchs mal so
Code:
if( pWorld->GetID() == WI_WORLD_GUILDWAR );
( pWorld->GetID() == WI_WORLD_ARENA )
.Pixelhut™ is offline  
Thanks
1 User
Old 12/17/2012, 17:35   #3
 
Мentus's Avatar
 
elite*gold: 30
Join Date: Sep 2012
Posts: 426
Received Thanks: 1,021
Quote:
Originally Posted by .Pixelhut™ View Post
versuchs mal so
Code:
if( pWorld->GetID() == WI_WORLD_GUILDWAR );
( pWorld->GetID() == WI_WORLD_ARENA )
??
(World3D.cpp)
Such nach:
Code:
memset( CWorld::m_amvrSelect, 0, sizeof(CMover*) * MAX_MOVERSELECT );
Du findest:

Code:
	if( GetID() == WI_WORLD_GUILDWAR )
	{
		bScan = TRUE;
	}
weiter unten nach
Code:
CMover* pMover = (CMover*)pObj;
suchen.

Ersetz dein Crap der nach dem was du oben gefunden hast kommt, mit dem hier:

Code:
								if( pMover->IsPlayer() && !pMover->IsDie() && !pMover->IsMode( TRANSPARENT_MODE ) )
								{
									if( pMover->GetWorld()->GetID() == DEINE WORLDID )
									{
										if( pObj->IsRangeObj( g_pPlayer->GetPos(), 20.0f ) )
											CWorld::m_amvrSelect[nCount++] = pMover;
									}
									else
									{
										CGuild* pGuild1 = g_pPlayer->GetGuild();
										CGuild* pGuild2 = pMover->GetGuild();

										if( pGuild1 && pGuild2 )
										{
											if( pGuild1->GetGuildId() != pGuild2->GetGuildId() )
											{
												if( pObj->IsRangeObj( g_pPlayer->GetPos(), 20.0f ) )
												{
													CWorld::m_amvrSelect[nCount++] = pMover;
												}
											}
										}
									}
								}
Мentus is offline  
Thanks
1 User
Old 12/17/2012, 20:19   #4
 
elite*gold: 5
Join Date: Nov 2010
Posts: 94
Received Thanks: 23
Vielen Dank, Mentus, nun nurnoch das Problem das man sich selber antabbt. Und es geht überall. Nicht nur in der Pvp.

->Problem besteht immernoch, das man sich selber antabbt und Tab auf jeder Map geht.
iamrocks is offline  
Old 12/18/2012, 21:26   #5

 
Crowley™'s Avatar
 
elite*gold: 5
Join Date: Oct 2012
Posts: 1,335
Received Thanks: 505
mentus könntest du evt den fix schreiben?
Crowley™ is offline  
Thanks
1 User
Old 12/20/2012, 13:47   #6
 
elite*gold: 59
Join Date: Oct 2012
Posts: 716
Received Thanks: 465
Quote:
Originally Posted by <Crowley> View Post
mentus könntest du evt den fix schreiben?
Meinste selbst antabben?

müssteste noch an der richtigen stelle folgendes beibauen:

Quote:
&& pMover != g_pPlayer
FlyCraft.TobiLap is offline  
Old 12/20/2012, 17:52   #7
 
elite*gold: 5
Join Date: Nov 2010
Posts: 94
Received Thanks: 23
Nurnoch, das man in jeder Welt antabben kann ;o Und nicht nur inner Pvp
iamrocks is offline  
Old 12/21/2012, 01:49   #8
 
elite*gold: 1
Join Date: Jun 2011
Posts: 344
Received Thanks: 326
Ähm, Mentus dein Zeug wird buggen, seh ich schon so.
Bei mir funzt das nun, da ich aber nicht jeden zeigen will, wie es geht. Müsst ihr mich wohl Fragen, wenn ihr es haben wollt.

PS: iamrocks hast pm
Zoeybird is offline  
Reply


Similar Threads Similar Threads
Frage zu Bot machen-Maus Frage-Button Frage
02/16/2012 - AutoIt - 10 Replies
Hallo, Elitepvpers hat echt für alles ein Ort :D Geil. Also...Bin AutoIt anfänger. Ich bin dabei ein Bot für das Online Game Runescape zu machen. Ich hette 2 Fragen(FÜR DEN MOMMENT :) ): Kann ich machen das AutoIt inaktiv die Maus benutzt,also werend der Bot läuft das ich bzw. man im Internet surft oder was anderes macht`?



All times are GMT +1. The time now is 21:03.


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.