[REQUEST]How to set drop?

06/29/2011 01:51 Guilades4#1
Hello, I have tried to implent my drop. I put the grade and the % chance to 100.
When i kill the mobs. Nothing else drop except the gold?
06/29/2011 02:30 JohnHeatz#2
[Only registered and activated users can see links. Click Here To Register...] <----just use the search engine, if it is there its for users to...use it
06/29/2011 03:45 Guilades4#3
Quote:
Originally Posted by JohnHeatz View Post
[Only registered and activated users can see links. Click Here To Register...] <----just use the search engine, if it is there its for users to...use it
I was meaning how to save it into the db?
06/29/2011 03:54 castor4878#4
Quote:
Originally Posted by Guilades4 View Post
I put the grade and the % chance to 100.
and you have some items with a grade value of 100 ??


Quote:
Originally Posted by Guilades4 View Post
I was meaning how to save it into the db?
"use my tool" (c)(r) ...
06/29/2011 03:56 JohnHeatz#5
well it kinda gets already saved on the database as soon as you do the update on the database, not like you had to "save the file" :p but not sure if this is what you are actually asking for
06/29/2011 04:04 Guilades4#6
Okay saving working. I only don't understand the Grade. I made it to a grade that not any other has. I changed the grade for the OP to 929 and the grade of a mob in 1-15 to 929 too. and 100% chance only the 1st order. It doesn't drop?
06/29/2011 04:10 Guilades4#7
What is the command to commit? something ? i mean the SQL text.
06/29/2011 04:18 castor4878#8
Quote:
Originally Posted by Guilades4 View Post
What is the command to commit? something ? i mean the SQL text.
the SQL commit command is "GO" (well ... a commit outside transaction, for what it may mean).

but your issue is more likely ps_game that load once at startup the items definitions - the whole PS_GameDefs base is never read after that, whatever you change in (for instance) items definitions will only used after ps_game restart (some cryptic commands allow dynamic update of some data, check /help command - still restart is often easier).
06/29/2011 04:59 Guilades4#9
It worked!!! But now my SQL doesn't connect.. Its so long and don't even log on