Register for your free account! | Forgot your password?

You last visited: Today at 03:52

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

Advertisement



[Release]Model Change

Discussion on [Release]Model Change within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 05/03/2013, 15:02   #31
 
elite*gold: 0
Join Date: May 2013
Posts: 16
Received Thanks: 0
dbmanagersave.cpp
How to fix can u send it here
emadelyn is offline  
Old 05/12/2013, 16:40   #32
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Thanks for the release. Still working on it to get it showed up correctly.

However i have an question about the undo of the model change.

Does this need to be done in the source? Or can i just add the scroll to spec_item?

Nvm Didnt look good enough. Already been fixed.
raventh1984 is offline  
Old 06/18/2013, 23:45   #33
 
elite*gold: 0
Join Date: Feb 2013
Posts: 167
Received Thanks: 140
Es wird nicht abgefragt ob das item das gleiche geschlecht hat.
Somit kann man Weibliches CS auf Männliches modeln, was ziemlich mies aussieht da weibliche Chars kleiner sind.

Geht in WndField.cpp

Fügt unter:

Code:
				if(pItemElem[0]->GetProp()->dwID == pTempElem->GetProp()->dwID)
				{
					g_WndMng.PutString("You cant change the Model to the same Model", 0, 0xff0000);
					return FALSE;
				}

Das hier ein:

Code:
				if(pItemElem[0]->GetProp()->dwItemSex != pTempElem->GetProp()->dwItemSex)
				{
					g_WndMng.PutString("The Items must have the same gender!",0,0xff0000);
					return FALSE;
				}

Wenn ihr auch nicht wollt das man Items mit unterschiedlichen Jobklassen modeln kann. (z.b. Behemoth Book auf Behemoth Forcegem).
Könnt ihr zusätzlich das hier noch mit darunter packen:

Code:
				if(pItemElem[0]->GetProp()->dwItemJob != pTempElem->GetProp()->dwItemJob)
				{
					g_WndMng.PutString("The Items must be for the same Job Class!",0,0xff0000);
					return FALSE;
				}
Swäg is offline  
Thanks
1 User
Old 06/22/2013, 13:16   #34
 
elite*gold: 0
Join Date: Jun 2013
Posts: 21
Received Thanks: 12
Quote:
Originally Posted by Jopsi332 View Post
Leider hat jemand teile meiner source in umlauf gebracht, deswegen release ich jetzt dies hier.

passwort : jopsiforepvp



ich helfe nicht beim einfügen. ist simpel. einfach copy & paste, fenster kreigt ihr von den Offi Files(APP_LOOKCHANGE)


edit: im equipview ist die anzeige dann aber so, das das gechangte item angezeigt wird, und nicht das richtige


und ja die variablen & Zeiger-namen sind bisschen scheiße gewählt ;D
Always very nice thank you
SmexySelenA is offline  
Old 08/05/2013, 23:09   #35
 
elite*gold: 0
Join Date: Jul 2013
Posts: 143
Received Thanks: 2
Have you the resdata.inc for v15 Theme pls?
LoscArmy is offline  
Old 08/05/2013, 23:32   #36
 
elite*gold: 120
Join Date: Jun 2012
Posts: 455
Received Thanks: 141
Quote:
APP_LOOKCHANGE "WndTile00.tga" 1 288 256 0x2410000 26
{
// Title String
IDS_RESDATA_INC_009006
}
{
// Help Key
IDS_RESDATA_INC_009007
}
{
WTYPE_STATIC WIDC_STATIC1 "LookChange01.bmp" 0 44 44 88 88 0x2220002 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009018
}
{
// ToolTip
IDS_RESDATA_INC_009019
}
WTYPE_STATIC WIDC_STATIC2 "LookChange01.bmp" 0 194 44 238 88 0x2220002 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009020
}
{
// ToolTip
IDS_RESDATA_INC_009021
}
WTYPE_STATIC WIDC_STATIC3 "LookChange01.bmp" 0 118 124 162 168 0x2220002 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009022
}
{
// ToolTip
IDS_RESDATA_INC_009023
}
WTYPE_STATIC WIDC_STATIC4 "" 0 8 20 128 36 0x2220010 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009024
}
{
// ToolTip
IDS_RESDATA_INC_009025
}
WTYPE_STATIC WIDC_STATIC5 "" 0 153 20 273 36 0x2220010 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009026
}
{
// ToolTip
IDS_RESDATA_INC_009027
}
WTYPE_STATIC WIDC_STATIC6 "" 0 79 98 199 114 0x2220010 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009028
}
{
// ToolTip
IDS_RESDATA_INC_009029
}
WTYPE_BUTTON WIDC_BUTTON1 "" 0 20 192 124 216 0x220010 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009030
}
{
// ToolTip
IDS_RESDATA_INC_009031
}
WTYPE_BUTTON WIDC_BUTTON2 "" 0 160 192 264 216 0x220010 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009032
}
{
// ToolTip
IDS_RESDATA_INC_009033
}
WTYPE_STATIC WIDC_STATIC7 "LookChangeArrow02.bmp" 0 64 88 116 150 0x2220002 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009034
}
{
// ToolTip
IDS_RESDATA_INC_009035
}
WTYPE_STATIC WIDC_STATIC8 "LookChangeArrow03.bmp" 0 163 88 215 150 0x2220002 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009036
}
{
// ToolTip
IDS_RESDATA_INC_009037
}
}
mfg. Kevin
xI3ubbLex3 is offline  
Thanks
1 User
Old 08/06/2013, 00:40   #37
 
elite*gold: 0
Join Date: Jul 2013
Posts: 143
Received Thanks: 2
Quote:
Originally Posted by xI3ubbLex3 View Post
mfg. Kevin
I test it thanks, have you the files for the theme (lookchanger01.bmp..) please?
LoscArmy is offline  
Old 10/02/2013, 08:09   #38
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Hmm i noticed there is an other bug in this system that can crash the entire server.
I still didnt find an fix for it maybe one of you can help with it.

If you put for example an ****** yoyo in the first slot and an other yoyo in the 2nd slot
Then drag and drop an knuckle on the first slot then you can trans the item. So it looks like an yoyo when you where it but inside your inventory there you will see an knuckle. Once you hit an mob/player the server will crash.
raventh1984 is offline  
Old 09/08/2018, 07:37   #39
 
matonskie23's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 259
Received Thanks: 16
Reupload please Thanks
matonskie23 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Model Change 1.12
02/15/2010 - World of Warcraft - 4 Replies
Hallo,gibt es noch irgendwelche Programme für Model Change auf Patch 1.12 bzw Anleitung?Ich finde leider nichts außer was für aktuelle Patches :(
Model Change
06/28/2009 - World of Warcraft - 0 Replies
Use the Link ! WoW Modelchange Requests and press thx button!
How I can change pet model?
03/11/2009 - Cabal Online - 2 Replies
I read a topic where there is write how to change wepons and skill models. I try to do the same with pet, chnging before chimpazee-w+.efx data and next chimpzee-w+.emb data... but the pet don't change... What i must do? 0.o
Model change
12/28/2006 - World of Warcraft - 1 Replies
hiho ich wollt fragen ob ihr mir mein High Warlord Blade in ein The Huntering Cold



All times are GMT +1. The time now is 03:52.


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.