Adding Fixed Price wont work

05/30/2015 23:56 raventh1984#1
Hi elitepvpers,

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;
}
Inside VersionCommon.h (Database/Neuz/WorldServer) i added
#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.