Adding Premium items to the store, Kekkus.

Newbie Spellweaver
Joined
Feb 25, 2008
Messages
71
Reaction score
0
sup all, i need help ( guide\ tutorial\ explenation) how to add premium items onto my store, in my private server. I have the basic kekkus flies and everything is working as well ( registeration, connections, game types, maps and etc), no any major problems, the only problem is that there are no Premium items in the store.

I dont realy care wich prems there will be ( of course not 4 sets 2 shotguns and 1 premium pistol :), there should be enough sets and Premium items).

OK guys, hope someone understood me and can help me, soz for my BAD english.

peace.
 
well you can do what I did, but my method doesn't guarentee that you will get all the prems and items you are looking for. Basically I went to my match server folder, and then I opened up both zitem.xml, and shop.xml. From there, I looked at the code number or whatever you want to call it, of each item in the zitem.xml, and I checked to see if it was in the shop. If it wasn't in the shop, I would take the code number of that item, and add it into the shop (in order to add, just copy the same format all the other items have, and replace the id part with the new one). Do this all the way until you put in all the codes of the zitem, and then save the shop.xml, and close the zitem. Start your server back up, and you should see much more items in the shop. The problem with doing this is that chances are, you are probably going to get a couple of items with the nomsg error, which is caused because that item is not added into the either the model, man, or woman.mrs, and it isn't added into the system.mrs either (I think that's the reason). But if there are items that have a nomsg error, just take them out of your shop.xml. It can be a pain in the ass to add all those items into the shop, but I found that I could never get any of the custom shops people have released on ragezone to work. But if you want, you can search up some custom shops people have made, and try to make them work. Anyways hope I helped, and sorry for the blob of text.
 
Upvote 0
ty!!! with Zitem Tool i generate shop.xml and i updated it on system.mrs & match server folder and i can see the prems (have some swrods like 10 "nomsg").
but how i can delete the nomsg items? (in zitem.xml right but how i can find them?)
 
Upvote 0
if you want to get rid of the nomsg swords, you don't have to change your zitem. All you have to do is first of all, figure out how far down the shop list your sword is. (count all the items from the top until you reach the nomsg sword), and remember that number. Go to your shop.xml, count all the item tags from the top (don't count comments or any of that stuff), and keep counting till you find the item code for the no msg sword. Delete it off the shop.xml, then save it (be sure to make a back up of shop.xml), and then run GunZ again to see if the sword is gone from the shop.
 
Upvote 0
Back