Register for your free account! | Forgot your password?

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

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

Advertisement



[Help]Star Rank on the NewMounts

Discussion on [Help]Star Rank on the NewMounts within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
erreway's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 238
Received Thanks: 45
[Help]Star Rank on the NewMounts

Any one can help with that they have No star Ranks i tried to fix but couldnt i think its cq_dyna_rank_type did it in it nothing happened
erreway is offline  
Old 08/22/2008, 12:59   #2


 
elite*gold: 0
Join Date: Apr 2008
Posts: 8,636
Received Thanks: 1,582
o have the same problem
Rawsteeey is offline  
Old 08/22/2008, 15:04   #3
 
DiobloSlayeR's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 802
Received Thanks: 341
Me too, the obsid and goldrag don't get ranks.. idk why
DiobloSlayeR is offline  
Old 08/23/2008, 06:22   #4
 
elite*gold: 0
Join Date: May 2007
Posts: 87
Received Thanks: 40
Try this. Change the ID value if you have pre-existing ranks that use these values.
Code:
INSERT INTO `cq_dyna_rank_type` VALUES ('10001', '1188010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10002', '1188011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10003', '1188014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10004', '1188015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10005', '1188016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10006', '1188020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10007', '1188021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10008', '1188024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10009', '1188025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10010', '1188026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10011', '1188040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10012', '1189010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10013', '1189011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10014', '1189012', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10015', '1189013', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10016', '1189014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10017', '1189015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10018', '1189016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10019', '1189020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10020', '1189021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10021', '1189022', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10022', '1189023', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10023', '1189024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10024', '1189025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10025', '1189026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10026', '1189040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10027', '2188010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10028', '2188011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10029', '2188014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10030', '2188015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10031', '2188016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10032', '2188020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10033', '2188021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10034', '2188024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10035', '2188025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10036', '2188026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10037', '2188040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10038', '2189010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10039', '2189011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10040', '2189012', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10041', '2189013', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10042', '2189014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10043', '2189015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10044', '2189016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10045', '2189020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10046', '2189021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10047', '2189022', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10048', '2189023', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10049', '2189024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10050', '2189025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10051', '2189026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10052', '2189040', '120');
Kradel is offline  
Thanks
3 Users
Old 08/23/2008, 12:23   #5


 
elite*gold: 0
Join Date: Apr 2008
Posts: 8,636
Received Thanks: 1,582
does it work at u?
Rawsteeey is offline  
Old 08/23/2008, 12:42   #6
 
elite*gold: 0
Join Date: May 2007
Posts: 87
Received Thanks: 40
Yep. If your tables aren't set right, funhacker's query won't work, but the code I posted is straight from my database, and the ranks work on my server.
Kradel is offline  
Old 08/23/2008, 13:17   #7
 
Memodark4sony's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 210
Received Thanks: 15
YEH ITS WORKING 1000000000000000000000000000000000000%
Memodark4sony is offline  
Old 08/25/2008, 02:50   #8
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,746
Quote:
Originally Posted by Kradel View Post
Try this. Change the ID value if you have pre-existing ranks that use these values.
Code:
INSERT INTO `cq_dyna_rank_type` VALUES ('10001', '1188010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10002', '1188011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10003', '1188014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10004', '1188015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10005', '1188016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10006', '1188020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10007', '1188021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10008', '1188024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10009', '1188025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10010', '1188026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10011', '1188040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10012', '1189010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10013', '1189011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10014', '1189012', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10015', '1189013', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10016', '1189014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10017', '1189015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10018', '1189016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10019', '1189020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10020', '1189021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10021', '1189022', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10022', '1189023', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10023', '1189024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10024', '1189025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10025', '1189026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10026', '1189040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10027', '2188010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10028', '2188011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10029', '2188014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10030', '2188015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10031', '2188016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10032', '2188020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10033', '2188021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10034', '2188024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10035', '2188025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10036', '2188026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10037', '2188040', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10038', '2189010', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10039', '2189011', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10040', '2189012', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10041', '2189013', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10042', '2189014', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10043', '2189015', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10044', '2189016', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10045', '2189020', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10046', '2189021', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10047', '2189022', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10048', '2189023', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10049', '2189024', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10050', '2189025', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10051', '2189026', '120');
INSERT INTO `cq_dyna_rank_type` VALUES ('10052', '2189040', '120');
seriously dont use dumps they are ugly lol

Code:
insert into cq_dyna_rank_type 
Values 
('10001', '1188010', '120'),
('10002', '1188011', '120'),
('10003', '1188014', '120'),
('10004', '1188015', '120'),
('10005', '1188016', '120'),
('10006', '1188020', '120'),
('10007', '1188021', '120'),
('10008', '1188024', '120'),
('10009', '1188025', '120'),
('10010', '1188026', '120'),
('10011', '1188040', '120'),
('10012', '1189010', '120'),
('10013', '1189011', '120'),
('10014', '1189012', '120'),
('10015', '1189013', '120'),
('10016', '1189014', '120'),
('10017', '1189015', '120'),
('10018', '1189016', '120'),
('10019', '1189020', '120'),
('10020', '1189021', '120'),
('10021', '1189022', '120'),
('10022', '1189023', '120'),
('10023', '1189024', '120'),
('10024', '1189025', '120'),
('10025', '1189026', '120'),
('10026', '1189040', '120'),
('10027', '2188010', '120'),
('10028', '2188011', '120'),
('10029', '2188014', '120'),
('10030', '2188015', '120'),
('10031', '2188016', '120'),
('10032', '2188020', '120'),
('10033', '2188021', '120'),
('10034', '2188024', '120'),
('10035', '2188025', '120'),
('10036', '2188026', '120'),
('10037', '2188040', '120'),
('10038', '2189010', '120'),
('10039', '2189011', '120'),
('10040', '2189012', '120'),
('10041', '2189013', '120'),
('10042', '2189014', '120'),
('10043', '2189015', '120'),
('10044', '2189016', '120'),
('10045', '2189020', '120'),
('10046', '2189021', '120'),
('10047', '2189022', '120'),
('10048', '2189023', '120'),
('10049', '2189024', '120'),
('10050', '2189025', '120'),
('10051', '2189026', '120'),
('10052', '2189040', '120');
funhacker is offline  
Thanks
3 Users
Old 08/25/2008, 06:47   #9
 
erreway's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 238
Received Thanks: 45
ty Kradel and funhacker
erreway is offline  
Old 08/25/2008, 11:31   #10
 
elite*gold: 0
Join Date: May 2007
Posts: 87
Received Thanks: 40
Quote:
Originally Posted by funhacker View Post
seriously dont use dumps they are ugly lol
Aesthetic value takes a back seat to simplicity and functionality. P:

I just started tampering with MySQL a month ago, give me a break. :[
Kradel is offline  
Reply


Similar Threads Similar Threads
[Request] How to remove eudemon star rank?
03/11/2013 - EO PServer Hosting - 5 Replies
Hey it's me... the guy people think owns a lame donations server. I'm looking to learn how to remove the eudemon star rank... not in msg server but database.. and i mean if i give them their 500* pet i want it to have no rank because players voted and they think it is unfair.
[Release]5 STAR GENERAL RANK MOD
09/24/2009 - Soldier Front Hacks, Bots, Cheats & Exploits - 32 Replies
2nd Lieutenant, 1st Lieutenant, captain, Major, Lieutenant colonel, Colonel and Brigadier Generalas of now... Feature only in game when pressing "tab" Screenshots: http://i84.servimg.com/u/f84/14/24/26/33/srg210.j pg Instructions: 1. Download the file.. 2.Extract to your x:\Program Files\MYGAME\Special Force\data\Menu
how to modify the eud star rank limit define in MSG
03/10/2009 - EO PServer Hosting - 8 Replies
today i will show you how to modify the edu star rank limit in MSG,you can make this via the MSG and the OD tool i had uploaded on another thread click here to read it pic first! http://content.imagesocket.com/images/11111af9.jp g find this address: OO5BF668 3a98 is just the star cllout requie define ,i had modify it to 150 star number as my another thread! but when the edu star over the 85 star ,we still cant see the edu's rank , how to...
Star Rank
12/05/2008 - EO PServer Hosting - 2 Replies
ok so i got pets that are 100* and still in star rank but i also got pets that are 300+* and arent in star rank and this sux cuz when they arent in star rank their attack etc is useless so does any1 know how to fix this?
Star Rank
01/04/2007 - Eudemons Online - 5 Replies
I was just wondering if anyone could tell me what the fastest way to star rank your eudemon would be.. im fairly new to eudemons but i have now a super3 mage peppy and would like to rank him higher..



All times are GMT +1. The time now is 05:18.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.