Xdragon
June 21st, 2010, 14:24
First open Client.java
Search for wanneshop
Until u find a thing like this :
if(NPCID == 710){
PutNPCCoords = true;
WanneShop = 5;
}
Under the last }
add this :
if(NPCID == $$$$){
PutNPCCoords = true;
WanneShop = @@;
}
Replace the $$$$ whith a npc id
Replace the @@ whith a Shop id [ Do it 60 if u want to be sure its good ]
Now save and go to your Config folder and open Shops.cfg
Scroll down add under the last shop this :
shop = 60 @gre@Shop name 2 2 35 10
The red one means : if you can sell it back or not
1 1 means you can sell it back
2 2 means you cant sell it back
the green one is the item ID u want to be in the shop
The magenta one is the Amoun of the item in the shop
U can add more item in it do at the last item : TAB dan enter a item id and then press tab again and typ the Amount of the item
Save&Compile and ur done
Have fun!
Search for wanneshop
Until u find a thing like this :
if(NPCID == 710){
PutNPCCoords = true;
WanneShop = 5;
}
Under the last }
add this :
if(NPCID == $$$$){
PutNPCCoords = true;
WanneShop = @@;
}
Replace the $$$$ whith a npc id
Replace the @@ whith a Shop id [ Do it 60 if u want to be sure its good ]
Now save and go to your Config folder and open Shops.cfg
Scroll down add under the last shop this :
shop = 60 @gre@Shop name 2 2 35 10
The red one means : if you can sell it back or not
1 1 means you can sell it back
2 2 means you cant sell it back
the green one is the item ID u want to be in the shop
The magenta one is the Amoun of the item in the shop
U can add more item in it do at the last item : TAB dan enter a item id and then press tab again and typ the Amount of the item
Save&Compile and ur done
Have fun!