Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fully working pet filter Wakazaki Style ;)

Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
I compiled it gave 0 errors, but when I press U it doesn't open the Pet filter window, sometimes Neuz closes by itself or the following errors appear:

Use the new resdata not old.
 
Initiate Mage
Joined
Jan 28, 2021
Messages
32
Reaction score
1
Use the new resdata not old.

I'm using the New

APP_PETFILTER "WndTile00.tga" "" 1 432 240 0x2410040 26
{
// Title String
IDS_RESDATA_INC_008801
}
{
// Help Key
IDS_RESDATA_INC_008802
}
{
WTYPE_STATIC WIDC_STATIC1 "WndEditTile200.tga" 1 8 8 120 24 0x2220011 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008803
}
{
// ToolTip
IDS_RESDATA_INC_008804
}
WTYPE_BUTTON WIDC_BUTTON1 "ButtCharApply.tga" 0 284 150 336 170 0x220010 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008805
}


...
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
I don't know if you didn't include all of the resdata in your post or just didn't add it all properly?

a few things to keep in mind make sure you've added the changed resource files into the proper .res folders within the client, this includes the DefineFilter as well, also make sure you are in fact using the newly compiled server lauchers along with the new Neuz.exe, I''ve talked to a few people who tend to forget or generally don't know you need to include the new Neuz.

if none of that works just run through the tutorial one more time slowly making sure every thing is in the correct place, I've used this back in the day and I'm sure it works.
 
Initiate Mage
Joined
Jan 28, 2021
Messages
32
Reaction score
1
I don't know if you didn't include all of the resdata in your post or just didn't add it all properly?

a few things to keep in mind make sure you've added the changed resource files into the proper .res folders within the client, this includes the DefineFilter as well, also make sure you are in fact using the newly compiled server lauchers along with the new Neuz.exe, I''ve talked to a few people who tend to forget or generally don't know you need to include the new Neuz.

if none of that works just run through the tutorial one more time slowly making sure every thing is in the correct place, I've used this back in the day and I'm sure it works.



I didn't show ResData here because it's big I just showed that I'm using the new Resdata.so I have to migrate everything to the client too?where do I put the DefineFilter? on the date. dataSub1 or dataSub2 ?
 
Initiate Mage
Joined
Jul 30, 2011
Messages
7
Reaction score
2
Anyone who can help me with this:

WndManager.cpp
Code:
#ifdef __PETFILTER
	if( m_pWndPetfilter == pWndChild )
	{
		SAFE_DELETE( m_pWndPetfilter );
		pWndChild = NULL;
	}
#endif //__PETFILTER

Error: 'pWndChild': undeclared identifier.

Thanks. I'm using Ketchup's V18 Source (Upgraded to VS2019)

Solved: Refer to Imanso's post.
 
Last edited:
Initiate Mage
Joined
Apr 9, 2021
Messages
31
Reaction score
3
Hello, we can't "spoil" your shared items, can you activate your data? Thank you
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Hello, we can't "spoil" your shared items, can you activate your data? Thank you

The spoilers in the original post work just fine, try changing your browser if you have issues.
 
One word! Im Fawkin Pro!
Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
Anyone who can help me with this:

WndManager.cpp
Code:
#ifdef __PETFILTER
	if( m_pWndPetfilter == pWndChild )
	{
		SAFE_DELETE( m_pWndPetfilter );
		pWndChild = NULL;
	}
#endif //__PETFILTER

Error: 'pWndChild': undeclared identifier.

Thanks. I'm using Ketchup's V18 Source (Upgraded to VS2019)

Solved: Refer to Imanso's post.

Did you add all parts in WndManager.cpp & WndManager.h?
 
Initiate Mage
Joined
Oct 12, 2021
Messages
3
Reaction score
1
Thank you for this release, but I dunno what's the problem on my end. I was able to follow all the instructions and petfilter is not crashing my world. However, this is all I can see . Any idea shared why this is happening is highly appreciated, thank you ahead.
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Thank you for this release, but I dunno what's the problem on my end. I was able to follow all the instructions and petfilter is not crashing my world. However, this is all I can see . Any idea shared why this is happening is highly appreciated, thank you ahead.

It appears that you forgot to add ResData.txt entries.
 
Initiate Mage
Joined
Oct 12, 2021
Messages
3
Reaction score
1
It appears that you forgot to add ResData.txt entries.

I have it working now , thank you so much Ketchup. I had it added at ResData.txt, however, when I double-checked it seems that there were already the same entries with different tagging. I deleted them and now it works perfectly fine. Once again, thank you so much.
 
Initiate Mage
Joined
Sep 18, 2015
Messages
20
Reaction score
0
Im having a Error here and about the ResData.txt
I only see resData.txt.txt is this the backup copy?
I tried to search for the resData.txt i cant find it


Xakzi - Fully working pet filter Wakazaki Style ;) - RaGEZONE Forums

Xakzi - Fully working pet filter Wakazaki Style ;) - RaGEZONE Forums
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
Im having a Error here and about the ResData.txt
I only see resData.txt.txt is this the backup copy?
I tried to search for the resData.txt i cant find it


Xakzi - Fully working pet filter Wakazaki Style ;) - RaGEZONE Forums

Xakzi - Fully working pet filter Wakazaki Style ;) - RaGEZONE Forums


as for your compile error it's pretty self explanatory &CDPSrvr::
 
Initiate Mage
Joined
Dec 1, 2021
Messages
32
Reaction score
11
works perfect! but its possible to remove the window resizeable feature?
i tryt it with GUI editor and res.inc or look at the code something after "resizeable"
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
works perfect! but its possible to remove the window resizeable feature?
i tryt it with GUI editor and res.inc or look at the code something after "resizeable"

This APP should work but you'll need to remove things from it that you don't have currently in yours:
Code:
APP_PETFILTER "WndTile00.tga" "" 1 464 352 0x2410000 26
{
// Title String
"Drops Filter"
}
{
// ToolTip
""
}
{
    WTYPE_STATIC WIDC_STATIC1 "WndEditTile200.tga" 1 184 164 296 180 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Pots"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtSave.tga" 0 26 282 98 302 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    ""
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_HPFOOD "ButtCheck.bmp" 0 186 190 282 206 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Food"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_MPFOOD "ButtCheck.bmp" 0 186 210 282 226 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Refreshers"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_FPFOOD "ButtCheck.bmp" 0 186 230 298 246 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Vitals"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_STATIC WIDC_STATIC2 "WndEditTile200.tga" 1 22 164 134 180 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Accessories"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_NECKLACE "ButtCheck.bmp" 0 24 210 120 226 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Necklace"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_EARRING "ButtCheck.bmp" 0 24 190 120 206 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Earring"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_RING "ButtCheck.bmp" 0 24 230 120 246 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Ring"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_STATIC WIDC_STATIC3 "WndEditTile200.tga" 1 22 22 134 38 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Equipment"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_BWEAPON "ButtCheck.bmp" 1 24 48 153 64 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Blue Weapons"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_GWEAPON "ButtCheck.bmp" 1 24 66 151 82 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Green Weapons"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_BSET "ButtCheck.bmp" 1 24 121 136 137 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Blue Armor"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_GSET "ButtCheck.bmp" 1 24 140 136 156 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Green Armor"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_STATIC WIDC_STATIC4 "WndEditTile200.tga" 1 184 22 296 38 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Cards"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_ELECARD "ButtCheck.bmp" 1 186 48 286 64 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Element"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_4PCARD "ButtCheck.bmp" 1 186 66 301 83 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Suit (4%)"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_7PCARD "ButtCheck.bmp" 1 186 84 299 100 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Suit (7%)"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_BPIECARD "ButtCheck.bmp" 1 186 103 282 119 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Weapon (B)"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_APIECARD "ButtCheck.bmp" 1 186 121 282 137 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Weapon (A)"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_EGG "ButtCheck.bmp" 1 326 156 422 172 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Egg"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_SUNSTONE "ButtCheck.bmp" 1 326 174 422 190 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Sunstone"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_MOONSTONE "ButtCheck.bmp" 1 326 138 422 154 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Moonstone"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_QUESTS "ButtCheck.bmp" 1 326 192 422 208 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Questies"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_STATIC WIDC_STATIC6 "WndEditTile200.tga" 1 22 254 431 270 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Choose the items you DO NOT want to pick up"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_ENABLE "ButtCheck.bmp" 1 326 230 422 246 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "PF On/Off"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_PENYA "ButtCheck.bmp" 1 326 48 422 64 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "Penya"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_ARMOR "ButtCheck.bmp" 1 326 66 422 82 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "All Sets"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_JEWELS "ButtCheck.bmp" 1 326 84 422 100 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "All Jewels"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_SOCKETCARDS "ButtCheck.bmp" 1 326 103 422 118 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "All Cards"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_BUTTON2 "ButtCancel.tga" 0 356 282 428 302 0x220010 0 0 0 0 0 0 0
    {
    // Title String
    ""
    }
    {
    // ToolTip
    ""
    }
    WTYPE_STATIC WIDC_STATIC7 "WndEditTile200.tga" 1 324 22 436 38 0x2220011 0 0 0 0 0 0 0
    {
    // Title String
    "Misc & Other"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_CHIPS "ButtCheck.bmp" 1 326 121 422 137 0x220018 0 0 0 0 0 0 0
    {
    // Title String
    "All Chips"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_ULTIS "" 0 24 84 158 98 0x220008 0 0 0 0 0 0 0
    {
    // Title String
	"C/D Cards"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_TREASS "" 0 326 212 426 226 0x220008 0 0 0 0 0 0 0
    {
    // Title String
	"2%/3% Cards"
    }
    {
    // ToolTip
    ""
    }
    WTYPE_BUTTON WIDC_PF_SHIELD "" 0 24 103 103 117 0x220008 0 0 0 0 0 0 0
    {
    // Title String
    "Shields"
    }
    {
    // ToolTip
    ""
    }
}

Sorry for the delay.
 
Back
Top