Shaiya World Drops

03/25/2018 10:46 menniks#1
I remember that there was something like world drops back then in shaiya OS. Basically every mob had a pretty low chance to drop items like lapisia, ele lv1, lvl 50 mounts and other stuff. Does anyone know what else than those 3 items can occur as a drop? Or does anyone know where I can check for the world drops in the database?
03/25/2018 13:01 {Skrillex}#2
Hi,
Quote:
SELECT*FROM [PS_GameDefs.[dbo].[MobItems]
If It is really world drop MopID 1 should have an grade with really low DropRate.

Regards
03/25/2018 17:02 menniks#3
I got an ele lv 1 from a random mob in fantasmas lair level 2. I checked all monsters but the only 2 mobs which have a grade for eles are kimu and seraphim. I dont think it has to do smth with that tbh. Thanks for the reply though.

Im using classic EP 4.5 files without anything changed. Should be just like OS.
03/25/2018 17:38 {Skrillex}#4
Whats Mobname in fantasmas?

Try this:
Quote:
SELECT*FROM [PS_GameDefs].[dbo].[Mobs] WHERE [QuestItemID] = YOURELEITEMID
OR
Quote:
Quote:
SELECT*FROM [PS_GameDefs].[dbo].[Mobs] WHERE [MobName] = 'MobNamefromFantasma'
OR Where MobID
Quote:
Quote:
SELECT*FROM [PS_GameDefs].[dbo].[Mobs] WHERE [MobID] = YourFantsamaMobID
Because Maybe this Items is declared in the QuestItemID row as an QuestItem
03/25/2018 20:11 menniks#5
I think I found it. World drops are stored in SequenceItemCreate.ini i think. Would make sense, atleast from the items which are stored in this ini.

Anyways, thank you!
11/02/2018 11:21 Fordmondeo20#6
Can you explain the logic of this INI-file a little bit more?