drops in 70 map

03/23/2011 10:44 R0CK7Y#1
Hey Guys...
when i trans the Korean Shaiya To English everything work just fine exepet the drops in map 70.
I checked the drops in 1-15 25-30 PvP zone and DD1 DD2 Jungle the drops are eaxct what i put, but in map 70 nothing :S


EDIT :

srry i put it in the wrong place :S
any admin please delete or move it :p
03/23/2011 12:35 zargon05#2
Is grade above 999?
03/23/2011 19:13 -III-#3
To tag along on zargon's post a bit more, he is asking of the grade because there are often issues with item grades over 999. Now, some do work, but most don't. My honest recommendation to everyone is just to use grades below 999. There are plenty of them left open for use.

And easy way to find grades that are unused is to run a query to list the grades :

Code:
SELECT Grade FROM PS_GameDefs.dbo.Items ORDER BY Grade DESC
This will list all grades in descending order.

At this point, just look for a break in the list. For example, if you see,

4
4
4
4
4
4
2
2
2
2
2
1
1
1
1
1
0
0
0
0
0

You will notice that 3 is not listed. Hence the grade of '3' is unused and can be used as you see fit. Forewarning, the numbers listed above are just as an example. Usually '3' is infact used in the table and is not an open grade.

There is surely a better query to run to show only the grades that are not used, but for the sake of time, this should get you started.

In short, if items you are having issues with have a grade of over 999, try setting them to a lower unused grade and place that grade within the MobItems table for whichever mob you wish to have the item dropped. As this is often the case for items on the new maps.
03/23/2011 22:48 Bаne#4
Wrong section so # reported...
03/24/2011 13:50 R0CK7Y#5
thx guys i will check that