you need to use a different action type for this.
Code:
DELETE FROM cq_action WHERE id >= 16002250 and id <= 16002259;
INSERT INTO `cq_action` VALUES
(16002250, 16002252, 16002251, 508, 0, "11 0 53"),
(16002251, 0, 0, 126, 0, "Put~All~other~pets~in~the~warehouse~first~please."),
(16002252, 16002254, 16002253, 523, 0, "iscallout == 1"),
(16002253, 0, 0, 126, 0, "Please~Summon~The~Eudemon"),
(16002254, 16002256, 16002255, 523, 0, "isalive == 1"),
(16002255, 0, 0, 126, 0, "Please~Revive~The~Eudemon"),
(16002256, 16002258, 16002257, 1503, 0, "luck >= 200 callout == 1"),
(16002257, 0, 0, 126, 0, "You~Pet~need~luck~200~before~starting~luckbursting"),
(16002258, 16002259, 0, 502, 1033144, "0"),
(16002259, 0, 0, 1503, 0, "luck += 250 callout == 1"),
DELETE FROM cq_itemtype WHERE id = 1033144;
INSERT INTO `cq_itemtype` VALUES
(1033144, "LuckBurst+250", 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 16002250, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 2500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);