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 ;)

Ace of Hearts
Joined
Jul 28, 2009
Messages
739
Reaction score
104
Very nice release, you're a genius.

Proud to be working with you! ;)

Well done!

wouldn't call him that quite yet, but honestly he has surprised me again though.

your doing good Xaki haven't looked at the code but I looks like your building yourself up nicely.

but if you are loading the defines in a function as Lethal said you really should just include them instead of using a function that is very unnecessary.

it may work perfectly functionally but get too much accumulated crap laying around any source it can cause the rest of the project to be limited it by making it take extra ram and processing power that could be used elsewhere.
 
Last edited:
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
Very nice release, you're a genius.

Proud to be working with you! ;)

Well done!

Thanks Ceadin ^^ Happy to hear that :)

wouldn't call him that quite yet, but honestly he has surprised me again though.

your doing good Xaki haven't looked at the code but I looks like your building yourself up nicely.

but if you are loading the defines in a function as Lethal said you really should just include them instead of using a function that is very unnecessary.

it may work perfectly functionally but get too much accumulated crap laying around any source it can cause the rest of the project to be limited it by making it take extra ram and processing power that could be used elsewhere.

First its Xakzi, seriously we have gone through that before XD

and not quite yet? That seriously hurts :(

Well, I know that I am not the very best at coding, I am still learning..

This was my very first petfilter, I got it working by using my own kind of coding, well.. Aslong as it works as it should, I dont care about the other stuff :p That is for the invidual person to care about :D:

Atleast it does not crash the client like the other filters haha..

Well, I am about to release an Arena scoreboard.. Not exacly sure HOW I should make the score, if it should save somewhere or just loop in the world memory.. hm, I got the window up and it resets everytime I leave arena, so that is a problem, When it is done I will release it so~ Look forward for it... to it? w/e
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
I think you'd have to save the arena stats to new variables in the Mover class. Then save/load from them when the window is opened/closed.
 
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
I think you'd have to save the arena stats to new variables in the Mover class. Then save/load from them when the window is opened/closed.

yeah, yeah, I thought about that too, but wouldn't it reset everytime worldserver starts ?

I was thinking of saving everything in the Rank DB, making new.. what you call it.. "tab?" or a new query for that matter only for arena ranking.. well, that would take some time for me to figure out how the database works since I rarely check it
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
well, it's actually really easy to save the new variables in Mover class into the database. You just have to do a little modifying of the database query to accept a few new variables, and modify CHARACTER_STR procedure to handle them correctly.
 
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
well, it's actually really easy to save the new variables in Mover class into the database. You just have to do a little modifying of the database query to accept a few new variables, and modify CHARACTER_STR procedure to handle them correctly.

ah I see.. Im not that familiar with the Mover class yet :p I will see what I can do, thanks for the info :D:
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
Here's a tip on that: Look at the changes from v6 PK to v8. They're marked with __S8_PK. They changed a few of the stats used for PK information, which included modifying the database query and stored procedure in MSSQL
 
Newbie Spellweaver
Joined
Oct 13, 2011
Messages
52
Reaction score
4
\Official Source\Source\_Interface\WndField.cpp(25681) : error C2065: 'WIDC_PF_HPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25682) : error C2065: 'WIDC_PF_MPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25683) : error C2065: 'WIDC_PF_FPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25684) : error C2065: 'WIDC_PF_BWEAPON' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25685) : error C2065: 'WIDC_PF_GWEAPON' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25686) : error C2065: 'WIDC_PF_BSET' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25687) : error C2065: 'WIDC_PF_GSET' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25688) : error C2065: 'WIDC_PF_NECKLACE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25689) : error C2065: 'WIDC_PF_EARRING' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25690) : error C2065: 'WIDC_PF_RING' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25691) : error C2065: 'WIDC_PF_EGG' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25692) : error C2065: 'WIDC_PF_SUNSTONE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25693) : error C2065: 'WIDC_PF_MOONSTONE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25694) : error C2065: 'WIDC_PF_QUESTS' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25695) : error C2065: 'WIDC_PF_ELECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25696) : error C2065: 'WIDC_PF_4PCARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25697) : error C2065: 'WIDC_PF_7PCARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25698) : error C2065: 'WIDC_PF_BPIECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25699) : error C2065: 'WIDC_PF_APIECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25726) : error C2065: 'APP_PETFILTER' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25746) : error C3861: 'WIDC_PF_HPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25747) : error C3861: 'WIDC_PF_MPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25748) : error C3861: 'WIDC_PF_FPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25749) : error C3861: 'WIDC_PF_BWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25750) : error C3861: 'WIDC_PF_GWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25751) : error C3861: 'WIDC_PF_BSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25752) : error C3861: 'WIDC_PF_GSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25753) : error C3861: 'WIDC_PF_NECKLACE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25754) : error C3861: 'WIDC_PF_EARRING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25755) : error C3861: 'WIDC_PF_RING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25756) : error C3861: 'WIDC_PF_EGG': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25757) : error C3861: 'WIDC_PF_SUNSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25758) : error C3861: 'WIDC_PF_MOONSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25759) : error C3861: 'WIDC_PF_QUESTS': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25760) : error C3861: 'WIDC_PF_ELECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25761) : error C3861: 'WIDC_PF_4PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25762) : error C3861: 'WIDC_PF_7PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25763) : error C3861: 'WIDC_PF_BPIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25764) : error C3861: 'WIDC_PF_APIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25775) : error C3861: 'WIDC_PF_HPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25775) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25782) : error C3861: 'WIDC_PF_MPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25782) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25789) : error C3861: 'WIDC_PF_FPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25789) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25796) : error C3861: 'WIDC_PF_BWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25796) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25803) : error C3861: 'WIDC_PF_GWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25803) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25810) : error C3861: 'WIDC_PF_BSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25810) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25817) : error C3861: 'WIDC_PF_GSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25817) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25824) : error C3861: 'WIDC_PF_NECKLACE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25824) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25831) : error C3861: 'WIDC_PF_EARRING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25831) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25838) : error C3861: 'WIDC_PF_RING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25838) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25845) : error C3861: 'WIDC_PF_EGG': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25845) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25852) : error C3861: 'WIDC_PF_SUNSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25852) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25859) : error C3861: 'WIDC_PF_MOONSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25859) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25866) : error C3861: 'WIDC_PF_QUESTS': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25866) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25873) : error C3861: 'WIDC_PF_ELECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25873) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25880) : error C3861: 'WIDC_PF_4PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25880) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25887) : error C3861: 'WIDC_PF_7PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25887) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25894) : error C3861: 'WIDC_PF_BPIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25894) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25901) : error C3861: 'WIDC_PF_APIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25901) : error C2051: case expression not constant
 
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
\Official Source\Source\_Interface\WndField.cpp(25681) : error C2065: 'WIDC_PF_HPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25682) : error C2065: 'WIDC_PF_MPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25683) : error C2065: 'WIDC_PF_FPFOOD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25684) : error C2065: 'WIDC_PF_BWEAPON' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25685) : error C2065: 'WIDC_PF_GWEAPON' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25686) : error C2065: 'WIDC_PF_BSET' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25687) : error C2065: 'WIDC_PF_GSET' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25688) : error C2065: 'WIDC_PF_NECKLACE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25689) : error C2065: 'WIDC_PF_EARRING' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25690) : error C2065: 'WIDC_PF_RING' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25691) : error C2065: 'WIDC_PF_EGG' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25692) : error C2065: 'WIDC_PF_SUNSTONE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25693) : error C2065: 'WIDC_PF_MOONSTONE' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25694) : error C2065: 'WIDC_PF_QUESTS' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25695) : error C2065: 'WIDC_PF_ELECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25696) : error C2065: 'WIDC_PF_4PCARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25697) : error C2065: 'WIDC_PF_7PCARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25698) : error C2065: 'WIDC_PF_BPIECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25699) : error C2065: 'WIDC_PF_APIECARD' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25726) : error C2065: 'APP_PETFILTER' : undeclared identifier
\Official Source\Source\_Interface\WndField.cpp(25746) : error C3861: 'WIDC_PF_HPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25747) : error C3861: 'WIDC_PF_MPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25748) : error C3861: 'WIDC_PF_FPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25749) : error C3861: 'WIDC_PF_BWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25750) : error C3861: 'WIDC_PF_GWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25751) : error C3861: 'WIDC_PF_BSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25752) : error C3861: 'WIDC_PF_GSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25753) : error C3861: 'WIDC_PF_NECKLACE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25754) : error C3861: 'WIDC_PF_EARRING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25755) : error C3861: 'WIDC_PF_RING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25756) : error C3861: 'WIDC_PF_EGG': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25757) : error C3861: 'WIDC_PF_SUNSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25758) : error C3861: 'WIDC_PF_MOONSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25759) : error C3861: 'WIDC_PF_QUESTS': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25760) : error C3861: 'WIDC_PF_ELECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25761) : error C3861: 'WIDC_PF_4PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25762) : error C3861: 'WIDC_PF_7PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25763) : error C3861: 'WIDC_PF_BPIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25764) : error C3861: 'WIDC_PF_APIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25775) : error C3861: 'WIDC_PF_HPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25775) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25782) : error C3861: 'WIDC_PF_MPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25782) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25789) : error C3861: 'WIDC_PF_FPFOOD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25789) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25796) : error C3861: 'WIDC_PF_BWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25796) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25803) : error C3861: 'WIDC_PF_GWEAPON': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25803) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25810) : error C3861: 'WIDC_PF_BSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25810) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25817) : error C3861: 'WIDC_PF_GSET': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25817) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25824) : error C3861: 'WIDC_PF_NECKLACE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25824) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25831) : error C3861: 'WIDC_PF_EARRING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25831) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25838) : error C3861: 'WIDC_PF_RING': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25838) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25845) : error C3861: 'WIDC_PF_EGG': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25845) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25852) : error C3861: 'WIDC_PF_SUNSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25852) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25859) : error C3861: 'WIDC_PF_MOONSTONE': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25859) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25866) : error C3861: 'WIDC_PF_QUESTS': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25866) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25873) : error C3861: 'WIDC_PF_ELECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25873) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25880) : error C3861: 'WIDC_PF_4PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25880) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25887) : error C3861: 'WIDC_PF_7PCARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25887) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25894) : error C3861: 'WIDC_PF_BPIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25894) : error C2051: case expression not constant
\Official Source\Source\_Interface\WndField.cpp(25901) : error C3861: 'WIDC_PF_APIECARD': identifier not found, even with argument-dependent lookup
\Official Source\Source\_Interface\WndField.cpp(25901) : error C2051: case expression not constant

You forgot to do the Resource edits.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
46
Reaction score
1
hello sir about this error when compiling neuz


WndManager.cpp
\New Source 2\Program\_Interface\WndManager.cpp(1040) : error C2065: 'pWndChild' : undeclared identifier
\New Source 2\Program\_Interface\WndManager.cpp(1043) : error C3861: 'pWndChild': identifier not found, even with argument-dependent lookup


amd this in compiling Worldserver

_AIInterface\AIPet.cpp(161) : error C2065: 'ARMOR_GEN' : undeclared identifier
 
Last edited:
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
ARMOR_GEN has to be written in defineneuz.h
and how to make it work with the blue equipments, read what i've written..

about the pWndChild, not exacly sure, so recheck the codes
 
Experienced Elementalist
Joined
Oct 9, 2008
Messages
204
Reaction score
36
and im learning from this one!!, including also the Colosseum by yannick >.<,

thank you very much!

@PS those who want to edit the interface, is isn't hard, Daisy me trollin out there >:D
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
Nice work man, +rep'd.
 
Back
Top