- Joined
- Jun 7, 2008
- Messages
- 4
- Reaction score
- 0
I searched and didn't find a pet equip shop here, so, I decided to make a one and Im releasing here.
I don't think it have all Pet Equips but it have most of them
:
So, please don't flame, I really was with nothing to do and did this
The shop is using Patricia (2041014) as NPC, but you can change to whatever you want.
Here is a ScreenShot of a part:
I hope you like =)
I don't think it have all Pet Equips but it have most of them

So, please don't flame, I really was with nothing to do and did this
The shop is using Patricia (2041014) as NPC, but you can change to whatever you want.
Code:
INSERT INTO shops (`shopid`, `npcid`) VALUES (233, [COLOR="Red"]2041014[/COLOR]);
INSERT INTO shopitems
(`shopitemid`, `shopid`, `itemid`, `price`, `position`)
VALUES
(1111890,233,1802022,25000,1),
(1111900,233,1802027,25000,2),
(1111910,233,1802003,25000,3),
(1111920,233,1802006,25000,4),
(1111930,233,1802025,25000,5),
(1111940,233,1802012,25000,6),
(1111950,233,1802018,25000,7),
(1111960,233,1802031,25000,8),
(1111970,233,1802033,25000,9),
(1111980,233,1802015,25000,10),
(1111990,233,1802021,25000,11),
(1112000,233,1802028,25000,12),
(1112010,233,1802036,25000,13),
(1112020,233,1802001,25000,14);
(1112030,233,1802016,25000,15),
(1112040,233,1802035,25000,16),
(1112050,233,1802014,25000,17),
(1112060,233,1802017,25000,18),
(1112070,233,1802010,25000,19),
(1112080,233,1802037,25000,20),
(1112090,233,1802023,25000,21),
(1112100,233,1802030,25000,22),
(1112110,233,1802100,25000,23),
(1112120,233,1802029,25000,24),
(1112130,233,1802004,25000,25),
(1112140,233,1802026,25000,26),
(1112150,233,1802011,25000,27),
(1112160,233,1802002,25000,28),
(1112170,233,1802000,25000,29),
(1112180,233,1802013,25000,30),
(1112190,233,1802007,25000,31),
(1112200,233,1802008,25000,32),
(1112210,233,1802019,25000,33),
(1112220,233,1802005,25000,34),
(1112230,233,1802032,25000,35),
(1112240,233,1802009,25000,36),
(1112250,233,1802034,25000,37),
(1112260,233,1802020,25000,38),
(1112270,233,1802024,25000,39),
(1112280,233,1802049,25000,40),
(1112290,233,1802050,25000,41),
(1112300,233,1802051,25000,42),
(1112310,233,1802052,25000,43),
(1112320,233,1802045,25000,44),
(1112330,233,1802042,25000,45);
Here is a ScreenShot of a part:
![drixjp - [Release] Pet Equip Shop - RaGEZONE Forums drixjp - [Release] Pet Equip Shop - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
I hope you like =)
Last edited: