Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 06:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Need scripts to clear DB data

Discussion on Need scripts to clear DB data within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2009
Posts: 36
Received Thanks: 2
Need scripts to clear DB data

Ive searched, but i couldnt find any scripts to delete old DB info. Anyone know the mysql script to delete cq_user, account, cq_eudemon,etc?
viscidslime is offline  
Old 04/22/2009, 20:45   #2
 
rexes13's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,408
Received Thanks: 405
Quote:
Originally Posted by viscidslime View Post
Ive searched, but i couldnt find any scripts to delete old DB info. Anyone know the mysql script to delete cq_user, account, cq_eudemon,etc?
Quote:
DELETE from my.cq_addresslist;
DELETE from my.cq_user;
DELETE from my.cq_eudemon;
DELETE from my.cq_item;
DELETE from my.account;
DELETE from my.cq_castle;
DELETE from my.cq_castleitem;
DELETE from my.cq_castlemap;
DELETE from my.cq_enemy;
DELETE from my.e_money;
DELETE from my.cq_donation_dynasort_rec;
DELETE from my.cq_friend;
DELETE from my.cq_ad_log;
DELETE from my.cq_announce;
DELETE from my.cq_deluser;
DELETE from my.cq_dyna_rank_rec;
DELETE from my.cq_family;
DELETE from my.cq_flower;
DELETE from my.cq_magic;
DELETE from my.cq_partner;
DELETE from my.cq_pk_bonus;
DELETE from my.cq_shortcut_key;
DELETE from my.cq_special_status;
DELETE from my.cq_statistic;
DELETE from my.cq_synattr;
DELETE from my.cq_syndicate;
DELETE from my.cq_trade;
DELETE from my.cq_tutor;
DELETE from my.cq_tutor_contributions;
DELETE from my.cq_tutor_contributions2;
Enjoy them....
Credits to Underground Gaming Leader...!!!
rexes13 is offline  
Thanks
2 Users
Old 04/22/2009, 20:52   #3
 
elite*gold: 20
Join Date: Oct 2008
Posts: 556
Received Thanks: 140
DELETE from my2.cq_addresslist;
DELETE from my2.cq_user;
DELETE from my2.cq_eudemon;
DELETE from my2.cq_item;
DELETE from my2.account;
DELETE from my2.cq_castle;
DELETE from my2.cq_castleitem;
DELETE from my2.cq_castlemap;
DELETE from my2.cq_enemy;
DELETE from my2.e_money;
DELETE from my2.cq_donation_dynasort_rec;
DELETE from my2.cq_friend;
DELETE from my2.cq_ad_log;
DELETE from my2.cq_announce;
DELETE from my2.cq_deluser;
DELETE from my2.cq_dyna_rank_rec;
DELETE from my2.cq_family;
DELETE from my2.cq_flower;
DELETE from my2.cq_magic;
DELETE from my2.cq_partner;
DELETE from my2.cq_pk_bonus;
DELETE from my2.cq_shortcut_key;
DELETE from my2.cq_special_status;
DELETE from my2.cq_statistic;
DELETE from my2.cq_synattr;
DELETE from my2.cq_syndicate;
DELETE from my2.cq_trade;
DELETE from my2.cq_tutor;
DELETE from my2.cq_tutor_contributions;
DELETE from my2.cq_tutor_contributions2;

just incase its a my2 :P

Credits to Underground Gaming Leader
keithbell1234 is offline  
Old 04/22/2009, 20:54   #4
 
elite*gold: 0
Join Date: Apr 2009
Posts: 36
Received Thanks: 2
tyvm
viscidslime is offline  
Old 04/22/2009, 21:00   #5
 
elite*gold: 20
Join Date: Oct 2008
Posts: 556
Received Thanks: 140
Quote:
Originally Posted by viscidslime View Post
tyvm
np
keithbell1234 is offline  
Old 04/23/2009, 10:37   #6
 
|>SomeGuy<|'s Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 145
Received Thanks: 13
Quote:
Originally Posted by keithbell1234 View Post
DELETE from my2.cq_addresslist;
DELETE from my2.cq_user;
DELETE from my2.cq_eudemon;
DELETE from my2.cq_item;
DELETE from my2.account;
DELETE from my2.cq_castle;
DELETE from my2.cq_castleitem;
DELETE from my2.cq_castlemap;
DELETE from my2.cq_enemy;
DELETE from my2.e_money;
DELETE from my2.cq_donation_dynasort_rec;
DELETE from my2.cq_friend;
DELETE from my2.cq_ad_log;
DELETE from my2.cq_announce;
DELETE from my2.cq_deluser;
DELETE from my2.cq_dyna_rank_rec;
DELETE from my2.cq_family;
DELETE from my2.cq_flower;
DELETE from my2.cq_magic;
DELETE from my2.cq_partner;
DELETE from my2.cq_pk_bonus;
DELETE from my2.cq_shortcut_key;
DELETE from my2.cq_special_status;
DELETE from my2.cq_statistic;
DELETE from my2.cq_synattr;
DELETE from my2.cq_syndicate;
DELETE from my2.cq_trade;
DELETE from my2.cq_tutor;
DELETE from my2.cq_tutor_contributions;
DELETE from my2.cq_tutor_contributions2;

just incase its a my2 :P
you could of just said if that doesnt work replace the my with my 2 lol
|>SomeGuy<| is offline  
Old 04/23/2009, 18:44   #7
 
elite*gold: 20
Join Date: Oct 2008
Posts: 556
Received Thanks: 140
Quote:
Originally Posted by |>SomeGuy<| View Post
you could of just said if that doesnt work replace the my with my 2 lol
just trying to help :P but u are right that would be easier lmao
keithbell1234 is offline  
Old 04/23/2009, 19:10   #8
 
Underground Gaming Leader's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 192
Received Thanks: 148
Quote:
Originally Posted by rexes13 View Post
Enjoy them....
Funny I released this no credits hahaha
Underground Gaming Leader is offline  
Old 04/23/2009, 19:51   #9
 
rexes13's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,408
Received Thanks: 405
Quote:
Originally Posted by Underground Gaming Leader View Post
Funny I released this no credits hahaha
UPDATE
I added the credits to u man...
rexes13 is offline  
Old 04/24/2009, 00:29   #10
 
elite*gold: 20
Join Date: Oct 2008
Posts: 556
Received Thanks: 140
Quote:
Originally Posted by Underground Gaming Leader View Post
Funny I released this no credits hahaha
sorry about that bro i added credits to u now
keithbell1234 is offline  
Old 04/24/2009, 01:00   #11
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
if u look more back u will find this made by me , i made it once the pally db released by Dibiase
dani-filth0 is offline  
Reply


Similar Threads Similar Threads
L2Net 3.82 Full Inculding Scripts!! +Data Pack +Map Pack
06/24/2020 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies
L2Net 3.82 Full Inculding Scripts!! +Data Pack +Map Pack No need to download anything else, its a complete pack! download link: L2Net.7z
Clear Stats Without Soul Clear?
03/15/2010 - 12Sky2 - 0 Replies
Just as the topic says, is there a way to reset your stats without a Soul Clear? I imagine it's possible, but does anybody know how?
agBot Loop Scripts [ Let's Make alist with Mobs Scripts ]
07/09/2008 - SRO Hacks, Bots, Cheats & Exploits - 228 Replies
Hello Everyone, i saw that everyone is getting stuck to make agBot Loop Script. so i though we should make a topic a mobs scripts. and i will start. :) Now for me i prefer to use notepad to make my scripts. How to install : Just Copy the code and paste in <bot folder>\config\config1\script\default.lst If we got more scripts, i will just make a webpage, where you can select Town, HP and MP Bots you wanna buy then the monster you want to kill. then it auto generate the script for you....



All times are GMT +2. The time now is 06:23.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.