Help me!

12/08/2011 11:20 Frichx#1
Hello all

De
Helfen Sie mir, wie Sie die Drop-Leaf in Shaiya ändern?

en
Help me how to change the Drop List in Shaiya?
12/08/2011 11:49 [Dev]Ansem#2
If you want to change the "Drop List" you need to go to your DB and change some values in the PS_GameDefs.

For example: in the "Item" table 1 item got 1 grade (but 1 grade can have lots of items).
That grade can be entered in "MobItems".

If you want to change some drops so simply change the grades in the Item table and enter them in the MobItems table

btw you posted to the wrong section.. [Only registered and activated users can see links. Click Here To Register...] #moverequest
12/09/2011 00:32 JohnHeatz#3
#Moved to the right section

To update your drops you need to do this:

Code:
Update PS_GameDefs.dbo.MobItems
set [Grade] = [Item's_Grade], [DropRate] = [%] where [Grade] = [Current_Item's], and [Mob_ID] = [Mob's_ID]