I am having an bit of trouble to have all the CS Boxes sell at an fixed price.
What i did was changed all the dwItemKind3(IK3_SCROLL) to IK3_FASH_BOX and added the IK3_FASH_BOX to defineItemKind.h as 193.
Now i edited Projectcmn.cpp and added this
Under prop.dwCost
Code:
if( prop.dwItemKind3 == IK3_FASH_BOX )
{
prop.dwCost = (int)FASH_BOX_PRICE;
}
#define FASH_BOX_PRICE 500000
Compiled
Copied Spec_Item and defineItemKind to the client folder
Launched the stuff no errors server and no errors client
But when i navigate to the shop the Prices are that of dwCost of Spec_Item.
Am i missing something? of am i just blind to see it correctly. Its already an bit late here.
Thanks for the tips.
With kind regards.
NEVERMIND!! Problem solved. i forgot to copy WorldServer.exe to the programs folder. I think i am to tired atm to contineu.






