glemor123 1 Posted July 27, 2015 Please release a diff for rathena thank you Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted July 31, 2015 Please release a diff for rathena thank you Hi rathena has its own version.. try to search it Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted July 31, 2015 Please release a diff for rathena thank you Hi rathena has its own version.. try to search it Can you reproduce this bug? click Quote Share this post Link to post Share on other sites
OverLord 4 Posted August 15, 2015 Hello dears, i really like use this plugin, but i got a lot erros. For compile i on Hercules-12.sln i needed make the next change on all includes. #include "common/malloc.h" to -> #include "../common/malloc.h" But whe i start the emulator i got erros: [Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'map->reqnickdb' but H PMHooking is disabled! [Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'pc->equippoint' but H PMHooking is disabled! And in-game the NPC dont work, "Restore Function" dont see "transformed" gears and the convert system dont work... @@Mhalicot @@Dastgir Help please! Quote Share this post Link to post Share on other sites
4144 364 Posted August 15, 2015 After last HPM changes, probablty all plugins need some fixes. How and what to fix, see sample plugin and compare with own. 1 OverLord reacted to this Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 16, 2015 Hello dears, i really like use this plugin, but i got a lot erros. For compile i on Hercules-12.sln i needed make the next change on all includes. #include "common/malloc.h" to -> #include "../common/malloc.h" But whe i start the emulator i got erros: [Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'map->reqnickdb' but H PMHooking is disabled! [Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'pc->equippoint' but H PMHooking is disabled! And in-game the NPC dont work, "Restore Function" dont see "transformed" gears and the convert system dont work... @@Mhalicot @@Dastgir Help please! You haven't compiled/enabled HPMHooking plugin,You need to enable that plugin too, so that this one works well... Quote Share this post Link to post Share on other sites
OverLord 4 Posted August 16, 2015 @Dastgir After update to last Hercules version i get a lot erros... idk Severity Code Description Project File LineError (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 60Error (active) cannot open source file "common/malloc.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 8Error C1083 Cannot open include file: 'common/malloc.h': No such file or directory CostumeItem d:projeto playrökchaos-renew-serverpluginscostumeitem.c 8Error (active) cannot open source file "common/timer.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 9Error (active) cannot open source file "common/HPMi.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 10Error (active) cannot open source file "common/mmo.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 11Error (active) cannot open source file "map/itemdb.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 12Error (active) cannot open source file "map/battle.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 13Error (active) cannot open source file "map/script.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 14Error (active) cannot open source file "map/status.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 15Error (active) cannot open source file "map/clif.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 16Error (active) cannot open source file "map/pet.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 17Error (active) cannot open source file "map/map.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 18Error (active) cannot open source file "map/mob.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 19Error (active) cannot open source file "map/pc.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 20Error (active) cannot open source file "common/HPMDataCheck.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 22Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 42Error (active) expected an identifier CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 47Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 49Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 57Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 60Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 62Error (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72Error (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 74Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 81Error (active) identifier "MAX_SKILL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 82Error (active) identifier "int64" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 85Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 91Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 92Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 93Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 94Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 96Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98Error (active) identifier "status" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98Error (active) identifier "SCO_FIRST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 100Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 102Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 102Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 103Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 103Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 104Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 104Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 105Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 105Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 106Error (active) identifier "MAX_INVENTORY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 107Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 108Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 108Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 112Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 113Error (active) identifier "MAX_CART" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 114Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 115Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 118Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 122Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 124Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 125Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 126Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 127Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 128Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 129Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 130Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 131Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 134Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 138Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 138Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 139Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 140Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 141Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 142Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 143Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 144Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 145Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 146Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 147Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 148Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 149Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 150Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 151Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 152Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 153Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 154Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 155Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 156Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 157Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 158Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 159Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 160Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 161Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 162Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168Error (active) identifier "SC_CLAIRVOYANCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169Error (active) identifier "SELF" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169Error (active) identifier "SI_CLAIRVOYANCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 171Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 171Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 173Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 175Error (active) identifier "DEFAULT_WALK_SPEED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 175Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 177Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 179Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_MASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_BOSS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_PLANT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_DETECTOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_ANGRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) identifier "MD_TARGETWEAK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186Error (active) identifier "JOBL_BABY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186Error (active) identifier "SZ_MEDIUM" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186Error (active) identifier "SZ_SMALL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186Error (active) identifier "battle" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 187Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 188Error (active) identifier "SZ_BIG" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 189Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 190Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 193Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 195Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 196Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 197Error (active) identifier "RC_DEMIHUMAN" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 197Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 200Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 200Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 201Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 202Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 203Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 204Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 205Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 206Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 207Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 208Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 209Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 210Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 211Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 212Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 213Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 214Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 215Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 216Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 217Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 218Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 219Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 220Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 221Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 222Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 223Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 224Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 225Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 226Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 229Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 229Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 233Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 233Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 234Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 234Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 237Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 238Error (active) identifier "EQI_AMMO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 241Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246Error (active) identifier "EQI_COSTUME_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248Error (active) identifier "EQI_COSTUME_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248Error (active) identifier "EQI_COSTUME_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 254Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 257Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 257Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 258Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 258Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 263Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 263Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 266Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 266Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 268Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 276Error (active) identifier "MAX_REFINE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 276Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 277Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 279Error (active) identifier "IT_WEAPON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 279Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 280Error (active) identifier "REFINE_TYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 283Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 285Error (active) identifier "EQP_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 285Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 286Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 287Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 289Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 290Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 292Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 292Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 293Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 294Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 305Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 307Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 307Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 308Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 309Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 310Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 312Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 319Error (active) identifier "CARD0_FORGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 319Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 321Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 321Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 322Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 322Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323Error (active) identifier "MAPID_BLACKSMITH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 324Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 326Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 327Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 327Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 330Error (active) identifier "IT_ARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 330Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 332Error (active) identifier "REFINE_TYPE_ARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 333Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 334Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 336Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 339Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 346Error (active) identifier "EQI_AMMO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 346Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 347Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 348Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 349Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 349Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 350Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 351Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 353Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 360Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 361Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 361Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 367Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 368Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 368Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 369Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 369Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 373Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 373Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 377Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 387Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 387Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 389Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 392Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 393Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 404Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 409Error (active) identifier "MAX_SLOTS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 411Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 413Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 416Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 420Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 420Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 421Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 421Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 426Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 426Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 429Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 435Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 438Error (active) identifier "EQP_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 438Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 439Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 441Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450Error (active) identifier "SC_ITEMSCRIPT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 451Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 451Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 452Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 456Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 457Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 461Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 461Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 465Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 465Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 466Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 466Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 467Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 467Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 468Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 468Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 470Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 470Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 471Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 471Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 472Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 472Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 475Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 475Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 476Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 476Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 477Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 477Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 478Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 478Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 479Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 479Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 480Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 480Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483Error (active) identifier "W_1HSPEAR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483Error (active) identifier "W_2HSPEAR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 486Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 486Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 487Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 487Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 493Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 494Error (active) identifier "MAX_LEVEL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 494Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 498Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 499Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 500Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 501Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 502Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 503Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508Error (active) identifier "MAPID_UPPERMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508Error (active) identifier "MAPID_SUPER_NOVICE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 509Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 510Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 511Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 512Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 513Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 514Error (active) identifier "BS_HILTBINDING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 518Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 519Error (active) identifier "SA_DRAGONOLOGY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 520Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 521Error (active) identifier "AC_OWL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 522Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 523Error (active) identifier "RA_RESEARCHTRAP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 524Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 525Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 529Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 531Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 533Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 535Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 537Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 539Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545Error (active) identifier "MAX_WEAPON_TYPE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 550Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 557Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 559Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 559Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 560Error (active) identifier "CR_TRUST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 563Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 564Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 567Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 568Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 569Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 572Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 572Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 574Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 575Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 576Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 577Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 582Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 584Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 584Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 585Error (active) identifier "SL_KAINA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 588Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 589Error (active) identifier "HP_MEDITATIO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 590Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591Error (active) identifier "int64" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591Error (active) identifier "HW_SOULDRAIN" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 592Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 593Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 593Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 595Error (active) identifier "WM_LESSON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 596Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 597Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 601Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 602Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 603Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 606Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 606Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 608Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 609Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 610Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 611Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 616Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 618Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 618Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 619Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 619Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621Error (active) identifier "MAPID_BASEMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621Error (active) identifier "MAPID_NOVICE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621Error (active) identifier "JOBL_2" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 623Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 623Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 625Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 625Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 626Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 627Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 629Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 629Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 631Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 632Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 636Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 636Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 639Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 640Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 642Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 647Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 648Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 649Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 652Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 653Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 654Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 657Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 658Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 659Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 662Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 663Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 664Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 667Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 668Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 669Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 672Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 673Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 674Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675Error (active) identifier "BS_WEAPONRESEARCH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 681Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 682Error (active) identifier "AC_VULTURE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 684Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 686Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 688Error (active) identifier "W_BOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 688Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 689Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691Error (active) identifier "W_REVOLVER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691Error (active) identifier "W_GRENADE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691Error (active) identifier "GS_SINGLEACTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 692Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 693Error (active) identifier "GS_SNAKEEYE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 694Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 695Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 696Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699Error (active) identifier "W_1HAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699Error (active) identifier "W_2HAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699Error (active) identifier "NC_TRAININGAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 700Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701Error (active) identifier "W_MACE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701Error (active) identifier "W_2HMACE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 702Error (active) identifier "TF_MISS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 707Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) identifier "JOBL_2" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) identifier "MAPID_BASEMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) identifier "MAPID_THIEF" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708Error (active) identifier "MO_DODGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 709Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 710Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 714Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 715Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 716Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 717Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 717Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 718Error (active) identifier "DEFTYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 718Error (active) identifier "NC_MAINFRAME" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 721Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 722Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 725Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 726Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 726Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 727Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 734Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 735Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 736Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 737Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 737Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 738Error (active) identifier "DEFTYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 738Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 742Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 743Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 743Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 744Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 753Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 753Error (active) identifier "SA_ADVANCEDBOOK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757Error (active) identifier "W_BOOK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 758Error (active) identifier "SG_DEVIL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 759Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 760Error (active) identifier "GS_SINGLEACTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 761Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 762Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 762Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 763Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 765Error (active) identifier "KN_CAVALIERMASTERY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 765Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 767Error (active) identifier "RK_DRAGONTRAINING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 767Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 781Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 781Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 786Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 787Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 789Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 789Error (active) identifier "MC_INCCARRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 794Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 795Error (active) identifier "KN_RIDING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 796Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 797Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 799Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 800Error (active) identifier "SC_KNOWLEDGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 800Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801Error (active) identifier "ALL_INCCARRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 802Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 803Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 805Error (active) identifier "GN_REMODELING_CART" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 805Error (active) identifier "SM_MOVINGRECOVERY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 807Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 808Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 810Error (active) identifier "HP_MANARECHARGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 813Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 814Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 816Error (active) identifier "SC_SERVICEFORYOU" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 816Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 817Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 817Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 819Error (active) identifier "SC_ATKER_BLOOD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 819Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 820Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 820Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 823Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 824Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 825Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 826Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 827Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 828Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 829Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 830Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 831Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 832Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 836Error (active) identifier "ELE_HOLY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 836Error (active) identifier "BS_SKINTEMPER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 837Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 838Error (active) identifier "ELE_NEUTRAL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 838Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 839Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 839Error (active) identifier "NC_RESEARCHFE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 841Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 842Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 842Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 843Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 843Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 851Error (active) identifier "RC_DRAGON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 851Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 852Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 853Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 854Error (active) identifier "AB_EUCHARISTICA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 857Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 858Error (active) identifier "RC_DEMON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 858Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 859Error (active) identifier "ELE_DARK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 859Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 860Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 861Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 862Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 863Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 864Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 865Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 868Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 869Error (active) identifier "SC_CONCENTRATION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 869Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 870Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 870Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 871Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 871Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 873Error (active) identifier "SC_SIEGFRIED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 873Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 874Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 875Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 875Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 876Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 876Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 877Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 877Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 878Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 878Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 879Error (active) identifier "ELE_POISON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 879Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 880Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 881Error (active) identifier "ELE_DARK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 881Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 882Error (active) identifier "ELE_GHOST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 882Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 883Error (active) identifier "ELE_UNDEAD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 883Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 885Error (active) identifier "SC_PROVIDENCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 885Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 886Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 886Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887Error (active) identifier "RC_DEMON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 889Error (active) identifier "SC_ARMORPROPERTY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 889Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 895Error (active) identifier "SC_ARMOR_RESIST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 895Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 901Error (active) identifier "SC_FIRE_CLOAK_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 901Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 902Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 903Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 903Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 904Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 904Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 906Error (active) identifier "SC_WATER_DROP_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 906Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 907Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 908Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 908Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 909Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 909Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 911Error (active) identifier "SC_WIND_CURTAIN_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 911Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 912Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 913Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 913Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 914Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 914Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 916Error (active) identifier "SC_STONE_SHIELD_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 916Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 917Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 918Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 918Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 919Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 919Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 921Error (active) identifier "SC_MTF_MLEATKED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 921Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 922Error (active) identifier "ELE_NEUTRAL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 922Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923Error (active) identifier "SC_FIRE_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 924Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 924Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925Error (active) identifier "SC_WATER_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 926Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 926Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927Error (active) identifier "SC_WIND_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 928Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 928Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929Error (active) identifier "SC_EARTH_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 930Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 930Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 932Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 935Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 940Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 940Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 942Error (active) identifier "SP_WEIGHT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 943Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 944Error (active) identifier "SP_MAXWEIGHT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 945Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 948Error (active) identifier "SP_CARTINFO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 949Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 963Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 966Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 972Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 976Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 977Error (active) identifier "bool" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 978Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 978Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 980Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 981Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 989Error (active) identifier "IT_CARD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 992Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 993Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 996Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 999Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 999Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1002Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1004Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1008Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1020Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025Error (active) expected an expression CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1027Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1027Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1029Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1029Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1030Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1030Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1041Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1042Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1042Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1057Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1058Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1058Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1059Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1059Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1061Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1061Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1062Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1062Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1063Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1063Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1071Error (active) identifier "sd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1074Error (active) identifier "message" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1076Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1079Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1079Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1080Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1083Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1085Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1085Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1086Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1089Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1090Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1090Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1091Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1093Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1093Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1094Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1094Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1095Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1095Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1096Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1096Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1097Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1097Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1098Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1098Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1099Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1099Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1100Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1103Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106Error (active) identifier "IT_PETEGG" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106Error (active) identifier "IT_PETARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1107Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1107Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1108Error (active) identifier "pet" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1113Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1114Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1115Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1116Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1117Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1117Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1118Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1119Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1121Error (active) identifier "LOG_TYPE_COMMAND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1121Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1122Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1126Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1126Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1127Error (active) identifier "TBL_PC" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1135Error (active) identifier "sd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1135Error (active) identifier "st" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1137Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1138Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1143Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147Error (active) identifier "logs" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1150Error (active) identifier "LOG_TYPE_SCRIPT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1150Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1152Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1156Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1158Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1161Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1162Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1163Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1171Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1175Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1183Error (active) expected a declaration CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1206 Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 16, 2015 @@OverLord That error is there because it cannot include the files, there was recent update to makefile.in , maybe you missed to patch that one. Quote Share this post Link to post Share on other sites
OverLord 4 Posted August 16, 2015 (edited) After much help from them @@4144 @@Dastgir (Thx men ) I managed to fix the plugin work on latest version of Hercules. Fixed Plugin Link: Click Edited August 16, 2015 by OverLord Quote Share this post Link to post Share on other sites
MoGuri 1 Posted August 27, 2015 Please release a diff for rathena thank you Hi rathena has its own version.. try to search it Can you reproduce this bug? click This bug is live? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 28, 2015 Please release a diff for rathena thank you Hi rathena has its own version.. try to search it Can you reproduce this bug? click This bug is live?Check it yourself. Some can reproduce, some cannot.. Quote Share this post Link to post Share on other sites
ρixєℓ 21 Posted September 12, 2015 You got a problem with Windows 10? I could not compile using VS2015 Quote Share this post Link to post Share on other sites
Sharpienero 3 Posted September 17, 2015 There's an error regarding names of an @produce'd item, as well as with @marry. It causes the name to be "forgotten". Use this as a reference: http://herc.ws/board/topic/10652-character-names-not-saving-on-items/ Quote Share this post Link to post Share on other sites
samsudin 2 Posted October 22, 2015 (edited) here the plugins fix work on latest version of Hercules based on @@overload just change malloc.h to memmgr.h costumeitem.c Edited October 22, 2015 by samsudin Quote Share this post Link to post Share on other sites
MoGuri 1 Posted October 30, 2015 Or use the one from Dastgir, since its better? :/ Quote Share this post Link to post Share on other sites
bWolfie 138 Posted July 30, 2016 Great plugin. One thing I've found is a sort of duplication bug, well not exactly. If you put a normal version and costumed version of an item in a cart together then relog, their value will increase to two. This however, is only visual. The game will only read 1 of each as there should be, but the client will show 2 of each. Quote Share this post Link to post Share on other sites
dhaisuke 1 Posted February 13, 2017 can i use this one on Linux server? Quote Share this post Link to post Share on other sites
Like it~* 15 Posted April 7, 2017 (edited) What do I need to change so that the command does not convert the item's status, bonus, etc, only its visual part? I'm Sorry, solved. Update 2.0 Converted Costume Items will now removed normal stats and Bonuses. [Mhalicot] 3.0 Item Combos will now Ignore Converted Costume Items. [Mhalicot] 3.1 Fixed HP/SP becomes 1/1 [Mhalicot] 3.2 Fixed Sinx Can't Equipt dagger/sword on both arms(L/R), Special Thanks to Haru for Help [Mhalicot] 3.3 Fixed Error when compiling. Edited April 23, 2017 by Like it~* Quote Share this post Link to post Share on other sites
Thyr 0 Posted June 28, 2017 Anyone can share an updated files of this which is compatible for 2017 hercules. Quote Share this post Link to post Share on other sites
exibitz 0 Posted June 29, 2017 can someone share the latest fixed comaptible for latest revision Quote Share this post Link to post Share on other sites
Easycore 31 Posted June 29, 2017 https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins Quote Share this post Link to post Share on other sites
leertaste 0 Posted October 24, 2017 when i try to recompile with the latest hercules rev. i get 2 errors in line 347: "look" is no element from "item_data" and "struct "item_data"" has no field ""look"" Quote Share this post Link to post Share on other sites
Christian [epicRO] 8 Posted May 2, 2018 This plugin is working fine. Is there any way to set the WEIGHT of costume items to 0? Something like sd->weight -= sd->inventory_data[index]->weight; Thx for reply. Quote Share this post Link to post Share on other sites
ThyroDree 3 Posted July 9, 2018 getting this error too, "look" is no element from "item_data" costumeitem.c: 347:16: error: "struct "item_data"" has no member named ""look"" using dastgir costume plugin Quote Share this post Link to post Share on other sites