[Release] Jumpquest..quest. Beginner job shop, missing NX for shop

Junior Spellweaver
Joined
May 30, 2008
Messages
103
Reaction score
1
First note: These are all small easy to code releases, I do take credit as i was bored enough to make them ,Second note is: I'm ashamed of the final script for my jump quest..quest. Because i was half asleep and people were bugging me to make white scrolls obtainable, So i couldn't get it to work, then decided to just make it working but in turn making it EXTREMELY messy, It does work 100% but I'm sorry for the sloppiness, Even i think its bad.

The Details:​
Combined 3 jump quests into 1 with a reward at the end, which you take to The game place in henesys park to exchange for 2 white scrolls, you can change whatever you want, and even release a cleaned up version of the quest, since mines AWFUL

For anyone who has perma beginners, like my server has a bunch, I made a shop of all the beginner stuff, Put it where you want and also add the shop to your shops section in MySQL.

And finally, anyone who's using the old Coco NX shop release in there server to Buy NX, it is missing a few NX items, my friend/GM gathered the items into 1 notepad doc so i could add them, So anyone who wants it will also be here.

The releases themselves:

WHITE SCROLL JUMP QUEST


http://www.mediafire.com/?2hb07lmdyhn


Put all 4 JS files into source>Scripts>NPC

Perm-beginner Shop:

Code:
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002515,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002516,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002517,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002518,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002081,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002082,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002083,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002080,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002391,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002392,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002393,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002394,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01002395,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01050100,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01051140,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01092030,1337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01072238,20000000,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01072239,20000000,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082002,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082145,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082146,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082147,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082148,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01082150,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01102040,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302016,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302017,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302025,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302026,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302027,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302028,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01302029,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01312012,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01312013,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01312014,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01312015,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322012,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322021,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322022,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322023,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322024,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322025,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01322026,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01332021,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01372017,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01402014,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01402013,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01432013,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01432015,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01432016,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01432017,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,01432018,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,1442039,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,1442018,13337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,1422011,1333337,0);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(15557,1402044,1333337,0);

And finally,


Coco's missing NX items:
Note that it's not EVERY missing nx item, but the one's we could find

Code:
[B][U]Face Accessory[/U][/B]

1012062 Mild Pink Lipstick
1012074 Neh neh neh boo boo
1012075 Cold Sweat
1012082 Ice Cold Red
1012083 Dollish Pink

[U][B]Hat[/B][/U]
1002738 Bunny Earmuffs
1000030 Sachiel Hair [m]
1000031 Veamoth Hair [m]
1000032 Janus Hair [m]
1001045 Sachiel Hair [f]
1001046 Veamoth Hair [f]
1001047 Janus Hair [f]
1002476 Rough Hat
1002497 Hunting Cap
1002548 White Rabbit Mask
1002549 Black Cat Mask

[B][U]Top[/U][/B]

1042104 Lime Green Sleeveless
1042105 Crown Hooded T
1042106 Rainbow-striped Hoodie
1052091 Sachiel Armor
1052092 Veamoth Armor
1052093 Janus Armor
1052145 [no name]
1062069 Brown chain Pants
1062077 Brown Bubble Jeans

[B][U]Cape[/U][/B]
1102150 Count Dracula Cape
1102095 Veamoth Cape
1102096 Sachiel Cape
1102097 Janus Cape
1102098 Coffin of Gloom
1102107 Rocket Booster
1102154 Zakum Arms
1102156 Aerial Wave Cape

[B][U]Shoes[/U][/B]

1072281 Sachiel Shoes
1072282 Veamoth Shoes
1072283 Janus Shoes
1072333 Green Converse
1072334 Red Converse

[B][U]Weapons[/U][/B]

1702115 Red rose
1702118 Janus Sword
1702119 Sachiel Sword
1702120 Veamoth Sword
1702136 Icy Snow flower ring
1702180 Dark Seraphim
1702183 Sunset Seraphim
1702184 Aqua Seraphim
1702185 White & Yellow Seraphim


If you enjoyed these SMALL releases, please leave a comment, If you think they are stupid. Please don't post, Join my server at

Thank you~

 
Back