How to change mob drops

10/05/2009 04:07 drew666#1
nvm thanks for the help

I figure it out.
10/05/2009 05:03 WhoDoneIt#2
client sided
10/05/2009 05:49 drew666#3
If it client sided how to do it. And doesnt the database have to match what you change it to.

because if you only have to change client side then anyone will be able to get what ever they want.
10/05/2009 06:49 WhoDoneIt#4
Quote:
Originally Posted by drew666 View Post
If it client sided how to do it. And doesnt the database have to match what you change it to.

because if you only have to change client side then anyone will be able to get what ever they want.
typo my bad its all done on the server side of the client.
10/05/2009 06:51 Possum09#5
You want to be looking at PS_GameDefs.dbo.MobItems, and PS_GameDefs.dbo.Items. ;)
Remember it's a relational database design and Grade is the link between the two.
10/05/2009 07:53 drew666#6
Possom if you can please add me to msn [Only registered and activated users can see links. Click Here To Register...] and if you can please show me once what you mean.

It will only take once im a quick learner.
10/05/2009 18:19 Polypropylen#7
you want to change it on your server "shangrala"
it should be saven in the database!in every game those things are saven on the DB....

best regards
Poly
10/06/2009 06:32 Possum09#8
That's not possible since you are a rival server. I can help you with general knowledge, but the specific implementation you will have to work out on your own.