Hey :o I tried to use world drop, first i do this:
after i done, this:
I see like this:
[Only registered and activated users can see links. Click Here To Register...]
I test it with
and
... successfully ! :rtfm:
But why i don't drop anything ingame?
PHP Code:
UPDATE PS_GameDefs.dbo.MobItems
SET Grade = 754
WHERE ItemOrder = 9
after i done, this:
PHP Code:
UPDATE PS_GameDefs.dbo.MobItems
SET Droprate = 30
Where ItemOrder = 9
I see like this:
[Only registered and activated users can see links. Click Here To Register...]
I test it with
PHP Code:
select * from PS_GameDefs.dbo.MobItems
WHERE Grade = 754
PHP Code:
select * from PS_GameDefs.dbo.Items
WHERE Grade = 754
But why i don't drop anything ingame?