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!

Mr. Moneybags

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 1, 2008
Messages
55
Reaction score
2
Here is a custom npc i made, he sells maple items, boss hunter equips, some items like mark of beta, maple hats, and other stuff that are useful to players. Not a major release, but still a release anyways.




:kisss:


Download the file, and change the npc to any you like, after that, copy the script, or right here into mysql and execute.

PHP:
INSERT INTO shops
   (`shopid`, `npcid`) 
VALUES 
(333332, 9300010); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1032041, 100000000, 1); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1092045, 100000000, 2); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1092046, 100000000, 3); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1092047, 100000000, 4); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1302064, 100000000, 5); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1312032, 100000000, 6); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1322054, 100000000, 7); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1332055, 100000000, 8); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1332056, 100000000, 9); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1372034, 100000000, 10); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1382039, 100000000, 11); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1402039, 100000000, 12); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1412027, 100000000, 13); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1422029, 100000000, 14); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1432040, 100000000, 15); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1442051, 100000000, 16); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1452045, 100000000, 17); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1462040, 100000000, 18); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1472055, 100000000, 19); 

INSERT INTO shopitems 
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1002511, 100000000, 20); 

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`) 
VALUES 
(333332, 1050018, 100000000, 21); 

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1051017, 100000000, 22);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052151, 100000000, 23);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002750, 100000000, 24);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052152, 100000000, 25);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072346, 100000000, 26);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072345, 100000000, 27);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002749, 100000000, 28);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052148, 100000000, 29);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002740, 100000000, 30);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052149, 100000000, 31);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072343, 100000000, 32);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072342, 100000000, 33);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002739, 100000000, 34);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002574, 200000000, 35);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002554, 50000000, 36);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002419, 50000000, 37);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002518, 50000000, 38);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1442023, 1000000000, 39);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1012070, 50000000, 40);

If you want a different npc, chance the npc. Code is glitchy, so i use php.
 
Master Summoner
Loyal Member
Joined
Nov 30, 2007
Messages
511
Reaction score
0
Re: [Release] Mr. Moneybags

Horrible.
 
Master Summoner
Loyal Member
Joined
Nov 30, 2007
Messages
511
Reaction score
0
Re: [Release] Mr. Moneybags

Do you have a good reason for flaming him? At least he tried.
Does Wilsong have a reason for thinking it's nice? Probably not, and if he does, I don't have to. I think it's horrible, and that's that. How Dcpham reacts to our opinions is up to him. By the way, I wasn't flaming him, I was expressing my feelings about his 'release'.
 
Experienced Elementalist
Joined
Jul 8, 2008
Messages
246
Reaction score
0
Re: [Release] Mr. Moneybags

Lmao@iGoofy
to make this antispam i shall say
'nice'
 
Newbie Spellweaver
Joined
Jul 1, 2008
Messages
55
Reaction score
2
Re: [Release] Mr. Moneybags

Well, i am a noob coder, so taking your opinion of horrible means that i need more coding experience. Lol, the thing is, any flaming that comes to me, i always find a positive out of it.

:technolog
 
Newbie Spellweaver
Joined
Apr 10, 2008
Messages
38
Reaction score
1
Re: [Release] Mr. Moneybags

Well, whatever makes you happy.

I still think saying
"Horrible" is pretty harsh.
 
Master Summoner
Loyal Member
Joined
Nov 30, 2007
Messages
511
Reaction score
0
Re: [Release] Mr. Moneybags

Well, i am a noob coder, so taking your opinion of horrible means that i need more coding experience. Lol, the thing is, any flaming that comes to me, i always find a positive out of it.

:technolog
aw dun worry. :)

i sry 4 wut i sed. NICE RLS!!1
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [Release] Mr. Moneybags

eh all the posts from him are mean :p
 
Initiate Mage
Joined
Jul 16, 2008
Messages
0
Reaction score
0
Re: [Release] Mr. Moneybags

Well, I'm using Sean Repack and Mr. Moneybags sells chairs already. I guess I'll just use a different npc for this.
 
Legendary Battlemage
Loyal Member
Joined
Apr 8, 2008
Messages
668
Reaction score
12
Re: [Release] Mr. Moneybags

Very, Very Nice!

Good Job :)
 
Junior Spellweaver
Joined
Feb 24, 2008
Messages
175
Reaction score
3
Re: [Release] Mr. Moneybags

Nice release if others have no need in using then they have no need to post. I have a need to use this my players are always complaining about not enough custom shops, SO IGOOFY STFU and don't speak for everyone, only NOOB leechers want scripted npc's make your own they aren't that hard
 
Master Summoner
Loyal Member
Joined
Nov 30, 2007
Messages
511
Reaction score
0
Re: [Release] Mr. Moneybags

Nice release if others have no need in using then they have no need to post. I have a need to use this my players are always complaining about not enough custom shops, SO IGOOFY STFU and don't speak for everyone, only NOOB leechers want scripted npc's make your own they aren't that hard
hi..um

i do make my own skrpts. im sry 4 wut i said earlier i was in a bad mood. :)) i never taek othr ppls npcs i find it b-low me. :)))
 
Junior Spellweaver
Joined
Feb 24, 2008
Messages
175
Reaction score
3
Re: [Release] Mr. Moneybags

I still wonder why you even post here? So you made every npc yourself even the ones odin included for you?
 
Master Summoner
Loyal Member
Joined
Nov 30, 2007
Messages
511
Reaction score
0
Re: [Release] Mr. Moneybags

I still wonder why you even post here? So you made every npc yourself even the ones odin included for you?
i thnk ur interprtud mi post rong. :) its ok, not every1 kan do it proply. :):)

no no, i just skript mi own npc wen i need a noo 1. i dun take da 1z ppl post here, datz all. :)
 
Junior Spellweaver
Joined
Feb 24, 2008
Messages
175
Reaction score
3
Re: [Release] Mr. Moneybags

Then don't post here if you don't need anyones crap
 
Junior Spellweaver
Joined
May 30, 2008
Messages
103
Reaction score
1
Re: [Release] Mr. Moneybags

Thanks, saves me the trouble of finding ID's :D
 
Status
Not open for further replies.
Back
Top