What I did was change all the item id's from 500,000 range to the 200,000 range, I remembered reading somewhere that item id's had to be below 500,000 in order to show up in the shop, well this is apparently true.
Put the xml files in your server and in your client system.mrs.. I put the CRC in the zip file comment. This should work for 2005 client/server too.. but I am these days trying to make july server work as good as possible.
Oh.. the shop.xml premium list was made by someone else but I forget who.. it's somewhere on this forum.
v2 fixes that I had some premium items in 200,000 range and those are quest item id's.. so I moved 20x,xxx premiums to 28x,xxx item id's.. v2 also has elements in the shop and element id's changed.
ultraedit.. find/replace with regexp.. find: 5^([0-9][0-9][0-9][0-9][0-9]^) and replace: 2^1
GM/Event items..
Put the xml files in your server and in your client system.mrs.. I put the CRC in the zip file comment. This should work for 2005 client/server too.. but I am these days trying to make july server work as good as possible.
Oh.. the shop.xml premium list was made by someone else but I forget who.. it's somewhere on this forum.
v2 fixes that I had some premium items in 200,000 range and those are quest item id's.. so I moved 20x,xxx premiums to 28x,xxx item id's.. v2 also has elements in the shop and element id's changed.
ultraedit.. find/replace with regexp.. find: 5^([0-9][0-9][0-9][0-9][0-9]^) and replace: 2^1
GM/Event items..
Code:
<!-- GM/EVENT/SPECIAL PREMIUMS -->
<SELL itemid="400001" /> <!-- Ring of Apology -->
<SELL itemid="400002" /> <!-- Bug Buster Trench Coat (Men) -->
<SELL itemid="400003" /> <!-- Bug Buster Trench Coat (Women) -->
<SELL itemid="400004" /> <!-- Main Event Jacket (Men) -->
<SELL itemid="400005" /> <!-- Main Event Jacket (Women) -->
<SELL itemid="400006" /> <!-- Decipher's Ring -->
<SELL itemid="400007" /> <!-- Triangle Seaweed-Rolled Rice -->
<SELL itemid="400008" /> <!-- Pampoa Companion Coat (Men) -->
<SELL itemid="400009" /> <!-- Pampoa Companion Coat (Women) -->
<SELL itemid="400010" /> <!-- Candy Bar -->
<SELL itemid="400011" /> <!-- Burning Tide Helmet (Men) -->
<SELL itemid="400012" /> <!-- Burning Tide Helmet (Women) -->
Attachments
Last edited: