Jeder sieht das Level von jedem:
Keine Begrenzung beim einkauf:
Homo / Lesben Couple:
Bloom Effekt:
Es wird mehr folgen....
wie z.B:
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
Quote:
Öffnet WndWorld.cpp (Sollte im Pfad source/_interface sein.)
Sucht nach :
Dann seht ihr das:PHP Code:#if __VER >= 8 // __CSC_VER8_1
Ändert AUTH_GAMEMASTER in AUTH_GENERAL dann :PHP Code:#if __VER >= 8 // __CSC_VER8_1
// 8ֲק GMְֿ °ז¿ל¸¦ ֱ¦¿ַֿ°ם »ף´כ¹זְַ ·¹÷§ְ» ÷¼¼צ ¾רְ½
if( g_pPlayer->IsAuthHigher( AUTH_GAMEMASTER ) == TRUE )
Hier ändert ihr auch AUTH_GAMEMASTER in AUTH_GENERALPHP Code:#endif //__CSC_VER11_1
#else
// ֵ¸°ְּ ְ½ֵ÷¸´ 10·¹÷§ ְַּֿ¸י ·¹÷§ְ» ÷¼¼צ ְײְ½.
if( g_pPlayer->IsAuthHigher( AUTH_GAMEMASTER ) == TRUE || g_pPlayer->GetLevel() + 10 > pMover->GetLevel() )
sprintf( szText, "%s<Lv.%d>", pMover->GetName(), pMover->GetLevel() );
else
sprintf( szText, "%s<Lv.\?\?>", pMover->GetName() );
#endif //__CSC_VER8_1
Keine Begrenzung beim einkauf:
Autologin:Quote:
Öffnet WndShop.cpp (Sollte im Pfad source/_interface sein.)
Dann sucht ihr nach:
Ersetzt die Zahl 99 durch eine beliebige.PHP Code:const int MAX_BUY_ITEMCOUNT = 99;
PostDuperbug:Quote:
Öffnet die VersionCommon.h (Solltet ihr im Neuz Ordner finden.)
und fügt das hinzu :
Nun macht ihr eine Autologin.ini in den HauptOrdner von euren Client.PHP Code:#define __CON_AUTO_LOGIN
Mit dem Inhalt:
PHP Code:Account test1
Password test2
n2ndPassword test2
nServer 1
nCharacter 1
Quote:
Öffnet die DPSrvr.cpp und geh an die Linie 7244
Sieht dann so aus:
und ersetzt es durch:PHP Code:if( pUser->GetGold() < (int)( ( nPostGold + nGold ) ) )
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->AddDefinedText( TID_GAME_COUPLE_E01 ); // ´ë»óÀÌ ºÎÀûÇÕ ÇÕ´Ï´Ù. Ä¿ÇÃÀÌ ¾Æ´Ñ À̼º ij¸¯ÅÍ¿¡°Ô¸¸ °¡´ÉÇÕ´Ï´Ù.
return;
}
if( pUser->GetSex() == pTarget->GetSex() )
{
pUser->AddDefinedText( TID_GAME_COUPLE_E01 ); // ´ë»óÀÌ ºÎÀûÇÕ ÇÕ´Ï´Ù. Ä¿ÇÃÀÌ ¾Æ´Ñ À̼º ij¸¯ÅÍ¿¡°Ô¸¸ °¡´ÉÇÕ´Ï´Ù.
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 == 1 )
{
if( m_d3dCaps.PixelShaderVersion >= D3DPS_VERSION(1,1) )
g_Glare.Create( m_pd3dDevice, D3DFMT_R5G6B5], g_Option.m_nResWidth, g_Option.m_nResHeight - 48 );
else
g_Option.m_nBloom = 0;
to this
if( g_Option.m_nBloom == 1 )
{
if( m_d3dCaps.PixelShaderVersion >= D3DPS_VERSION(1,1) )
g_Glare.Create( m_pd3dDevice, D3DFMT_A16B16G16R16F, g_Option.m_nResWidth, g_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:
Fragen könnt ihr gerne per PN stellen.Quote:
Konsole in der Neuz aktivieren
Buffs ohne Limit
Weitere Dupe Möglichkeiten FIXED
PetFilter
Sowie ein Teleporter per beliebigen Taste
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