I've seen a few people asking about this. Its pretty easy really but ill post a quick tutorial here just for people:
1. Find the grade of the item you want to have drop (you can find this in the item list you can download off here)
2. Once you have the grade, find the ID of the mob you want the item to drop off (you can find this in the mob list)
3. Once you have these two numbers, go into your SQL, expan GameDefs database, right click MobDrops and click open.
4. Once you are in the MobDrop table, search for the MobID (you can use an SQL script or just use the scroll bar) and enter the grade number you found previously in the grade table and enter the drop rate.
5. If you want to add multiple drops to a single mob then you can, there are a few spaces on the same mob, all you have to do is change the grade number on each row.
u can find them either on AriezOMG's ID list or, on ur database on PS_GameDefs.dbo.Items, there are all the grades of every item, just look for it, if ur too lazy just do something like
SELECT Grade FROM dbo.Items
and it will just show u the grades, or something like....
SELECT ItemName, Grade FROM dbo.Items
and it will show u the name of the item and its grade or simply if ur looking for an specific item's grade u do this
SELECT Grade FROM dbo.Items WHERE ItemName = [here would be the name of the item ur looking for]
and thats it, hope this SQL 1.0.1 lesson has helped u
SELECT Grade FROM dbo.Items
SELECT ItemName, Grade FROM dbo.Items
SELECT Grade FROM dbo.Items WHERE ItemName = [here would be the name of the item ur looking for]
To use the database name in that context, you need to addd "USE PS_GameDefs" before the query. For example:
Code:
USE PS_GameDefs
SELECT ItemName,Grade FROM Items WHERE ItemName='Craft Lapis Lv1'
can any1 give me Item list / Mob list? cant find them , thnx for help
I think the best way to get Items/Mobs ID list is:
-use Shaiya Data File Tool, open data.sah, extract Item.SData and Moster.SData
-after u done this use shShaiya Studio and open Item.SData or Moster.SData
-now u have all Item/Mob ID that exist in ur DB
[PK2 Edit Tutorial] XinhKoNe's PK2 Edit: Bikini Zombie version 4 07/23/2012 - SRO Guides & Templates - 16 Replies -Bikini Zombie and Lady Gaga in vSRO
I think some pictures are better than 1 000 000 words
You can download it. Please post in here your screenshot about it. If you do, I will very happy :x
Nasrun-ZombieBikini_by_XinhKoNe_version4.zip
http://www.mediafire.com/?o3zglwy091hrm1m
[HELP] how to edit drops and dn ratios 01/27/2011 - Dekaron Private Server - 3 Replies how can i change which mob drop what and i want divine drops
i need a explain and tutorial btwi dont know so much about dekaron pservers
i just want to make pserver me and my friends can play
how to edit itemnames for blue/elite drops? 10/30/2010 - Archlord - 125 Replies hi
as i know in the itemtemplate.ini are the names stored, which we can edit for faster seeing between many drops specially in new worlds.
example:
Blode Ring to XXX BLODE RING XXX
Armour of Gott to XXX Hunter Icearmor (Gott) XXX
what i want to know is how can i decrypt/encrypt the *.ini and *.txt files stored in Archlord/Ini