Register for your free account! | Forgot your password?

You last visited: Today at 00:39

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

Advertisement



[Release]Job Glow System

Discussion on [Release]Job Glow System within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1

 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,131
Received Thanks: 264
[Release]Job Glow System

Hallo Elitepvpers,
release hier ein Job Glow System.
Eigentlich ja nicht's besonderes aber ich liebe die 0815 Welt so sehr^^
Also zb. Assist BP und RM haben gleichen Glow
usw.
Selber könnte man es erweitern


Bitte kein Flamen oder sonst was sonst reporte ich.
Ich hab keine ahnung von c++ bzw. minimal also falls es unsinnvoll geschrieben ist dann wär es nett wenn jmd. eine Kürzere Version posten würde.

LG

Synxx©

Edit:
ES IST NICHT VON DERGUNGA SONDERN VON MIR SELBST.
Darum bin ich der einzigste der Bilder vom Jobglow hab die vor dem release entstanden sind.
Attached Images
File Type: jpg flyff00000.jpg (179.5 KB, 1069 views)
File Type: jpg flyff00001.jpg (192.2 KB, 893 views)
File Type: jpg flyff00002.jpg (174.2 KB, 814 views)
File Type: jpg flyff00003.jpg (179.2 KB, 773 views)
Synxx© is offline  
Thanks
8 Users
Old 02/04/2012, 16:56   #2
 
elite*gold: 4
Join Date: Mar 2010
Posts: 3,148
Received Thanks: 1,535
Code:
if(  nJob == JOB_KNIGHT || nJob == JOB_BLADE || nJob == JOB_KNIGHT_MASTER || nJob == JOB_BLADE_MASTER || nJob == JOB_LORDTEMPLER_HERO || nJob == JOB_STORMBLADE_HERO || nJob == JOB_KNIGHT_HERO || nJob == JOB_KNIGHT_HERO )
	{
	
		switch( nAbilityOption )
		{
		case 3: dwSfx = XI_GEN_ITEM_SETITEM03lila; break;
	case 4: dwSfx = XI_GEN_ITEM_SETITEM04lila; break;
	case 5: dwSfx = XI_GEN_ITEM_SETITEM05lila; break;
	case 6: dwSfx = XI_GEN_ITEM_SETITEM06lila; break;
	case 7: dwSfx = XI_GEN_ITEM_SETITEM07lila; break;
	case 8: dwSfx = XI_GEN_ITEM_SETITEM08lila; break;
	case 9: dwSfx = XI_GEN_ITEM_SETITEM09lila; break;
	case 10: dwSfx = XI_GEN_ITEM_SETITEM10lila; break;
		}
	}
	else if( nJob == JOB_ACROBAT || nJob == JOB_JESTER || nJob == JOB_RANGER || nJob == JOB_JESTER_MASTER || nJob == JOB_RANGER_MASTER || nJob == JOB_WINDLURKER_HERO || nJob == JOB_CRACKSHOOTER_HERO || nJob == JOB_JESTER_HERO || nJob == JOB_RANGER_HERO )
	{
			
			switch( nAbilityOption ) // green = Acrobat, jester, ranger
	{
	case 3: dwSfx = XI_GEN_ITEM_SETITEM03green; break;
	case 4: dwSfx = XI_GEN_ITEM_SETITEM04green; break;
	case 5: dwSfx = XI_GEN_ITEM_SETITEM05green; break;
	case 6: dwSfx = XI_GEN_ITEM_SETITEM06green; break;
	case 7: dwSfx = XI_GEN_ITEM_SETITEM07green; break;
	case 8: dwSfx = XI_GEN_ITEM_SETITEM08green; break;
	case 9: dwSfx = XI_GEN_ITEM_SETITEM09green; break;
	case 10: dwSfx = XI_GEN_ITEM_SETITEM10green; break;
	}
	}
	else if( nJob == JOB_ASSIST || nJob == JOB_RINGMASTER || nJob == JOB_BILLPOSTER || nJob == JOB_BILLPOSTER_MASTER || nJob == JOB_RINGMASTER_MASTER || nJob == JOB_FORCEMASTER_HERO || nJob == JOB_FLORIST_HERO || nJob == JOB_BILLPOSTER_HERO || nJob == JOB_RINGMASTER_HERO )
	{
			
					switch( nAbilityOption ) // red = Assist, Ringmaster, Billposter
	{
	case 3: dwSfx = XI_GEN_ITEM_SETITEM03red; break;
	case 4: dwSfx = XI_GEN_ITEM_SETITEM04red; break;
	case 5: dwSfx = XI_GEN_ITEM_SETITEM05red; break;
	case 6: dwSfx = XI_GEN_ITEM_SETITEM06red; break;
	case 7: dwSfx = XI_GEN_ITEM_SETITEM07red; break;
	case 8: dwSfx = XI_GEN_ITEM_SETITEM08red; break;
	case 9: dwSfx = XI_GEN_ITEM_SETITEM09red; break;
	case 10: dwSfx = XI_GEN_ITEM_SETITEM10red; break;
	}
	}
		else if( nJob == JOB_MAGICIAN || nJob == JOB_PSYCHIKEEPER || nJob == JOB_ELEMENTOR || nJob == JOB_PSYCHIKEEPER_MASTER || nJob == JOB_ELEMENTOR_MASTER || nJob == JOB_ELEMENTORLORD_HERO || nJob == JOB_MENTALIST_HERO || nJob == JOB_PSYCHIKEEPER_HERO || nJob == JOB_ELEMENTOR_HERO )
	{
		
					switch( nAbilityOption ) // yellow = Megican, Psychikeeper, elementor
	{
	case 3: dwSfx = XI_GEN_ITEM_SETITEM03yel; break;
	case 4: dwSfx = XI_GEN_ITEM_SETITEM04yel; break;
	case 5: dwSfx = XI_GEN_ITEM_SETITEM05yel; break;
	case 6: dwSfx = XI_GEN_ITEM_SETITEM06yel; break;
	case 7: dwSfx = XI_GEN_ITEM_SETITEM07yel; break;
	case 8: dwSfx = XI_GEN_ITEM_SETITEM08yel; break;
	case 9: dwSfx = XI_GEN_ITEM_SETITEM09yel; break;
	case 10: dwSfx = XI_GEN_ITEM_SETITEM10yel; break;
	}
	}
			else if( nJob == JOB_VAGRANT )
	{
		
					switch( nAbilityOption ) // blue = Vagrant
	{
	case 3: dwSfx = XI_GEN_ITEM_SETITEM03; break;
	case 4: dwSfx = XI_GEN_ITEM_SETITEM04; break;
	case 5: dwSfx = XI_GEN_ITEM_SETITEM05; break;
	case 6: dwSfx = XI_GEN_ITEM_SETITEM06; break;
	case 7: dwSfx = XI_GEN_ITEM_SETITEM07; break;
	case 8: dwSfx = XI_GEN_ITEM_SETITEM08; break;
	case 9: dwSfx = XI_GEN_ITEM_SETITEM09; break;
	case 10: dwSfx = XI_GEN_ITEM_SETITEM10; break;
	}
	}
würde für mich mehr sinn ergeben. Also vom übersichtlichen her
Jopsi332 is offline  
Thanks
4 Users
Old 02/04/2012, 17:06   #3
 
elite*gold: 0
Join Date: Sep 2011
Posts: 270
Received Thanks: 169
Nice Release meine SFX XD
Richie. is offline  
Old 02/04/2012, 17:07   #4
 
elite*gold: 4
Join Date: Mar 2010
Posts: 3,148
Received Thanks: 1,535
Quote:
Originally Posted by Delightx3 View Post
Nice Release meine SFX XD
ist ja auch so schwer eben die textur zu verändern von ner sfx. ._.
Jopsi332 is offline  
Thanks
1 User
Old 02/04/2012, 17:07   #5
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Synxx wieder mal THX-Geil .
-.-

Lg
derGunga

Synxx wieder mal THX-Geil .
-.-

Lg
derGunga
Razzer' is offline  
Thanks
2 Users
Old 02/04/2012, 17:07   #6
 
elite*gold: 0
Join Date: Sep 2011
Posts: 308
Received Thanks: 162
Ist der Glow für Waffen oder für den Setglow gedacht bin grad am iPhone deshalb
Blackx33! is offline  
Old 02/04/2012, 17:08   #7
 
elite*gold: 0
Join Date: Sep 2011
Posts: 270
Received Thanks: 169
@Jopsi das war ein Scherz ist doch nicht schlimmes Trotzdem ein thx
Richie. is offline  
Old 02/04/2012, 17:08   #8
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Für Set ist doch logisch .

Lg
derGunga
Xi_Setitem ...
ist für Set
Razzer' is offline  
Thanks
2 Users
Old 02/04/2012, 17:08   #9
 
elite*gold: 4
Join Date: Mar 2010
Posts: 3,148
Received Thanks: 1,535
Quote:
Originally Posted by Blackx33! View Post
Ist der Glow für Waffen oder für den Setglow gedacht bin grad am iPhone deshalb
set
Jopsi332 is offline  
Old 02/04/2012, 17:11   #10
 
elite*gold: 0
Join Date: Sep 2011
Posts: 308
Received Thanks: 162
Ja kann den Code net angucken bin am iPhone on .

Danke für die schnelle antwort
Blackx33! is offline  
Old 02/04/2012, 17:16   #11

 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,131
Received Thanks: 264
Quote:
Originally Posted by dergunga View Post
Synxx wieder mal THX-Geil .
-.-

Lg
derGunga

Synxx wieder mal THX-Geil .
-.-

Lg
derGunga
Das war weil du ne große Schnauze hattest mit Sedrika^^
Synxx© is offline  
Thanks
1 User
Old 02/04/2012, 17:22   #12
 
elite*gold: 255
Join Date: Mar 2008
Posts: 2,184
Received Thanks: 978
Naja du bist für mich ein ...
Einfach den Source releasen.Dank dir hat es ja jetzt jeder,aber ist mir jetzt auch wayne. Ist jetzt eh im Umlauf. Für mich biste ein Thx-Geiler und du kommst irgendwie bekifft rüber aber naja. Ich wünsche jeden viel Spaß damit ausser dir

MfG: Bloooooooooooooooody
Bloodyrain™ is offline  
Thanks
1 User
Old 02/04/2012, 17:26   #13
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Quote:
Originally Posted by Synxx© View Post
Das war weil du ne große Schnauze hattest mit Sedrika^^
Grosse Schnauze?
Ich sage nur die Wahrheit , dass Sedrika ein schlechter MOD ist.


Lg
DerGunga
Kannst mich auch in Skype anschreiben .
Razzer' is offline  
Thanks
6 Users
Old 02/04/2012, 17:35   #14

 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,131
Received Thanks: 264
@Sedrika Lösch mal den Spam + diesen Post,danke
Synxx© is offline  
Old 02/05/2012, 02:59   #15
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 0
how to fix this undeclared identifier
campomanes25 is offline  
Reply


Similar Threads Similar Threads
[FlyFF] Fly For Glory | V18 Ready | New Rates: x95 x75 x50 | Custom Glow Color System
06/10/2012 - Flyff PServer Advertising - 25 Replies
http://img191.imageshack.us/img191/5021/ffglogo.pn g Home Page Thank You for your interest in Fly For Glory :) We are a new server with the intent of bringing a friendly community and Unique content by strenthening the games weaknesses and using our Great staff's ideas and putting them from mind to screen. As we are new, our content is only at its beginning stage and we are gradually improving and getting better day by day.
Inception Fly ~ The Beginning | V18 | Highrate | Colosseum | Glow-Change System | ...
02/05/2012 - Flyff PServer Advertising - 41 Replies
http://topofgames.com/out/banner/1320533593_tog.pn g Homepage | Forum | Client Hallo liebe ElitePvPers-Community, hiermit möchte ich euch den Server Inception Fly vorstellen. Wir sind ein V16/V17 Server, der mit V18 Content bestückt ist. Unser Ziel ist es, euch Langzeit-Spielspaß und einzigartiges Gameplay zu ermöglichen.



All times are GMT +1. The time now is 00:41.


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.