Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE+Guide] Custom Shops

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 3, 2006
Messages
54
Reaction score
0
Code:
Update-08 Nov 07
Added New Shops


These are made by me and me only,for my own server called ScopeRO
i am only going to release some,Many More Custom Shops are at my server ScopeRO and will not be released
Some of them are specially created for your to use =)
They can be easily edited and i have made a guide for it

Remember to edit them since some of them are raw files [ which means they are not edited to any location or price ]


1) Random Guy
Located At Niflheim_field2, it sells Gift Boxes,Warped Mask[Gives a random mask] and many more.
ok it is mostly like a gamble merchant which sells items that you get random stuffs. it is also a win/lose merchant
Code:
nif_fild02,299,233,0 shop Random Guy 853,12107:200000,12111:5000,12023:5000,12105:10000,644:700,664:2000,665:2000,666:2000,667:2000,12106:150000

2)Nanny
Sells Almost All Support Useable Items.
Code:
prontera,163,174,0     shop Nanny
850,512:500,662:1450,657:3000,656:1500,645:800,12027:1000,12135:20,12119:20,12120:20,12118:20,12121:20,12095:100000,12088:60000,12081:20000,12079:80000,12075:100000,12058:6000,12082:40000,12098:60000,12016:1000,12093:60000,12096:20000,12092:40000,12057:4000,12017:1000,12122:2,12042:4000,12054:8000,12052:4000,12074:80000,12078:60000,12077:40000,12044:8000,12076:20000,12124:20,679:5000,12055:10000,12100:100000,12049:8000,12067:4000,12045:10000,12059:8000,12050:10000,12083:60000,12090:100000,12048:6000,683:20,12046:2000,12123:20,12063:6000,12056:2000,12071:20000,12094:80000,682:20,684:20,12080:100000,12053:6000,12087:40000,12041:2000,12043:

3)Strange Merchant
Sells Dead Branch And Bloody Branch
Code:
morocc,100,100,0    shop    Strange Merchant    880,12103:10000,604:1000

4)Ammo Merchant
Sells Arrows,Bullets,Throwing Weapons
Can Be Easily Edited To Your Choice.[Items,Price And Location]
Code:
prontera,100,100,4	shop	Ammo	807,512:500,1766:40,1755:3,1750:1,13206:80,13200:1,1754:3,1761:3,1752:3,13203:80,1760:3,13252:20,13207:80,1759:3,1757:3,1770:2,13256:10,13259:10,13258:10,13255:10,13257:10,13204:80,1769:3,1765:3,13254:100,13253:40,1763:3,13205:80,13251:10,1767:3,1762:3,1764:3,13202:30,13250:4,1751:3,13201:15,1768:3,1753:2,1756:3,1758:3,1771:50,12145:20,12149:20,12012:1500,12008:1500,12148:20,12147:20,12014:1500,12005:1000,12146:20,12004:500,12104:10000,12015:1500,12013:1500,12150:20,12009:1500,12151:20,12006:1500,12011:1500,12010:1500

5)Child Candy
A Npc That Sells Candy,Icecream and etc.
Code:
prontera,134,189,0	shop	Child	877,512:500,571:20,570:10,539:3000,558:500,573:20,559:5000,536:150,572:15,538:1000,529:10,530:20

6)Halloween Queen
A Special Npc Which Sells Crowns,Tiaras and a special halloween item Pumpkin-Head
Code:
location.gat,100,100,0	shop	Halloween Queen	856,5081:-1,5002:20,2235:20,5152:20,5080:20,5149:20,2234:20,5134:20


-----------------How To Enable Shop----------------------
First of all go to your server file then to npc->merchants look for shops.txt
open it up with wordpad or notepad whichever you want to.
look for lines something like this depending what town you wanna put it in
Code:
//=======================================================
// Niflheim
//=======================================================
below it enter the code for the script
so it would look something like this
Code:
//=======================================================
// Niflheim
//=======================================================
nif_fild02,299,233,0 shop Random Guy 853,12107:200000,12111:5000,12023:5000,12105:10000,644:700,664:2000,665:2000,666:2000,667:2000,12106:150000
Restart your server and look for it for any bugs.



--------Changing The Location---------
To change the locations i'm going to give you an example
Normal Coding
Code:
nif_fild02,299,233,0 shop Random Guy 853,12107:200000,12111:5000,12023:5000,12105:10000,644:700,664:2000,665:2000,666:2000,667:2000,12106:150000
So the format is kind of
Code:
Location,x,y,0 shop .........
so lets say i want it to be prontera 119,273 so i would put this
Code:
prontera,119,273,0 shop Random Guy 853,12107:200000,12111:5000,12023:5000,12105:10000,644:700,664:2000,665:2000,666:2000,667:2000,12106:150000



-------Changing Prices------------
Example Below RAW FILE of Nanny
Code:
location.gat,100,100,0    shop    Nanny    850,512:500,662:1450,657:3000,656:1500,645:800,12027:1000,12135:20,12119:20,12120:20,12118:20,12121:20,12095:100000,12088:60000,12081:20000,12079:80000,12075:100000,12058:6000,12082:40000,12098:60000,12016:1000,12093:60000,12096:20000,12092:40000,12057:4000,12017:1000,12122:2,12042:4000,12054:8000,12052:4000,12074:80000,12078:60000,12077:40000,12044:8000,12076:20000,12124:20,679:5000,12055:10000,12100:100000,12049:8000,12067:4000,12045:10000,12059:8000,12050:10000,12083:60000,12090:100000,12048:6000,683:20,12046:2000,12123:20,12063:6000,12056:2000,12071:20000,12094:80000,682:20,684:20,12080:100000,12053:6000,12087:40000,12041:2000,12043:6000
Ok after the Location shop name everything you see the numbers. yeah its confusing. ok their ordered by Item Id:price
lets say you want item 12075 to be 3k zeny
look for item 12075 in the script and it should look something like this
Code:
....Other items........,12075:[COLOR=red]3000[/COLOR],.......Other items..
you can look up item ids at

Code:
 [COLOR="red"]NOTE ! IF YOU DO NOT CONFIGURE BOTH YOUR LOCATION AND PRICE OF THE NPC , IT MAY LEAD TO A STUCKED LOCATION AND A ZENY EXPLOIT[/COLOR].

You can post any questions here.
Credits
Guide : Habitat,figure
Codes : Habitat,figure
 
Last edited:
Master Summoner
Loyal Member
Joined
Oct 10, 2006
Messages
591
Reaction score
0
Nice Guide, added in sticky.
Thanks you
EDIT: Dun advt your server, link deleted.

-F.O.X
 
Newbie Spellweaver
Joined
Dec 3, 2006
Messages
54
Reaction score
0
Thanks. will be adding more custom shops
 
Status
Not open for further replies.
Back
Top