Jump to content
Mhalicot

Costume Item Plugins

Recommended Posts

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...
 
Capturar.png

 

 

@@Mhalicot @@Dastgir Help please!

Share this post


Link to post
Share on other sites

After last HPM changes, probablty all plugins need some fixes.

How and what to fix, see sample plugin and compare with own.

Share this post


Link to post
Share on other sites

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...

 

Capturar.png

 

 

@@Mhalicot @@Dastgir Help please!

You haven't compiled/enabled HPMHooking plugin,

You need to enable that plugin too, so that this one works well...

Share this post


Link to post
Share on other sites

@Dastgir After update to last Hercules version i get a lot erros... idk


 

 

Severity Code Description Project File Line
Error (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 60
Error (active) cannot open source file "common/malloc.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 8
Error C1083 Cannot open include file: 'common/malloc.h': No such file or directory CostumeItem d:projeto playrökchaos-renew-serverpluginscostumeitem.c 8
Error (active) cannot open source file "common/timer.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 9
Error (active) cannot open source file "common/HPMi.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 10
Error (active) cannot open source file "common/mmo.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 11
Error (active) cannot open source file "map/itemdb.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 12
Error (active) cannot open source file "map/battle.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 13
Error (active) cannot open source file "map/script.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 14
Error (active) cannot open source file "map/status.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 15
Error (active) cannot open source file "map/clif.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 16
Error (active) cannot open source file "map/pet.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 17
Error (active) cannot open source file "map/map.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 18
Error (active) cannot open source file "map/mob.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 19
Error (active) cannot open source file "map/pc.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 20
Error (active) cannot open source file "common/HPMDataCheck.h" CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 22
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 42
Error (active) expected an identifier CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 47
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 49
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 57
Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 60
Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 62
Error (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72
Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72
Error (active) identifier "uint16" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 72
Error (active) identifier "uint32" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 74
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 81
Error (active) identifier "MAX_SKILL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 82
Error (active) identifier "int64" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 85
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 91
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 92
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 93
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 94
Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 96
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98
Error (active) identifier "status" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 98
Error (active) identifier "SCO_FIRST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 100
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 102
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 102
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 103
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 103
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 104
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 104
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 105
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 105
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 106
Error (active) identifier "MAX_INVENTORY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 107
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 108
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 108
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 110
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 112
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 113
Error (active) identifier "MAX_CART" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 114
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 115
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 117
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 118
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 122
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 124
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 125
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 126
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 127
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 128
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 129
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 130
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 131
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 132
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 133
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 134
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 138
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 138
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 139
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 140
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 141
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 142
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 143
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 144
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 145
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 146
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 147
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 148
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 149
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 150
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 151
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 152
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 153
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 154
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 155
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 156
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 157
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 158
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 159
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 160
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 161
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 162
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 165
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 166
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168
Error (active) identifier "SC_CLAIRVOYANCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 168
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169
Error (active) identifier "SELF" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169
Error (active) identifier "SI_CLAIRVOYANCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 169
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 171
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 171
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 173
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 174
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 175
Error (active) identifier "DEFAULT_WALK_SPEED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 175
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 177
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 178
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 179
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_MASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_BOSS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_PLANT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_DETECTOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_ANGRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) identifier "MD_TARGETWEAK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 184
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186
Error (active) identifier "JOBL_BABY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186
Error (active) identifier "SZ_MEDIUM" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186
Error (active) identifier "SZ_SMALL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 186
Error (active) identifier "battle" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 187
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 188
Error (active) identifier "SZ_BIG" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 189
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 190
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 193
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 195
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 196
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 197
Error (active) identifier "RC_DEMIHUMAN" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 197
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 200
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 200
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 201
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 202
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 203
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 204
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 205
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 206
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 207
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 208
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 209
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 210
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 211
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 212
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 213
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 214
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 215
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 216
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 217
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 218
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 219
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 220
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 221
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 222
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 223
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 224
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 225
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 226
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 229
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 229
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232
Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 232
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 233
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 233
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 234
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 234
Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 237
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 238
Error (active) identifier "EQI_AMMO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 241
Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242
Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 242
Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244
Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 244
Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 246
Error (active) identifier "EQI_COSTUME_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248
Error (active) identifier "EQI_COSTUME_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 248
Error (active) identifier "EQI_COSTUME_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 250
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 252
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 254
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 257
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 257
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 258
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 258
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 263
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 263
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 266
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 266
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 268
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 270
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 276
Error (active) identifier "MAX_REFINE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 276
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 277
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 279
Error (active) identifier "IT_WEAPON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 279
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 280
Error (active) identifier "REFINE_TYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 283
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 285
Error (active) identifier "EQP_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 285
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 286
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 287
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 289
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 290
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 292
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 292
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 293
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 294
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 305
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 307
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 307
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 308
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 309
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 310
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 311
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 312
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 314
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 319
Error (active) identifier "CARD0_FORGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 319
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 321
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 321
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 322
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 322
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323
Error (active) identifier "MAPID_BLACKSMITH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 323
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 324
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 326
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 327
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 327
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 330
Error (active) identifier "IT_ARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 330
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 332
Error (active) identifier "REFINE_TYPE_ARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 333
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 334
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 336
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 337
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 339
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 346
Error (active) identifier "EQI_AMMO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 346
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 347
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 348
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 349
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 349
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 350
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 351
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 352
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 353
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 360
Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 361
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 361
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 367
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 368
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 368
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 369
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 369
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 373
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 373
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 377
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 380
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 386
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 387
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 387
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 389
Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 392
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 393
Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397
Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 397
Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399
Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 399
Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 401
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 404
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 409
Error (active) identifier "MAX_SLOTS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 411
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 413
Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 416
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 420
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 420
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 421
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 421
Error (active) identifier "map" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 426
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 426
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 429
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 430
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 435
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 438
Error (active) identifier "EQP_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 438
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 439
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 440
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 441
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 443
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450
Error (active) identifier "SC_ITEMSCRIPT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 450
Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 451
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 451
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 452
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 453
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 456
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 457
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 458
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 459
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 460
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 461
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 461
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 465
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 465
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 466
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 466
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 467
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 467
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 468
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 468
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 470
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 470
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 471
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 471
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 472
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 472
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 475
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 475
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 476
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 476
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 477
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 477
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 478
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 478
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 479
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 479
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 480
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 480
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483
Error (active) identifier "W_1HSPEAR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483
Error (active) identifier "W_2HSPEAR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 483
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 486
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 486
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 487
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 487
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 493
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 494
Error (active) identifier "MAX_LEVEL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 494
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 498
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 499
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 500
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 501
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 502
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 503
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508
Error (active) identifier "MAPID_UPPERMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508
Error (active) identifier "MAPID_SUPER_NOVICE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 508
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 509
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 510
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 511
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 512
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 513
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 514
Error (active) identifier "BS_HILTBINDING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 518
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 519
Error (active) identifier "SA_DRAGONOLOGY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 520
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 521
Error (active) identifier "AC_OWL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 522
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 523
Error (active) identifier "RA_RESEARCHTRAP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 524
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 525
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 528
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 529
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 530
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 531
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 532
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 533
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 534
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 535
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 536
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 537
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 538
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 539
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545
Error (active) identifier "MAX_WEAPON_TYPE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 545
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 546
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 550
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 557
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 559
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 559
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 560
Error (active) identifier "CR_TRUST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 563
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 564
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 567
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 568
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 569
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 570
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 572
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 572
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 574
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 575
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 576
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 577
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 582
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 584
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 584
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 585
Error (active) identifier "SL_KAINA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 588
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 589
Error (active) identifier "HP_MEDITATIO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 590
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591
Error (active) identifier "int64" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 591
Error (active) identifier "HW_SOULDRAIN" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 592
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 593
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 593
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 595
Error (active) identifier "WM_LESSON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 596
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 597
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 601
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 602
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 603
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 604
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 606
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 606
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 608
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 609
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 610
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 611
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 616
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 618
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 618
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 619
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 619
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621
Error (active) identifier "MAPID_BASEMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621
Error (active) identifier "MAPID_NOVICE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621
Error (active) identifier "JOBL_2" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 621
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 623
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 623
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 625
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 625
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 626
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 627
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 629
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 629
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 631
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 632
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 636
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 636
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 639
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 640
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 642
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 643
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 644
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 647
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 648
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 649
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 650
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 652
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 653
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 654
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 655
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 657
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 658
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 659
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 660
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 662
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 663
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 664
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 665
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 667
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 668
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 669
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 670
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 672
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 673
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 674
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 675
Error (active) identifier "BS_WEAPONRESEARCH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 681
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 682
Error (active) identifier "AC_VULTURE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 684
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 686
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 688
Error (active) identifier "W_BOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 688
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 689
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691
Error (active) identifier "W_REVOLVER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691
Error (active) identifier "W_GRENADE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 691
Error (active) identifier "GS_SINGLEACTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 692
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 693
Error (active) identifier "GS_SNAKEEYE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 694
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 695
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 696
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699
Error (active) identifier "W_1HAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699
Error (active) identifier "W_2HAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699
Error (active) identifier "NC_TRAININGAXE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 699
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 700
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701
Error (active) identifier "W_MACE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701
Error (active) identifier "W_2HMACE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 701
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 702
Error (active) identifier "TF_MISS" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 707
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) identifier "JOBL_2" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) identifier "MAPID_BASEMASK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) identifier "MAPID_THIEF" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 708
Error (active) identifier "MO_DODGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 709
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 710
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 714
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 715
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 716
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 717
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 717
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 718
Error (active) identifier "DEFTYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 718
Error (active) identifier "NC_MAINFRAME" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 721
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 722
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 725
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 726
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 726
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 727
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 734
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 735
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 736
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 737
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 737
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 738
Error (active) identifier "DEFTYPE_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 738
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 742
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 743
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 743
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 744
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 753
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 753
Error (active) identifier "SA_ADVANCEDBOOK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757
Error (active) identifier "W_BOOK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 757
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 758
Error (active) identifier "SG_DEVIL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 759
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 760
Error (active) identifier "GS_SINGLEACTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 761
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 762
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 762
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 763
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 765
Error (active) identifier "KN_CAVALIERMASTERY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 765
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 767
Error (active) identifier "RK_DRAGONTRAINING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 767
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 781
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 781
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 786
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 787
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 789
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 789
Error (active) identifier "MC_INCCARRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 794
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 795
Error (active) identifier "KN_RIDING" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 796
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 797
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 799
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 800
Error (active) identifier "SC_KNOWLEDGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 800
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 801
Error (active) identifier "ALL_INCCARRY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 802
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 803
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 805
Error (active) identifier "GN_REMODELING_CART" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 805
Error (active) identifier "SM_MOVINGRECOVERY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 807
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 808
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 810
Error (active) identifier "HP_MANARECHARGE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 813
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 814
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 816
Error (active) identifier "SC_SERVICEFORYOU" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 816
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 817
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 817
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 819
Error (active) identifier "SC_ATKER_BLOOD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 819
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 820
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 820
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 823
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 824
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 825
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 826
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 827
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 828
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 829
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 830
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 831
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 832
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 836
Error (active) identifier "ELE_HOLY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 836
Error (active) identifier "BS_SKINTEMPER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 837
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 838
Error (active) identifier "ELE_NEUTRAL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 838
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 839
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 839
Error (active) identifier "NC_RESEARCHFE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 841
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 842
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 842
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 843
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 843
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 851
Error (active) identifier "RC_DRAGON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 851
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 852
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 853
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 854
Error (active) identifier "AB_EUCHARISTICA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 857
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 858
Error (active) identifier "RC_DEMON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 858
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 859
Error (active) identifier "ELE_DARK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 859
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 860
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 861
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 862
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 863
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 864
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 865
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 868
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 869
Error (active) identifier "SC_CONCENTRATION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 869
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 870
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 870
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 871
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 871
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 873
Error (active) identifier "SC_SIEGFRIED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 873
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 874
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 875
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 875
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 876
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 876
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 877
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 877
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 878
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 878
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 879
Error (active) identifier "ELE_POISON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 879
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 880
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 881
Error (active) identifier "ELE_DARK" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 881
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 882
Error (active) identifier "ELE_GHOST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 882
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 883
Error (active) identifier "ELE_UNDEAD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 883
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 885
Error (active) identifier "SC_PROVIDENCE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 885
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 886
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 886
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887
Error (active) identifier "RC_DEMON" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 887
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 889
Error (active) identifier "SC_ARMORPROPERTY" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 889
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 890
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 891
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 892
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 893
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 895
Error (active) identifier "SC_ARMOR_RESIST" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 895
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 896
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 897
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 898
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 899
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 901
Error (active) identifier "SC_FIRE_CLOAK_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 901
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 902
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 903
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 903
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 904
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 904
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 906
Error (active) identifier "SC_WATER_DROP_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 906
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 907
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 908
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 908
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 909
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 909
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 911
Error (active) identifier "SC_WIND_CURTAIN_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 911
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 912
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 913
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 913
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 914
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 914
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 916
Error (active) identifier "SC_STONE_SHIELD_OPTION" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 916
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 917
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 918
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 918
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 919
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 919
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 921
Error (active) identifier "SC_MTF_MLEATKED" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 921
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 922
Error (active) identifier "ELE_NEUTRAL" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 922
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923
Error (active) identifier "SC_FIRE_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 923
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 924
Error (active) identifier "ELE_FIRE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 924
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925
Error (active) identifier "SC_WATER_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 925
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 926
Error (active) identifier "ELE_WATER" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 926
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927
Error (active) identifier "SC_WIND_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 927
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 928
Error (active) identifier "ELE_WIND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 928
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929
Error (active) identifier "SC_EARTH_INSIGNIA" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 929
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 930
Error (active) identifier "ELE_EARTH" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 930
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 932
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 935
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 940
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 940
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 942
Error (active) identifier "SP_WEIGHT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 943
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 944
Error (active) identifier "SP_MAXWEIGHT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 945
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 948
Error (active) identifier "SP_CARTINFO" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 949
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 963
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 966
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 969
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 972
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 976
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 977
Error (active) identifier "bool" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 978
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 978
Error (active) identifier "EQI_MAX" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 980
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 981
Error (active) identifier "EQI_HAND_R" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983
Error (active) identifier "EQI_HAND_L" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 983
Error (active) identifier "EQI_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984
Error (active) identifier "EQI_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 984
Error (active) identifier "EQI_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 985
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 987
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 989
Error (active) identifier "IT_CARD" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 992
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 993
Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 996
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 999
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 999
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1002
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1004
Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1008
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1020
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025
Error (active) expected an expression CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1025
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1027
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1027
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1029
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1029
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1030
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1030
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1041
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1042
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1042
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1057
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1058
Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1058
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1059
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1059
Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1061
Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1061
Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1062
Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1062
Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1063
Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1063
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1071
Error (active) identifier "sd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1074
Error (active) identifier "message" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1076
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1079
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1079
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1080
Error (active) identifier "itemdb" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1083
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1085
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1085
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1086
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1089
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1090
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1090
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1091
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1093
Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1093
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1094
Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1094
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1095
Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1095
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1096
Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1096
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1097
Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1097
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1098
Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1098
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1099
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1099
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1100
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1103
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106
Error (active) identifier "IT_PETEGG" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106
Error (active) pointer to incomplete class type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106
Error (active) identifier "IT_PETARMOR" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1106
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1107
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1107
Error (active) identifier "false" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1108
Error (active) identifier "pet" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1113
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1114
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1115
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1116
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1117
Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1117
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1118
Error (active) incomplete type is not allowed CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1119
Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1121
Error (active) identifier "LOG_TYPE_COMMAND" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1121
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1122
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1126
Error (active) identifier "fd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1126
Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1127
Error (active) identifier "TBL_PC" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1135
Error (active) identifier "sd" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1135
Error (active) identifier "st" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1137
Error (active) identifier "script" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1138
Error (active) identifier "pc" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1143
Error (active) identifier "EQP_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147
Error (active) identifier "EQP_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147
Error (active) identifier "EQP_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1147
Error (active) identifier "logs" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1150
Error (active) identifier "LOG_TYPE_SCRIPT" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1150
Error (active) identifier "clif" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1152
Error (active) identifier "CARD0_CREATE" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1156
Error (active) identifier "reserved_costume_id" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1158
Error (active) identifier "EQP_COSTUME_HEAD_TOP" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1161
Error (active) identifier "EQP_COSTUME_HEAD_LOW" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1162
Error (active) identifier "EQP_COSTUME_HEAD_MID" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1163
Error (active) identifier "true" is undefined CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1171
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1175
Error (active) expected a ';' CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1183
Error (active) expected a declaration CostumeItem d:Projeto PlayRÖKchaos-renew-serverpluginscostumeitem.c 1206

 

Share this post


Link to post
Share on other sites

@@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.

Share this post


Link to post
Share on other sites

 

 

 

 

 

 

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..

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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 by Like it~*

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.