Drops for Scales and Spirts

Newbie Spellweaver
Joined
May 25, 2008
Messages
98
Reaction score
0
Well this is my first release and I plan to continue. This is so people can get level 110 weapons from the quest.

PHP:
INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140701, 4000244, 10);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140701, 4000245, 10);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140702, 4000244, 10);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140702, 4000245, 10);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140703, 4000244, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8140703, 4000245, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150300, 4000244, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150300, 4000245, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150200, 4000244, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150200, 4000245, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150301, 4000244, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150301, 4000245, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150302, 4000244, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150302, 4000245, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150201, 4000244, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8150201, 4000245, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190000, 4000244, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190000, 4000245, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190005, 4000244, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190005, 4000245, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190003, 4000244, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190003, 4000245, 15);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190004, 4000244, 20);

INSERT INTO monsterdrops
   (`monsterid`, `itemid`, `chance`)
VALUES
   (8190004, 4000245, 20);

8140701 Red Dragon Turtle -- 10
8140702 Rexton -- 10
8140703 Brexton -- 20
8150300 Red Wyvern -- 15
8150200 Green Cornian -- 15
8150301 Blue Wyvern -- 15
8150302 Dark Wyvern -- 20
8150201 Dark Cornian -- 20
8190000 Jr. Newtie -- 15
8190005 Nest Golem -- 20
8190003 Skelegon (Undead) -- 15
8190004 Skelosaurus (Undead) -- 20

spirits- 4000244
scales- 4000245
 
Last edited:
Re: [Release] Drops for Scales and Spirts

Nice but i dont need it NPC sels 110 weapon but nice releas ;) keep going

Most servers do have that. But the point of a private server is to try and recreate the main game you are making a server of, for a feel of the normal game, but with a few advantages, such as higher rates.
 
Re: [Release] Drops for Scales and Spirts

Its the drops for the quests in the latest rev of odinsrc they did not include the drops for the quests
 
Re: [Release] Drops for Scales and Spirts

Nice Job
MesoRanger - Drops for Scales and Spirts - RaGEZONE Forums
MesoRanger - Drops for Scales and Spirts - RaGEZONE Forums
MesoRanger - Drops for Scales and Spirts - RaGEZONE Forums
MesoRanger - Drops for Scales and Spirts - RaGEZONE Forums
MesoRanger - Drops for Scales and Spirts - RaGEZONE Forums
 
Back