Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:06

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

Advertisement



[Mini Source - TuT] Lord

Discussion on [Mini Source - TuT] Lord within the Flyff Private Server forum part of the Flyff category.

Closed Thread
 
Old   #1
 
elite*gold: LOCKED
The Black Market: 116/0/3
Join Date: May 2011
Posts: 3,618
Received Thanks: 2,007
[Mini Source - TuT] Lord

Das ist mein erster Mini Source TuT.

1. Lord unter Level 60 Voten

Ihr öffnet euer Source Ordner -> _Common -> lord.h

Ihr sucht nach
PHP Code:
    enum    {    nMaxCandidates    10nLevelRequirements 60    }; 
Die 10 ist wie viele Spieler sich Kandidieren(Teilnehmen) können.
Die 60 ist ab welchem level man erst Voten kann.
Wenn man es so ändert, das man mit Level 1 schon voten kann, macht man anstatt die 60 eine 1, dann sollte es Ungefähr so aussehen
PHP Code:
    enum    {    nMaxCandidates    10nLevelRequirements 1    }; 
2. Lord Vote Buff Exp/Drop ändern

Ihr öffnet euer Source Ordner sucht MoverParam.cpp und sucht nach
Code:
#if __VER >= 12 // __LORD
	ILordEvent* pEvent		= CSLord::Instance()->GetEvent();
	fFactor		*= pEvent->GetEFactor();
	if( HasBuff( BUFF_ITEM, II_SYS_SYS_LS_CHEERING ) )
		[COLOR="Red"]fFactor		*=	1.1F;[/COLOR]
	if( HasBuff( BUFF_ITEM, II_SYS_SYS_VOTE_THANKS ) )
		[COLOR="Lime"]fFactor		*=	1.05F;[/COLOR]
#endif	// __LORD
Hier kannst du das Exp und Drop Rate vom Lord Vote Buff ändern.


Creditz:
50% AoenSoft
50% Divine. (Text Guide)

Sollte schon ein TuT geben, dann würde ich die Credits ändern.
Kurosaki' is offline  
Thanks
3 Users
Old 07/17/2011, 17:05   #2
 
elite*gold: 0
Join Date: Jun 2011
Posts: 225
Received Thanks: 22
könntest du auch ein TuT machen wie man beim Couple System neue Couple Bonis einbauen kann das wär echt mal interessant =)
Karamelleis is offline  
Old 07/17/2011, 17:07   #3
 
elite*gold: LOCKED
The Black Market: 116/0/3
Join Date: May 2011
Posts: 3,618
Received Thanks: 2,007
Neue Couple Bonis?
Soweit ist Bonis von Metin ;3
Wie meinst du das mit Couple Bonis? ;D
Kurosaki' is offline  
Thanks
1 User
Old 07/17/2011, 17:08   #4
 
elite*gold: 0
Join Date: Mar 2011
Posts: 715
Received Thanks: 598
Nur mal so nebenbei:

Hotkey.cpp ist schon veraltet und wird nichtmehr im Source benutzt. Die kannst theoretisch auch löschen.

Wenn du ein Window auf einen Hotkey packen möchtest dann benutzt doch die FuncApplet.cpp
yannickminecraft is offline  
Thanks
1 User
Old 07/17/2011, 17:17   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 122
Received Thanks: 160
Zu deinem Pech werden diese Dateien gar nicht in der Neuz verwendet/kompiliert, weswegen es absolut keine Auswirkungen hätte, würdest du dort etwas ändern.
Die Hotkeys werden in der FuncApplet.cpp festgelegt:
Code:
AddAppletFunc( AppMain_WndGuild        , APP_GUILD                   , _T( "WndGuild"     )    , _T( "Icon_Troupe.dds"    )    , GETTEXT( TID_TIP_COMPANY          ),  [COLOR=Red]'G'[/COLOR] );
Das rote ist hier die Stelle, an der das Tastenkürzel steht.

//Edit: war schneller o.o
Krustenkäse is offline  
Old 07/17/2011, 17:21   #6
 
elite*gold: LOCKED
The Black Market: 116/0/3
Join Date: May 2011
Posts: 3,618
Received Thanks: 2,007
#Hotkey Deleted
~ Danke Yannik
Kurosaki' is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
[Mini TuT] Normale Namensfarbe Ändern [Source]
01/14/2015 - Flyff PServer Guides & Releases - 9 Replies
Tach Epvpers, Da ich noch nichts zu diesem Thema gefunden hab, nur zu Admin / GM Farbe zeig ich euch wie man das auch für Normale User machen kann ;3 Als erstes Öffnet ihr Mover.h und Sucht nach: #define COLOR_PLAYER Wenn ihr das gefunden habt seh ihr das: #define COLOR_PLAYER 0xffFFD700 // Hier wird die Normale Player Farbe definiert. #define COLOR_GAMEMASTER 0xff2D7CAE #define COLOR_ADMINISTRATOR 0xFFEE0000
PALADIN Scarab Lord-Spectral Tiger-Ashes of Al'ar-Raven Lord-Invincible-11k+ Achiv P.
04/06/2011 - World of Warcraft Trading - 5 Replies
Account Has Many Intersted and Rare Things Alt's : Warrior LvL 85 Hunter LvL 85 Rogue LvL 85 Mage LvL 81 Warlock LvL 80
[Mini-Release]CPs/PVPpoints Exchanger for ProjectX source!
02/28/2011 - CO2 PServer Guides & Releases - 4 Replies
Hei guys, i was bored and wanted to improve some ... anyway heres the exchanger for CPs/PVPpoints for ProjectX source Every 1000PVPpoints =1KK CPs you can change the value as much as you want i dun care -.-" #region Exchanger case 983: { if (Control == 0) { GC.AddSend(Packets.NPCSay("Hello, Im the great exchanger who...
[Mini-Guide] Fixing AOE attack calculations in 4267 source
12/11/2009 - CO2 PServer Guides & Releases - 2 Replies
Ok so not a huge release but figured I'd explain how to fix the magic aoe attacks. Best viewed as a way to fix voids yourself but w/e, I know no one will really pay that much attention to it. Problem in source: Area attacks do not have any damage type in their attack void (by default they are all physical damage). because of this slight oversight, fire circle/pervade and other area attacks all calculate as PH dmg and therefor are vastly wrong (although using pervade on a tro is rather...
Heroes V Online Mini Browsergame BOT(open source)
01/09/2009 - General Gaming Discussion - 7 Replies
Hi, habe nen "Farm"-Bot für das Heroes Online mini game gebastelt: Heroes Mini Vorweg sei gesagt dass das spiel nicht sonderlich komplex ist, aber für fans der HOMM-spiele sicherlich ganz witzig der bot funktioniert in etwa so:



All times are GMT +2. The time now is 23:06.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.