Basicly, people want some item auto loot that mean auto in to the inventory.So here the query template that i want to guide you sorry for my bad english.
Action Side
INSERT INTO `cq_action` VALUES ('58500000', '58500001', '0000', '1001', '0', 'e_money += 50000');
INSERT INTO `cq_action` VALUES ('58500001', '58500002', '0000', '0501', '1020260', '10 10');
INSERT INTO `cq_action` VALUES ('58500002', '58500003', '0000', '0501', '1020250', '10 10');
INSERT INTO `cq_action` VALUES ('58500003', '58500004', '0000', '0801', '0', 'dropitem 1020250');
INSERT INTO `cq_action` VALUES ('58500004', '58500005', '0000', '0801', '0', 'dropitem 1020260');
INSERT INTO `cq_action` VALUES ('58500005', '58500006', '0000', '0801', '0', 'dropitem 1020250');
INSERT INTO `cq_action` VALUES ('58500006', '58500007', '0000', '0801', '0', 'dropitem 1020260');
INSERT INTO `cq_action` VALUES ('58500007', '0000', '0000', '1010', '2005', 'You found 50,000 EudemonPoints from GoldMachine!');
Blue = Item ID's
Red = Ammount of item.example: 10 10 mean it loot 10 item stacked in your inventory and max ammount are 10.
Purple = Type ID's. 501 are auto loot type
Lime = Basic drop on map
Monster Side
After that 1 more thing you need to change,it is Monster Action ID.Where can you change it?
just open your cq_monstertype and for example the picture above are MadBull Action ID just change it into your beginning Autoloot action ID
Screenshot:
[Only registered and activated users can see links. Click Here To Register...]
Uploaded with [Only registered and activated users can see links. Click Here To Register...]
Push thank wont format your PC
Action Side
INSERT INTO `cq_action` VALUES ('58500000', '58500001', '0000', '1001', '0', 'e_money += 50000');
INSERT INTO `cq_action` VALUES ('58500001', '58500002', '0000', '0501', '1020260', '10 10');
INSERT INTO `cq_action` VALUES ('58500002', '58500003', '0000', '0501', '1020250', '10 10');
INSERT INTO `cq_action` VALUES ('58500003', '58500004', '0000', '0801', '0', 'dropitem 1020250');
INSERT INTO `cq_action` VALUES ('58500004', '58500005', '0000', '0801', '0', 'dropitem 1020260');
INSERT INTO `cq_action` VALUES ('58500005', '58500006', '0000', '0801', '0', 'dropitem 1020250');
INSERT INTO `cq_action` VALUES ('58500006', '58500007', '0000', '0801', '0', 'dropitem 1020260');
INSERT INTO `cq_action` VALUES ('58500007', '0000', '0000', '1010', '2005', 'You found 50,000 EudemonPoints from GoldMachine!');
Blue = Item ID's
Red = Ammount of item.example: 10 10 mean it loot 10 item stacked in your inventory and max ammount are 10.
Purple = Type ID's. 501 are auto loot type
Lime = Basic drop on map
Monster Side
After that 1 more thing you need to change,it is Monster Action ID.Where can you change it?
just open your cq_monstertype and for example the picture above are MadBull Action ID just change it into your beginning Autoloot action ID
Screenshot:
[Only registered and activated users can see links. Click Here To Register...]
Uploaded with [Only registered and activated users can see links. Click Here To Register...]
Push thank wont format your PC