You last visited: Today at 23:47
Advertisement
[Help]Auto eps
Discussion on [Help]Auto eps within the EO PServer Hosting forum part of the Eudemons Online category.
05/15/2010, 21:11
#1
elite*gold: 0
Join Date: Sep 2009
Posts: 85
Received Thanks: 20
[Help]Auto eps
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
#2
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
Quote:
Originally Posted by
xx1t1xx
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
#3
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
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
#4
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
Quote:
Originally Posted by
SpongeBox
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
#5
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by
magewarior2
script will not work with out the cq_monstertype change`s ....
im just telling him how it works lol
05/18/2010, 03:07
#6
elite*gold: 0
Join Date: Oct 2009
Posts: 98
Received Thanks: 27
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.
Attached Files
Murtahs 7500 AutoEP.zip
(6.4 KB, 16 views)
Similar Threads
Auto pot + Auto Skill +Auto Buff 3x1
04/07/2009 - SRO PServer Guides & Releases - 26 Replies
:pimp:
Hello Guys This Program have all options in 1
1st U need the Auto Target Media.PK2
http://www.elitepvpers.com/forum/private-sro-explo its-hacks-bots-guides/212252-new-media-pk2-arcange l.html
2nd Log in Run the bot you will find it Down this Topic
Download:mofo:
Best auto buffer + auto multi resser + auto pot
01/13/2009 - SRO Hacks, Bots, Cheats & Exploits - 87 Replies
Hi there
this is the best auto buffer - auto resser - auto pot so far!
i searched the forum but i didnt find it here so i want to share it!
screen shots!
1-
GG Updated... Auto Hp, Auto loot, Auto summon not working anymore
11/29/2007 - Dekaron - 21 Replies
GG Updated again! all of my pinacle are not working...
All times are GMT +1. The time now is 23:47 .