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] Cash shop npc's in the FM.

Newbie Spellweaver
Joined
Apr 11, 2008
Messages
7
Reaction score
0
First things first, I give 99% credit to Ruezu for releasing his RealityMS repack. I just used his idea and changed the npcs a bit and made it so that people can add this to their own sources.

Also this is my first release so please tell me if I have done anything wrong.


1. Add this code to your NPCScripts.h

Code:
case 9310008: shop(npc); break; //FM Cash shop npc
            case 9040001: shop(npc); break; //FM Cash shop npc
            case 9040002: shop(npc); break; //FM Cash shop npc
            case 9100002: shop(npc); break; //FM Cash shop npc
            case 9100003: shop(npc); break; //FM Cash shop npc
            case 9100004: shop(npc); break; //FM Cash shop npc
            case 9300001: shop(npc); break; //FM Cash shop npc
            case 9300002: shop(npc); break; //FM Cash shop npc
            case 9300003: shop(npc); break; //FM Cash shop npc
            case 9300004: shop(npc); break; //FM Cash shop npc
            case 9300005: shop(npc); break; //FM Cash shop npc
            case 9300006: shop(npc); break; //FM Cash shop npc
            case 9300007: shop(npc); break; //FM Cash shop npc
            case 9300008: shop(npc); break; //FM Cash shop npc
            case 9300009: shop(npc); break; //FM Cash shop npc
2. Add the xml's which I have attached to their respective folders.

3. Go to fm and click on the npc's and buy whatever you wish to buy :D.


Thanks.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 8, 2008
Messages
113
Reaction score
1
Thanks for releasing this for me =P
 
Newbie Spellweaver
Joined
Apr 11, 2008
Messages
7
Reaction score
0
No problem, tell me guys if it is working :D
 
Newbie Spellweaver
Joined
Apr 15, 2008
Messages
41
Reaction score
0
idk why when i click on the npc nothing shows up
 
Newbie Spellweaver
Joined
Apr 11, 2008
Messages
7
Reaction score
0
Hmm seems like no one is able to click on the npc, and btw the wierd npc's are supposed to be there :D. They are the storekeepers.

As for the shop not showing up, I will look into the issue
 
Newbie Spellweaver
Joined
May 4, 2008
Messages
25
Reaction score
0
NPCs arnt showing shops.

EDIT// Lol im a litttle late.
 
Last edited:
Initiate Mage
Joined
Apr 9, 2008
Messages
2
Reaction score
0
Hmm seems like no one is able to click on the npc, and btw the wierd npc's are supposed to be there :D. They are the storekeepers.

As for the shop not showing up, I will look into the issue



Alright ty
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
5
Reaction score
0
man this is really nice, i've been working on a cs with showa shops
 
Initiate Mage
Joined
Apr 27, 2008
Messages
2
Reaction score
0
Anyone know why it doesn't work for me?
The shops show up, but nothing happens when I click.
 
Newbie Spellweaver
Joined
Apr 15, 2008
Messages
41
Reaction score
0
i found a way to fix it. ok first click build and click clean solution. then click rebuild solution. next grab a bag of chips and munch. after rebuilding is finish click debug and start your server. mr. oh and any other npc you added should work.
 
Junior Spellweaver
Joined
Apr 26, 2008
Messages
154
Reaction score
0
pleasse i want is work ther so bute npc pliz som1 fix it!i use rev 0.0.7
 
Back
Top