[Release]Model Change

05/03/2013 15:02 emadelyn#31
dbmanagersave.cpp
How to fix can u send it here
05/12/2013 16:40 raventh1984#32
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.
06/18/2013 23:45 Swäg#33
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;
				}
06/22/2013 13:16 SmexySelenA#34
Quote:
Originally Posted by Jopsi332 View Post
Leider hat jemand teile meiner source in umlauf gebracht, deswegen release ich jetzt dies hier.

passwort : jopsiforepvp

[Only registered and activated users can see links. Click Here To Register...]

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
08/05/2013 23:09 LoscArmy#35
Have you the resdata.inc for v15 Theme pls?
08/05/2013 23:32 xI3ubbLex3#36
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
08/06/2013 00:40 LoscArmy#37
Quote:
Originally Posted by xI3ubbLex3 View Post
mfg. Kevin
I test it thanks, have you the files for the theme (lookchanger01.bmp..) please?
10/02/2013 08:09 raventh1984#38
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 bloody 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.
09/08/2018 07:37 matonskie23#39
Reupload please Thanks :)