Register for your free account! | Forgot your password?

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

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

Advertisement



[Help]fix Bug Equiment Level?

Discussion on [Help]fix Bug Equiment Level? within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Unhappy [Help]fix Bug Equiment Level?

I need help here...
i want to know how to fix it..
i just want make higher lvl is 125 only...
what the db make this..
and where line can i delete it...

matrix89 is offline  
Old 11/30/2009, 22:03   #2
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
i believe you got more than lvl 125 equips in your itemtypes..
.Ash is offline  
Old 12/01/2009, 06:31   #3
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
you can either set the req_lev for the higher level gear to 125 or < 125
Or you can delete it from your database all together.

No I do not have the IDs

but if you used this:


Select All gear above lvl125

select id from cq_itemtype where req_lev > 125;


Delete All gear above lvl125

delete from cq_itemtype where req_lev > 125;


Change all gear above lvl125 to level 125

update cq_itemtype set req_lev = 125 where req_lev = 125;
funhacker is offline  
Old 12/01/2009, 10:00   #4
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Quote:
Originally Posted by funhacker View Post
you can either set the req_lev for the higher level gear to 125 or < 125
Or you can delete it from your database all together.

No I do not have the IDs

but if you used this:


Select All gear above lvl125

select id from cq_itemtype where req_lev > 125;


Delete All gear above lvl125

delete from cq_itemtype where req_lev > 125;


Change all gear above lvl125 to level 125

update cq_itemtype set req_lev = 125 where req_lev = 125;
Yes .. but I can not find it equiment level above 125
matrix89 is offline  
Old 12/01/2009, 11:33   #5
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
take a look at cq_itemtype column req_level lolz
PraDevil[ELITE] is offline  
Old 12/02/2009, 13:55   #6

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by funhacker View Post
you can either set the req_lev for the higher level gear to 125 or < 125
Or you can delete it from your database all together.

No I do not have the IDs

but if you used this:


Select All gear above lvl125

select id from cq_itemtype where req_lev > 125;


Delete All gear above lvl125

delete from cq_itemtype where req_lev > 125;


Change all gear above lvl125 to level 125

update cq_itemtype set req_lev = 125 where req_lev = 125;
if the item is for level +200 and your req_lev is on 125 ...

people of 125 also can wear it ??

or do that need to check on itemtype.dat?
magewarior2 is offline  
Thanks
1 User
Old 12/02/2009, 14:05   #7
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Lol..my itemtype.dat get a problem when edit it....
so hard to use hexeditor
matrix89 is offline  
Old 12/02/2009, 15:50   #8
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by magewarior2 View Post
if the item is for level +200 and your req_lev is on 125 ...

people of 125 also can wear it ??

or do that need to check on itemtype.dat?
If you don't match with cq_itemtype then it won't allow you to wear the gear.

Basicaly requirements work like so


Check Itemtype.dat Requirements -> Send Request -> Check cq_itemtype requirements -> decide to equip/use
funhacker is offline  
Old 12/03/2009, 13:22   #9

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by funhacker View Post
If you don't match with cq_itemtype then it won't allow you to wear the gear.

Basicaly requirements work like so


Check Itemtype.dat Requirements -> Send Request -> Check cq_itemtype requirements -> decide to equip/use
but than all equipment for +level 125 is just on level 125 ...
magewarior2 is offline  
Old 12/03/2009, 14:41   #10
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 313
If you still dont fixed this problem, look in cq_itemaddition (DB side) and ItemAddition.ini (Client Side).

I dont know if this can help you, but i have tried ^^
sandolkakos is offline  
Old 12/03/2009, 18:09   #11
 
Eurion's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
Quote:
Originally Posted by sandolkakos View Post
If you still dont fixed this problem, look in cq_itemaddition (DB side) and ItemAddition.ini (Client Side).

I dont know if this can help you, but i have tried ^^
That file controls your bonus' on your equipment such as +1 +2 +3 +4.....
Eurion is offline  
Old 12/03/2009, 18:15   #12
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 313
Quote:
Originally Posted by Eurion View Post
That file controls your bonus' on your equipment such as +1 +2 +3 +4.....
I think that this file and Table too control Level Upgrade and Quality Upgrade. ^^
sandolkakos is offline  
Old 12/03/2009, 18:57   #13
 
Eurion's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
I would say you're incorrect, If you look into the file, you'll notice that it has nothing that would control the levels of the items.

Code:
id = Unique Id
typid = cq_itemtype id
level = bonus level, default is 1-12
life = additional life added
attack_max = additional max attk
attack_min = additional min attk
defense = additional def
mgcatk_max = additional max magic attk
mgcatk_min = addition min magic attk
magic_def = additional magic defense
dexterity = additional dexterity
dodge = additional dodge
As you can see, nothing there would control the level of the item such as 125, 130, 150 and so on.
Eurion is offline  
Old 12/03/2009, 19:01   #14
 
elite*gold: 0
Join Date: Oct 2007
Posts: 51
Received Thanks: 2
Quote:
Originally Posted by sandolkakos View Post
I think that this file and Table too control Level Upgrade and Quality Upgrade. ^^
hmm ... so, which is which
tazzy is offline  
Old 12/03/2009, 19:30   #15
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 313
Quote:
Originally Posted by Eurion View Post
I would say you're incorrect, If you look into the file, you'll notice that it has nothing that would control the levels of the items.

Code:
id = Unique Id
typid = cq_itemtype id
level = bonus level, default is 1-12
life = additional life added
attack_max = additional max attk
attack_min = additional min attk
defense = additional def
mgcatk_max = additional max magic attk
mgcatk_min = addition min magic attk
magic_def = additional magic defense
dexterity = additional dexterity
dodge = additional dodge
As you can see, nothing there would control the level of the item such as 125, 130, 150 and so on.
i speak this, cause i put New Equips Paladin 480000 at 480244

and if i dont put the Configs in cq_itemaddtion and in ItemAddition.ini,
The NPCs dont accept the New Equips in Quality and Level Upgrads.

but, if i am unsure, please sorry
sandolkakos is offline  
Reply


Similar Threads Similar Threads
WTB equiment for summoner lvl 130items or the lvl 114+
02/27/2010 - Dekaron Trading - 0 Replies
i wanna buy +7 items pay with via paypal
S>> level 128 Master Trojan, And level tro-archer level 71 RB
10/27/2008 - Conquer Online 2 Trading - 2 Replies
Alright well i'm selling a level 128 mastertrojan on Galaxy word server: Saturn it's clean nothing on it at all just level 128 with mastertrojan job and the same account has a level 71 trojan-archer on Gem world server: Emrald it also has nothing on it just level 71 RB leave an offer here, And btw I only take paypal and account has full info. -Tom
WTT Level 70 Hunter Full S3 + Level 70 schamane gegen 3 Prepaid wow cards
05/19/2008 - World of Warcraft Trading - 10 Replies
Hi leuts Ich bin neu hier und hoff ich mach das jetzt richtig ;) Also ich hab in ebay einen account gekauft den ich jetzt weiter betreiben möchte und möcht deshalb meinen alten Account hier tauschen gegen wow Prepaid karten Es handelt sich um einen Full S3 Hunter mit epic mount (kein netherdrachen ) Noch so um die 3k gold und Ingeneuskunst und lederverarbeitung voll



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


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.