Register for your free account! | Forgot your password?

You last visited: Today at 13:42

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

Advertisement



[Release] GLOW AUF SCHILD [TUT]

Discussion on [Release] GLOW AUF SCHILD [TUT] within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
[Release] GLOW AUF SCHILD [TUT]

Heute will ich euch zeigen wie ihr eure Schilder: Elementar Upgraden könnt und wie man sie zum Leuchten bringt.

Ihr braucht erstens folgende Dateien.
ModelObject.cpp
Item.cpp

1. Kommen wir zur ModelObject.cpp

Ihr sucht nach : switch( dwItemKind3 )

Darunter könnt ihr folgendes sehen :

{
case IK3_SWD : dwSfxRegular = XI_WEA_SWORD01; fOffset = 0.10f; break;
case IK3_THSWD : dwSfxRegular = XI_WEA_TWOSWORD01; fOffset = 0.00f; break;
case IK3_AXE : dwSfxRegular = XI_WEA_AXE01; fOffset = 0.10f; break;
case IK3_THAXE : dwSfxRegular = XI_WEA_TWOAXE01; fOffset = 0.10f; break;
case IK3_YOYO : dwSfxRegular = XI_WEA_YOYO01; fOffset = 0.00f; break;
case IK3_KNUCKLEHAMMER : dwSfxRegular = XI_WEA_KNUCK01; fOffset = 0.10f; break;
case IK3_CHEERSTICK : dwSfxRegular = XI_WEA_STICK01; fOffset = 0.00f; break;
case IK3_STAFF : dwSfxRegular = XI_WEA_STAFF01; fOffset = 0.00f; break;
case IK3_CROSSBOW : dwSfxRegular = XI_WEA_CROSSBOW01; fOffset = 0.10f; break;
case IK3_BOW : dwSfxRegular = XI_WEA_BOW01; fOffset = 0.00f; break;
case IK3_WAND : dwSfxRegular = XI_WEA_WAND01; fOffset = 0.10f; break;
case IK3_MAGICBARUNA : dwSfxRegular = XI_WEA_MAGICBOOK01;fOffset = 0.00f; break;
case IK3_ZEMBARUNA : dwSfxRegular = XI_WEA_FORCEZEM01; fOffset = 0.00f; break;
default: return; // any other shield
}


Wir adden einfach "case IK3_SHIELD : dwSfxRegular = XI_WEA_KNUCK01; fOffset = 0.10f; break;" ohne die ´""`.

XI_WEA_KNUCK01; steht für den Glow den es benutzten soll , also den Knuckle Glow . Natürlich könnt ihr auch die anderen Glows benutzten aber diese werden verschoben sein und etc.

Das Ganze sieht dann so aus:
{
case IK3_SWD : dwSfxRegular = XI_WEA_SWORD01; fOffset = 0.10f; break;
case IK3_THSWD : dwSfxRegular = XI_WEA_TWOSWORD01; fOffset = 0.00f; break;
case IK3_AXE : dwSfxRegular = XI_WEA_AXE01; fOffset = 0.10f; break;
case IK3_THAXE : dwSfxRegular = XI_WEA_TWOAXE01; fOffset = 0.10f; break;
case IK3_YOYO : dwSfxRegular = XI_WEA_YOYO01; fOffset = 0.00f; break;
case IK3_KNUCKLEHAMMER : dwSfxRegular = XI_WEA_KNUCK01; fOffset = 0.10f; break;
case IK3_CHEERSTICK : dwSfxRegular = XI_WEA_STICK01; fOffset = 0.00f; break;
case IK3_STAFF : dwSfxRegular = XI_WEA_STAFF01; fOffset = 0.00f; break;
case IK3_CROSSBOW : dwSfxRegular = XI_WEA_CROSSBOW01; fOffset = 0.10f; break;
case IK3_BOW : dwSfxRegular = XI_WEA_BOW01; fOffset = 0.00f; break;
case IK3_WAND : dwSfxRegular = XI_WEA_WAND01; fOffset = 0.10f; break;
case IK3_MAGICBARUNA : dwSfxRegular = XI_WEA_MAGICBOOK01;fOffset = 0.00f; break;
case IK3_ZEMBARUNA : dwSfxRegular = XI_WEA_FORCEZEM01; fOffset = 0.00f; break;
case IK3_SHIELD : dwSfxRegular =
XI_WEA_KNUCK01; fOffset = 0.10f; break;
default: return; // any other shield
}

Nun kommen wir zur Item.cpp

Wir suchen nach BOOL CItemElem::IsEleRefineryAble( ItemProp* pProp )
in der Item.cpp. Nachdem wir es gefunden haben sehen wir dadrunter :

pProp->dwItemKind3 == IK3_SUIT ||
pProp->dwItemKind2 == IK2_WEAPON_MAGIC ||
pProp->dwItemKind2 == IK2_WEAPON_DIRECT )
return TRUE;
Wir adden einfach : pProp->dwItemKind3 == IK3_SHIELD ||

Dann sieht das ganze so aus :
pProp->dwItemKind3 == IK3_SUIT ||
pProp->dwItemKind3 == IK3_SHIELD ||
pProp->dwItemKind2 == IK2_WEAPON_MAGIC ||
pProp->dwItemKind2 == IK2_WEAPON_DIRECT )
return TRUE;


Nun kann man die Schilder Elementar Upgraden und sie leuchten danach auch! Das Ganze funktionier natürlich auch mit Suits und etc. !

€:Eidt ihr könnt die Positionen ändern in dem ihr die Zahl ändert. Hier ein Bps:
fOffset = 0.00f ---->fOffset = 0.10f Der Glow ist jetzt weiter Oben .

Screens:

Creditz: derGunga

Viel Spass noch ! Wnn ich geholfen habe kannst mir ein Thx geben .
MfG
derGunga
Razzer' is offline  
Old 11/19/2011, 22:12   #2
 
elite*gold: 2
Join Date: Jul 2009
Posts: 1,447
Received Thanks: 922
Knall hart aus RoC Src Kopiert? war bis jetzt der einzigste mit Schild Glow.

Auserdem, is Schild Glow iwie kacke.
.Crasy is offline  
Thanks
3 Users
Old 11/19/2011, 22:21   #3
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Ja finde ich auch aber irgendjemand muss es ja releasen ^^
Razzer' is offline  
Old 11/19/2011, 22:27   #4

 
マリブ's Avatar
 
elite*gold: 12
The Black Market: 117/0/0
Join Date: Jun 2011
Posts: 2,512
Received Thanks: 1,062
Willste mich Rolln ?
Das solln TuT sein ôo ?
Langsam werden die "TuT's" hier echt sinnlos.
マリブ is offline  
Old 11/19/2011, 22:45   #5
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Das kotzt mich an diese Kommentare wie "Das soll ein tut sein ?" Machst dch besser ! Wenn du es nicht verstehst dann lass ES ! Was ist dem am tut Nur weil es ncht "farbig" ist oder was?! Die Leute werden faul hier , die wollen alle das alles genau mit Farben beschriftet etc . Wird . Das war auch ein schnell Release . Der wurde schonmal releast aber der ist nicht komplett bzw. Falsch . Wer's du auf den Gedanken gekommen und das Releast . Puhhhh Die Section geht langsam den Bach runter
Razzer' is offline  
Old 11/20/2011, 00:18   #6

 
マリブ's Avatar
 
elite*gold: 12
The Black Market: 117/0/0
Join Date: Jun 2011
Posts: 2,512
Received Thanks: 1,062
Rede ich von Farbe ect ?
Ich finde es noch lange kein "TuT" wenn man einfach aus einem Source was rausnimmt c&p fertig.
Und meinste Rly ich versteh das nicht ? uFail Br0.
マリブ is offline  
Old 11/20/2011, 00:40   #7
 
elite*gold: 0
Join Date: Mar 2011
Posts: 715
Received Thanks: 598
Quote:
Originally Posted by dergunga View Post
Das kotzt mich an diese Kommentare wie "Das soll ein tut sein ?" Machst dch besser ! Wenn du es nicht verstehst dann lass ES ! Was ist dem am tut Nur weil es ncht "farbig" ist oder was?! Die Leute werden faul hier , die wollen alle das alles genau mit Farben beschriftet etc . Wird . Das war auch ein schnell Release . Der wurde schonmal releast aber der ist nicht komplett bzw. Falsch . Wer's du auf den Gedanken gekommen und das Releast . Puhhhh Die Section geht langsam den Bach runter
FRESSE UND NIMM DIE FINGER WEG VON DIESER SCHEIß STRG TASTE UND DEN BUCHSTABEN "C" UND "V".

Man man man.. was es nicht heutzutage für gestalten gibt.

@Crasy nicht us dem RoC Source (virtous ist genauso ne leechersau). Ist aus Etiooms seinen Source ; )
yannickminecraft is offline  
Old 11/20/2011, 12:31   #8
 
elite*gold: 0
Join Date: Feb 2011
Posts: 203
Received Thanks: 33
kurze Frage... kann mir jemand sagen, wie ich den glow nach rechts und links verschieben kann?
nach oben steht ja da..
Feylong is offline  
Old 11/26/2011, 01:23   #9
 
elite*gold: 0
Join Date: Feb 2011
Posts: 203
Received Thanks: 33
~push~

kann mir das niemand sagen?
Feylong is offline  
Old 11/26/2011, 13:27   #10
 
elite*gold: 1
Join Date: May 2010
Posts: 676
Received Thanks: 223
Du musst halt rum probieren guck vergleiche mal die anderen . Ich kann dir das jetzt es nicht sagen Benutzt einfach für den Schild den Knuckle Glow. Ich arbeite grade an einen Glow system , den werde ich danach releasen , dass es jeder Server hat bzw. haben kann .
Lg
derGunga
Razzer' is offline  
Reply


Similar Threads Similar Threads
[Release] v17 Glow
03/29/2015 - Flyff PServer Guides & Releases - 85 Replies
Download: http://www.file-upload.net/download-3573706/glow. 7z.html Zu editierende files: Model.h ModelGlobal.cpp ModelGlobal.h ModelObject.cpp ModelObject.h
[Release]Glow Sammlung
12/30/2012 - Flyff PServer Guides & Releases - 6 Replies
Hallo ELitepvpers! hiermit eröffne ich eine neue Glow Sammlung! Fangen wir gleich an! Hier sind alle Screens, alle sind zusammen in einem Packet! http://img111.imageshack.us/img111/4535/flyff0022 9wq0.th.jpghttp://img357.imageshack.us/img357/1988 /flyff00242se6.th.jpg http://img88.imageshack.us/img88/6241/flyff00232a r7.th.jpg http://img357.imageshack.us/img357/6249/flyff0023 5ba6.th.jpg http://img111.imageshack.us/img111/2960/flyff0023 4gh9.th.jpg
[Release] +15 Weapon Glow
08/29/2012 - Cabal Guides & Templates - 51 Replies
Hey guys, Here's a release for EP2/EP3 that supports the +15 glow from Official for people that want have to have it on their weapons. I made it super easy to use, and I also included a backup in case you don't want to use it anymore. This only works for weapons for Lapis -> Mithril, so anything lower then Osmium/Lapis will not have the glow. (Please note that this will make any grade of the weapon look like +15 and is only client-sided.) ####CREDITS#### Credits go to Yamachi for his...
[RELEASE]Neuer Glow !!!
09/11/2011 - Flyff PServer Guides & Releases - 19 Replies
Neuer Glow!!! Ich möchte euch hier meinen neuen Glow zum Download anbieten.. Erstmal hier die Screens : http://s2.imgimg.de/uploads/flyff0000070007b7fjpg .jpg http://s2.imgimg.de/uploads/flyff00001d5534593jpg .jpg http://s2.imgimg.de/uploads/flyff00002ce9821fajpg .jpg
[Release] SWSRO Glow Changer
07/23/2011 - SRO PServer Guides & Releases - 40 Replies
Hello e*pvp PSRO community! Here I present small program which will change your in-game glows using Search & Replace function. If you liked my release then I kindly ask you,to click the "Thanks" button under my post. Instructions how to use are in Read me! file. *** How does it work?



All times are GMT +2. The time now is 13:42.


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.