RaGEZONE sponsored advertisment:
| | The free 3D side scrolling MMORPG. | |
07-03-2008
|
#1 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| [Release] Lvl 70 Weapon Seller and Maple Item Seller
Here are two scripts that I just made, work great on my server
Maple Item Store(Default NPC is Mr.Moneybags) PHP Code: 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);
Level 70 Weapons(Mia in Henesys) PHP Code: INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(333331, 9010002);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1472026, 150000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1472028, 150000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1472027, 150000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1472029, 150000000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1332018, 150000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1332019, 150000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1452010, 150000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1452011, 150000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1452009, 150000000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1302012, 150000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1322019, 150000000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1462009, 150000000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1312010, 150000000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1402012, 150000000, 14);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1412008, 150000000, 15);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1422010, 150000000, 16);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1432007, 150000000, 17);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1442008, 150000000, 18);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1372015, 150000000, 19);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1050018, 100000000, 20);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333331, 1051017, 100000000, 21);
|
| |
RaGEZONE sponsored advertisment:
07-03-2008
|
#2 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
i have a question.. what is the "values" for example 333331, can it be any number?
__________________ 
I guess some people like it too much |
| | 
Endorsement
07-03-2008
|
#3 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Thats the shop id, you can just make it a random number, as long as its not already in the "shop" table.
I doubt you will have that randomly made shop id number in your database.
|
| | 
Endorsement
07-03-2008
|
#4 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
alright Thanks ^^ Do I have to execute these, when the server is off? or can it be on while I execute for it to work
__________________ 
I guess some people like it too much |
| |
07-03-2008
|
#5 (permalink)
| | Newbie
Rank: Hobbit
Join Date: Jun 2008
Posts: 16
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
the server can be up when you execute them.
|
| |
07-03-2008
|
#6 (permalink)
| | Moderator
Rank: Moderator Join Date: Apr 2008
Posts: 2,508
Thanked 24 Times in 13 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
very nice (: i already made one but good for other people (:
|
| |
07-03-2008
|
#7 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Ok, I executed them, but when I try to talk to NPC for example, I set the NPC ID for Mapleweapons to Nana (L) in ludi, she wont talk.. do i have to compile or something Rofl?
__________________ 
I guess some people like it too much |
| |
07-03-2008
|
#8 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
|
Originally Posted by infernofreez | |
Ok, I executed them, but when I try to talk to NPC for example, I set the NPC ID for Mapleweapons to Nana (L) in ludi, she wont talk.. do i have to compile or something Rofl?
| Did you change this part
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(3333*** 9300010);
The part in red?
Did any errors come up?
|
| |
07-03-2008
|
#9 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
No, but Can I change it into a different NPC? Example NANA in Ludi
__________________ 
I guess some people like it too much |
| |
07-03-2008
|
#10 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Lol, if you want to change the NPC, put the NPC number where the red part is.
|
| |
07-03-2008
|
#11 (permalink)
| | Newbie
Rank: Hobbit
Join Date: Jul 2008
Posts: 20
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
These look great, awesome job, very useful.
|
| |
07-03-2008
|
#12 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
When I put the "NPC" ( Nana in Ludi ) I cant talk to her... she just freezes me..
__________________ 
I guess some people like it too much |
| |
07-03-2008
|
#13 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
I hope your putting in the NPC id...not the name..
|
| |
07-03-2008
|
#14 (permalink)
| | My Sig Owns =]
Rank: Member + Join Date: Apr 2008 Location: Chicago
Posts: 249
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Yea I put the ID still wont talk.
__________________ 
I guess some people like it too much |
| |
07-04-2008
|
#15 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Hm, anyone else have help for this guy?
|
| |
07-04-2008
|
#16 (permalink)
| | PCMaple Re-Pack(the best)
Rank: Member + Join Date: Apr 2008
Posts: 470
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
First of all you stole these and no one needs level 70 equips you don't even know how to program Kaspar just leave you suck and your a jerk who just cusses at everyone. give credits to the real people kaspar go cuss at somone else and
infernofreez use this script if your going to use kaspar's
|
| |
07-04-2008
|
#17 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Um, I did create this Zack, don't get pissy wissy about it. Is Zacky mad that he fucked up his server by kicking me out? Now my server is like 20 ranks above you in every Maplestory site.
Awwwww
Just cause I didn't make you any scripts, doesn't mean shit. Every script on the server(except the defaults on SeansPack) is all written by me.
Give up Zack
|
| |
07-04-2008
|
#18 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Plus, your obviously the noob here. Coding scripts isnt "programming"
Shut the hell up.
|
| |
07-04-2008
|
#19 (permalink)
| | PCMaple Re-Pack(the best)
Rank: Member + Join Date: Apr 2008
Posts: 470
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
use this one infernofreez for Nana in ludi
Kaspar dosen't understand how to code anything not even mysql which is the easiest crap to learn
Also btw Kaspar my server has 25x more people then your server and 100x less lag
BTW nice double post *Takes a big guy to double post to hurt somone's feelings Lol Code: INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(4000, 9201026);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1472026, 150000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1472028, 150000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1472027, 150000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1472029, 150000000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1332018, 150000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1332019, 150000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1452010, 150000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1452011, 150000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1452009, 150000000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1302012, 150000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1322019, 150000000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1462009, 150000000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1312010, 150000000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1402012, 150000000, 14);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1412008, 150000000, 15);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1422010, 150000000, 16);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1432007, 150000000, 17);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1442008, 150000000, 18);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1372015, 150000000, 19);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1050018, 100000000, 20);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(4000, 1051017, 100000000, 21);
|
| |
07-04-2008
|
#20 (permalink)
| | PCMaple Re-Pack(the best)
Rank: Member + Join Date: Apr 2008
Posts: 470
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Also just for the record Kaspar I would have kept you as a GM and a GFX Manager on my server if you would have just stop cussing at me ..... thats the only reason i got rid of you... not cause you were bad or anyone hated you
|
| |
07-04-2008
|
#21 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Haha, CUSS. Lmao...keep bitching Zack.
Lexi is on my server, so is Lathan. Lexi accually plays to..shes like 2nd rebirth now.
We've been up for like...2 days..over 3000 registered users.
Do you guys still have to wait for little Zacky Wacky to get back from his nap to start the server back up?
|
| |
07-04-2008
|
#22 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Lmao! He Stole My Script! Hahahhaha Look At The Numbers! All He Did Is Change The Shop Id! The Item Id Numbers Go In Exact Order As Mine!
Hahah
Leecher!
|
| |
07-04-2008
|
#23 (permalink)
| | PCMaple Re-Pack(the best)
Rank: Member + Join Date: Apr 2008
Posts: 470
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
|
Originally Posted by Kaspar |
Lmao! He Stole My Script! Hahahhaha Look At The Numbers! All He Did Is Change The Shop Id! The Item Id Numbers Go In Exact Order As Mine!
Hahah
Leecher!
| I wasn't stealing lol I was helping somone not like you would have helped him cause your a lazy ass bum who can't seem to understand how to communicate nicely to people without cussing or going crazy ass on somone because your a freaking pyscho path
|
| |
07-04-2008
|
#24 (permalink)
| | Alpha
Rank: Member
Join Date: Jun 2008
Posts: 144
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
Haha, you said
"Use my script"
LMAO!! Hahahahaha
|
| |
07-04-2008
|
#25 (permalink)
| | Newbie
Rank: Hobbit
Join Date: Jun 2008
Posts: 2
Thanked 0 Times in 0 Posts
| Re: [Release] Lvl 70 Weapon Seller and Maple Item Seller
It's funny,
Because im a friend of Kaspar's,
and I was the one finding the shopids,itemids,and prices..
And the sauna is at 100m..
Funny huh?
It happens to be at the EXACT same spot as our script.
|
| |
LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f427/release-lvl-70-weapon-seller-and-maple-item-seller-424455/ | | Posted By | For | Type | Date | | MapleStory Development Team: OdinMS Based: Shops | This thread | Refback | 05-02-2009 08:30 AM | | MapleStory Development Team | This thread | Refback | 04-11-2009 08:06 PM | | OdinMS Source Releases,Guides,Repacks,Revs,Tutorials,HTML-PHP,Tools,Handbook - GameCheetah | This thread | Refback | 04-10-2009 11:27 PM | | MapleStory Private Server :Shops: - GameCheetah | This thread | Refback | 04-06-2009 06:31 AM | | [OdinMS]Releases,Guides,Repacks,Revs,orials,HTML-PHP,Tools,Handbook - Maplestory Releases - ServerFiles.org | This thread | Refback | 03-27-2009 02:42 PM | | [Release] [Library of Useful OdinMS Stuff] [Fixes] [Guides] [Registration Pages] - GameCheetah | This thread | Refback | 03-25-2009 08:21 AM | |