Hey guys XD
How i can change Titan's Drop?
I like to remove ExpPot and put a DBScroll as reward
NOTE: TQ Binarys :)
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.Quote:
Hey guys XD
How i can change Titan's Drop?
I like to remove ExpPot and put a DBScroll as reward
NOTE: TQ Binarys :)
Thank you!Quote:
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