[TuT Source] Verschiedenes

12/08/2010 22:08 Marioerfwdfh#1
Jeder sieht das Level von jedem:
Quote:
Öffnet WndWorld.cpp (Sollte im Pfad source/_interface sein.)
Sucht nach :
PHP Code:
#if __VER >= 8 // __CSC_VER8_1 
Dann seht ihr das:
PHP Code:
#if __VER >= 8 // __CSC_VER8_1
// 8ֲק GMְֿ °ז¿ל¸¦ ֱ¦¿ַֿ°ם »ף´כ¹זְַ ·¹÷§ְ» ÷¼¼צ ¾רְ½
if( g_pPlayer->IsAuthHigherAUTH_GAMEMASTER ) == TRUE 
Ändert AUTH_GAMEMASTER in AUTH_GENERAL dann :
PHP Code:
#endif //__CSC_VER11_1
#else
// ֵ¸°ְּ ְ½ֵ÷¸´ 10·¹÷§ ְַּֿ¸י ·¹÷§ְ» ÷¼¼צ ְײְ½.
if( g_pPlayer->IsAuthHigherAUTH_GAMEMASTER ) == TRUE || g_pPlayer->GetLevel() + 10 pMover->GetLevel() )
sprintfszText"%s<Lv.%d>"pMover->GetName(), pMover->GetLevel() );
else
sprintfszText"%s<Lv.\?\?>"pMover->GetName() );
#endif //__CSC_VER8_1 
Hier ändert ihr auch AUTH_GAMEMASTER in AUTH_GENERAL


Keine Begrenzung beim einkauf:

Quote:
Öffnet WndShop.cpp (Sollte im Pfad source/_interface sein.)
Dann sucht ihr nach:
PHP Code:
const int MAX_BUY_ITEMCOUNT 99
Ersetzt die Zahl 99 durch eine beliebige.
Autologin:

Quote:
Öffnet die VersionCommon.h (Solltet ihr im Neuz Ordner finden.)
und fügt das hinzu :
PHP Code:
#define __CON_AUTO_LOGIN 
Nun macht ihr eine Autologin.ini in den HauptOrdner von euren Client.

Mit dem Inhalt:

PHP Code:
Account test1
Password test2
n2ndPassword test2
nServer 1
nCharacter 1 
PostDuperbug:

Quote:
Öffnet die DPSrvr.cpp und geh an die Linie 7244

Sieht dann so aus:
PHP Code:
if( pUser->GetGold() < (int)( ( nPostGold nGold ) ) ) 
und ersetzt es durch:
PHP Code:
if( pUser->GetGold() < (int)( ( nPostGold nGold ) ) || nGold>2000000000

Homo / Lesben Couple:


Quote:
Öffne die couplehelper.cpp und lösche an der 61. Linie die If abfrage.


PHP Code:
if( pUser == pTarget )
{
pUser->AddDefinedTextTID_GAME_COUPLE_E01 ); // ´ë»óÀÌ ºÎÀûÇÕ ÇÕ´Ï´Ù. Ä¿ÇÃÀÌ ¾Æ´Ñ À̼º Ä³¸¯ÅÍ¿¡°Ô¸¸ °¡´ÉÇÕ´Ï´Ù.
return;
}
if( 
pUser->GetSex() == pTarget->GetSex() )
{
pUser->AddDefinedTextTID_GAME_COUPLE_E01 ); // ´ë»óÀÌ ºÎÀûÇÕ ÇÕ´Ï´Ù. Ä¿ÇÃÀÌ ¾Æ´Ñ À̼º Ä³¸¯ÅÍ¿¡°Ô¸¸ °¡´ÉÇÕ´Ï´Ù.
return;


Bloom Effekt:


Quote:


PHP Code:
To change the Quality of the Bloom effect from 16 bit to 64 bit change this:

Code:

    if( 
g_Option.m_nBloom == )
    {
    if( 
m_d3dCaps.PixelShaderVersion >= D3DPS_VERSION(1,1) )
    
g_Glare.Createm_pd3dDeviceD3DFMT_R5G6B5], g_Option.m_nResWidthg_Option.m_nResHeight 48 );
    else
    
g_Option.m_nBloom 0;

    
to this

    
if( g_Option.m_nBloom == )
    {
    if( 
m_d3dCaps.PixelShaderVersion >= D3DPS_VERSION(1,1) )
    
g_Glare.Createm_pd3dDeviceD3DFMT_A16B16G16R16Fg_Option.m_nResWidthg_Option.m_nResHeight 48 );
    else
    
g_Option.m_nBloom 0
PHP Code:
The Bloom effect will apply In much sharper Quality now

To activate Bloom just write bloom into the ini like this

Code
:

    
Bloom 1 
PHP Code:
if you get an CEffectEnviroment error just make a file in the ResourceFolder called EnvironmentEffect.txt and insert this into it

Code
:

    
1
    1
    1 


Es wird mehr folgen....

wie z.B:
Quote:
Konsole in der Neuz aktivieren
Buffs ohne Limit
Weitere Dupe Möglichkeiten FIXED
PetFilter
Sowie ein Teleporter per beliebigen Taste
Fragen könnt ihr gerne per PN stellen.
Ich möchte meine TuTs in keinem Anderen Forum oder Homepage sehen.

Dieser Guide stammt zu 100% von Mir.

Creditz:
Cyre - Postduperbug
Hassox3 - Autologin
Aries - Bloom Effekt
12/08/2010 22:16 .Crasy#2
Ich les eig mehr wie ja 80% von RZ?
12/08/2010 22:19 dennisdra#3
/word
12/08/2010 22:53 ©ross#4
100 % RZ > [Only registered and activated users can see links. Click Here To Register...]

(stehn auch sachen von mir aber die fand ich selber :P )
12/09/2010 00:13 _DEFiNiTiON_#5
Quote:
Originally Posted by Marioerfwdfh View Post

Dieser Guide stammt zu 100% von Mir.
Öhm ne ?
Gib wenigstens Credits an <.<
12/09/2010 06:48 Marioerfwdfh#6
Ceditz wurden angegebn.
12/09/2010 09:25 Achileus#7
Naja das Post dings wurde schon ein Tut gehmacht!
12/09/2010 16:36 Sedrika#8
#Added to Index
12/09/2010 16:56 Nilsator2#9
Was bzw. wie funktioniert der AutoLogin?
12/09/2010 17:19 .Crasy#10
Saved deine Daten, und nach einem Restart der Neuz ließt man die Daten wieder aus und haut sie in WndPassword, Username.
12/09/2010 18:36 John1215#11
//hab gefunden :)
12/23/2010 18:31 Vexlar#12
Hätte ne frage wo sind diese Dateien für Jeder Sieht sein lvl ja im ReSource ordner aber wo geanu ?

Die Hier Wnd
12/24/2010 16:40 Marioerfwdfh#13
Quote:
Originally Posted by molokosos2 View Post
Hätte ne frage wo sind diese Dateien für Jeder Sieht sein lvl ja im ReSource ordner aber wo geanu ?

Die Hier Wnd
WndWorld.cpp im _interface Ordner

So ist der Pfad : Official Source\Official Source\_Interface
12/24/2010 23:26 Vexlar#14
:).... Ja Also bei mir is der Pfad so zum ganz normalen ReSource Ordner

C:\Users\ILJA\Desktop\Server Daten\FlyFF\V15 Server Fieles\Resource

Wo soll ich dan Interface finde ?
12/25/2010 00:07 elitewache#15
x.x du brauchst source dazu und nicht files