[Help]Auto eps

05/15/2010 21:11 xx1t1xx#1
i want auto eps in my server 7500 a kill every monster we are using Revo Db (Cybergohoster's DATABASE)plz some my a query or something plz
05/15/2010 21:27 PraDevil[ELITE]#2
Quote:
Originally Posted by xx1t1xx View Post
i want auto eps in my server 7500 a kill every monster we are using Revo Db (CyberSever's DATABASE)plz some my a query or something plz
off-topic: i think u need to correct that line

on-topic: go into your server using [PM] account kill one monster then look for their action in param..adjust that thing to whatever ep u want..
05/15/2010 21:51 .Ash#3
Okay, After you download the script, run it... then edit like this..

Code:
INSERT INTO `cq_action` VALUES ('1', '2', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]5[/COLOR]');
INSERT INTO `cq_action` VALUES ('2', '0', '0000', '1010', '2005', 'You found 5 EudemonPoints from a MadBull!');
INSERT INTO `cq_action` VALUES ('3', '4', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]10[/COLOR]');
INSERT INTO `cq_action` VALUES ('4', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a GreenGiant!');
INSERT INTO `cq_action` VALUES ('5', '6', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]15[/COLOR]');
INSERT INTO `cq_action` VALUES ('6', '0', '0000', '1010', '2005', 'You found 15 EudemonPoints from a BullyWug!');
INSERT INTO `cq_action` VALUES ('7', '8', '0000', '1001', '0', 'e_money += [COLOR="Red"]20[/COLOR]');
INSERT INTO `cq_action` VALUES ('8', '0', '0000', '1010', '2005', 'You found 20 EudemonPoints from a Gnome!');
INSERT INTO `cq_action` VALUES ('9', '10', '0000', '1001', '0', 'e_money += [COLOR="Red"]30[/COLOR]');
INSERT INTO `cq_action` VALUES ('10', '0', '0000', '1010', '2005', 'You found 30 EudemonPoints from a Dragonkin!');
INSERT INTO `cq_action` VALUES ('11', '12', '0000', '1001', '0', 'e_money += [COLOR="Red"]35[/COLOR]');
INSERT INTO `cq_action` VALUES ('12', '0', '0000', '1010', '2005', 'You found 35 EudemonPoints from a GreenDevil!');
INSERT INTO `cq_action` VALUES ('13', '14', '0000', '1001', '0', 'e_money += [COLOR="Red"]40[/COLOR]');
INSERT INTO `cq_action` VALUES ('14', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a Eyeball!');
INSERT INTO `cq_action` VALUES ('15', '16', '0000', '1001', '0', 'e_money += [COLOR="Red"]45[/COLOR]');
INSERT INTO `cq_action` VALUES ('16', '0', '0000', '1010', '2005', 'You found 45 EudemonPoints from a Banshee!');
INSERT INTO `cq_action` VALUES ('17', '18', '0000', '1001', '0', 'e_money += [COLOR="Red"]50[/COLOR]');
INSERT INTO `cq_action` VALUES ('18', '0', '0000', '1010', '2005', 'You found 50 EudemonPoints from a Satyr!');
INSERT INTO `cq_action` VALUES ('19', '20', '0000', '1001', '0', 'e_money += [COLOR="Red"]55[/COLOR]');
INSERT INTO `cq_action` VALUES ('20', '0', '0000', '1010', '2005', 'You found 55 EudemonPoints from a Ogre!');
See the red color things? Change the number to 7500 since thats how much you want for every kill.
05/16/2010 14:17 magewarior2#4
Quote:
Originally Posted by SpongeBox View Post
Okay, After you download the script, run it... then edit like this..

Code:
INSERT INTO `cq_action` VALUES ('1', '2', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]5[/COLOR]');
INSERT INTO `cq_action` VALUES ('2', '0', '0000', '1010', '2005', 'You found 5 EudemonPoints from a MadBull!');
INSERT INTO `cq_action` VALUES ('3', '4', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]10[/COLOR]');
INSERT INTO `cq_action` VALUES ('4', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a GreenGiant!');
INSERT INTO `cq_action` VALUES ('5', '6', '0000', '1001', '0', '[COLOR="Red"]e_money +=[/COLOR] [COLOR="Red"]15[/COLOR]');
INSERT INTO `cq_action` VALUES ('6', '0', '0000', '1010', '2005', 'You found 15 EudemonPoints from a BullyWug!');
INSERT INTO `cq_action` VALUES ('7', '8', '0000', '1001', '0', 'e_money += [COLOR="Red"]20[/COLOR]');
INSERT INTO `cq_action` VALUES ('8', '0', '0000', '1010', '2005', 'You found 20 EudemonPoints from a Gnome!');
INSERT INTO `cq_action` VALUES ('9', '10', '0000', '1001', '0', 'e_money += [COLOR="Red"]30[/COLOR]');
INSERT INTO `cq_action` VALUES ('10', '0', '0000', '1010', '2005', 'You found 30 EudemonPoints from a Dragonkin!');
INSERT INTO `cq_action` VALUES ('11', '12', '0000', '1001', '0', 'e_money += [COLOR="Red"]35[/COLOR]');
INSERT INTO `cq_action` VALUES ('12', '0', '0000', '1010', '2005', 'You found 35 EudemonPoints from a GreenDevil!');
INSERT INTO `cq_action` VALUES ('13', '14', '0000', '1001', '0', 'e_money += [COLOR="Red"]40[/COLOR]');
INSERT INTO `cq_action` VALUES ('14', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a Eyeball!');
INSERT INTO `cq_action` VALUES ('15', '16', '0000', '1001', '0', 'e_money += [COLOR="Red"]45[/COLOR]');
INSERT INTO `cq_action` VALUES ('16', '0', '0000', '1010', '2005', 'You found 45 EudemonPoints from a Banshee!');
INSERT INTO `cq_action` VALUES ('17', '18', '0000', '1001', '0', 'e_money += [COLOR="Red"]50[/COLOR]');
INSERT INTO `cq_action` VALUES ('18', '0', '0000', '1010', '2005', 'You found 50 EudemonPoints from a Satyr!');
INSERT INTO `cq_action` VALUES ('19', '20', '0000', '1001', '0', 'e_money += [COLOR="Red"]55[/COLOR]');
INSERT INTO `cq_action` VALUES ('20', '0', '0000', '1010', '2005', 'You found 55 EudemonPoints from a Ogre!');
See the red color things? Change the number to 7500 since thats how much you want for every kill.
script will not work with out the cq_monstertype change`s ....
05/16/2010 15:14 .Ash#5
Quote:
Originally Posted by magewarior2 View Post
script will not work with out the cq_monstertype change`s ....
im just telling him how it works lol
05/18/2010 03:07 I Am Murtah#6
Not sure if you still need this or not xx1t1xx, but just post here if you need it to be Changed at all, I've set it up so that EVERY Single monster will give you 7,500 EP's Each time you kill them.