[Question] How to change Titan drop's

05/10/2009 00:41 Noob_4ver#1
Hey guys XD
How i can change Titan's Drop?
I like to remove ExpPot and put a DBScroll as reward

NOTE: TQ Binarys :)
05/10/2009 01:39 3mrz#2
uhmm contact me on [Only registered and activated users can see links. Click Here To Register...] i can help u
05/10/2009 04:48 superplox#3
add andrea and ask her thats why shes here to help
05/10/2009 21:25 Zimbolt#4
Quote:
Originally Posted by Noob_4ver View Post
Hey guys XD
How i can change Titan's Drop?
I like to remove ExpPot and put a DBScroll as reward

NOTE: TQ Binarys :)
Ill help ya, go to id 8500075 in your cq_action table.
switch dropitem 723017 in param to dropitem 720028
once your done, you can either restart the server, or do /reloadaction 8500075
And if you can't find 850075 in cq_action I have whipped up this mysql query.

UPDATE cq_action set param = 'dropitem 720028' where id ='8500075';

Then you can save this query, lets say you wanted to switch what titan drops each week for like an event, it would be as simple as getting the item id of what you want him to drop, and then simply switching dropitem 720028 to dropitem YOUR ID
EDIT :
Try to find the action id's for the guild beast, I figure since he drops a db no matter what there should be some underlying action for that, ill check it out for you though.
05/12/2009 22:41 Noob_4ver#5
Quote:
Originally Posted by Zimbolt View Post
Ill help ya, go to id 8500075 in your cq_action table.
switch dropitem 723017 in param to dropitem 720028
once your done, you can either restart the server, or do /reloadaction 8500075
And if you can't find 850075 in cq_action I have whipped up this mysql query.

UPDATE cq_action set param = 'dropitem 720028' where id ='8500075';

Then you can save this query, lets say you wanted to switch what titan drops each week for like an event, it would be as simple as getting the item id of what you want him to drop, and then simply switching dropitem 720028 to dropitem YOUR ID
Thank you!
Work's here. ^^
But, one question...U know how to change the % drop's to 100%?
Because the Titan's drop is radom...can drop or no...i like to put 100% chance..
U can help with this?