Hi.
I just put the Affect potions by Vegas and i have a little problem
I have a little problem at the compile for source
In char_affect:
if ((pkAff->dwType == pkAff_blend[0]) || (pkAff->dwType == pkAff_blend[1]) || (pkAff->dwType == pkAff_blend[2]) ||
(pkAff->dwType == pkAff_blend[3]) || (pkAff->dwType == pkAff_blend[4]) || (pkAff->dwType == pkAff_blend[5]))
In char_item:
for (int i = 0; i < _countof(listVnums); i++)
and
if (item->GetVnum() == listVnums[i])
The compilator says that around here i have a problem
But the system it`s working perfectly






