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!

Summoning/Magic stone SHOP !

Status
Not open for further replies.
Experienced Elementalist
Joined
Apr 3, 2008
Messages
290
Reaction score
0
Well for me its a pain finding my stones and well that alcaster quest is a pain so i made gordon teh shoe seller
a shop sell who sells Magic rocks and summoning stones [=
i decided to look into mobs drops and hunt for the item code and i found them but im sure most of you already know the item code for them ? if not yea haha .

so here open up a new notepad document and paste this in it :
<?xml version="1.0" encoding="UTF-8"?>
<Shop>
<NPC>2020002</NPC>
<Items>
<Item>
<ID>4006001</ID>
<Price>50000</Price>
</Item>
<Item>
<ID>4006000</ID>
<Price>50000</Price>
</Item>
</Items>
</Shop>

then save it and name it :
2020002.xml

then place that .xml in your shops folder .

then im sure most of you have the shop package of all shops so just place this in your npcscripts.h
case 2020002: shop(npc); break; // Gordon -El nath market

then its that simple your all set he now sells summoning stones and magic rocks for 50k O_O ( My servers High rate so 50k is nothing =P)
 
Newbie Spellweaver
Joined
Apr 13, 2008
Messages
81
Reaction score
2
Re: [Release] Summoning/Magic stone SHOP !

Thank you for looking up those rocks, but I think I'll just add them to my GM shop for convienience. ;D
 
Experienced Elementalist
Joined
Apr 3, 2008
Messages
290
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

yea i had a feeling most people didnt know the item id so thought id look em up [=
 
Experienced Elementalist
Joined
Apr 13, 2008
Messages
211
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

ty nice lol
i added this to GM commands to, and changed price to 1.
*50k each is too much for 1 rock, i changed to 5k.
**ITS NOT STONES, ITS ROCKS!
 
Newbie Spellweaver
Joined
Apr 8, 2008
Messages
35
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

Great relase i was tired too of hunting and !spawning then !killall ing.....
 
Experienced Elementalist
Joined
Apr 3, 2008
Messages
290
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

@npmapler

sorry i grew up saying summoning stones and magic rocks =P
and yourwelcome guys
 
Junior Spellweaver
Joined
Apr 8, 2008
Messages
146
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

nice release thanks for this, you could also put this in so it opens the shop for gm's

Code:
else if(strcmp(command, "rockshop") == 0){
            Shops::showShop(player, 2020002);
            }
 
Newbie Spellweaver
Joined
Jul 9, 2007
Messages
47
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

hm its easier to just add them to existing potion shops ? since every1 uses them they will see the rocks there without some1 having to tell them who sells it , its what i did for my server , and id is easy 2get at mapletip.com
 
Newbie Spellweaver
Joined
Oct 14, 2007
Messages
57
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

whats a magic stone? never heard of a magic stone before
 
Newbie Spellweaver
Joined
May 20, 2008
Messages
12
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

^ read above . he meant summoning & magic rocks .
 
Newbie Spellweaver
Joined
Apr 19, 2008
Messages
38
Reaction score
0
Re: [Release] Summoning/Magic stone SHOP !

lol a lot of people dun understand the meaning of stones and know the meaning of rocks when they both are the same?
 
Status
Not open for further replies.
Back
Top