- Joined
- Jul 3, 2008
- Messages
- 5
- Reaction score
- 0
This .sql file will make Mia in Henesys sell level 90 - 110 weapons. I take full credit for making this.
Here is a short tutorial on how to make this work:
Open 'Weapon seller 90 - 110 Mia.sql' with MYSQL. ( Open up MYSQL and go to File > Open script and browse for 'Weapon seller 90 - 110 Mia.sql' ) Now click the green button that says 'Execute' which is located in the top right corner.
The default shop ID is 1441, If this is taken then change it to a shop ID which is available. The prices are a bit high because my server meso rate is high. If you wish to change them, go to the third column of pink writing and change them to the price of your choice.
If Mia is taken then find another NPC which is not taken. Get the NPC ID, by going to
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1441, 9010002);
Download:
Enjoy
Here is a short tutorial on how to make this work:
Open 'Weapon seller 90 - 110 Mia.sql' with MYSQL. ( Open up MYSQL and go to File > Open script and browse for 'Weapon seller 90 - 110 Mia.sql' ) Now click the green button that says 'Execute' which is located in the top right corner.
The default shop ID is 1441, If this is taken then change it to a shop ID which is available. The prices are a bit high because my server meso rate is high. If you wish to change them, go to the third column of pink writing and change them to the price of your choice.
If Mia is taken then find another NPC which is not taken. Get the NPC ID, by going to
To view the content, you need to sign in or register
and change the following text in bold:INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1441, 9010002);
Download:
Code:
http://www.mediafire.com/?ebiakd0jizx
Enjoy

Last edited: