[Help]Leveling Gears >_<

11/19/2012 01:44 pretzel666#1
Ok So When I A Level 125 Wep On My Server , I Wanna Be Able To Upgrade It To 150 , Then 255 Wep , Etc. It Lets Me Put Vio Gem In , Even Shows Preview Of The Result, But When i Click Yes , Nothing Happens ._. Can Someone Help Me With This?
11/20/2012 03:39 cruey#2
I'm pretty sure you have to add in a record for the new weapon in cq_itemaddition. Good luck!
11/20/2012 17:27 pretzel666#3
That would make sense , but i went in it , its already listed though -_- i have a pic of it
11/20/2012 20:13 funhacker#4
be sure you have the following setup for your gear

req_lev is greater than the previous item
id is greater than the previous item

Example if you have a gear with id 420250 and required level of 100
To make a new weapon for level 110 you will need to have its id as 420260 and required level of 110
Why TQ uses the ID as well is beyond me, as it just causes problems as you will note with low level gear that has the id XXX300 -> XXX400
11/22/2012 21:24 pretzel666#5
I have it listed with the next level and next id , i dont get it -_-
Quote:
5463 490250 150 0 4068 3612 0 3300 2840 0 0 0
150 Wep
Quote:
3516 490240 12 0 1108 1003 0 606 548 0 0 0
125 Wep (The "12" is listed in 11 other records , meaning Same record 12 dif times , except the 12 goes from 1-12)
11/24/2012 08:09 funhacker#6
You didn't include table headers, so I can only guess what data you've pasted....

So for:
Quote:
5463 490250 150 0 4068 3612 0 3300 2840 0 0 0
150 Wep
I don't understand what 5463 is for??
I guess the next 2 are ID then Level

So if your next one has the same fields..
Quote:
3516 490240 12 0 1108 1003 0 606 548 0 0 0
125 Wep (The "12" is listed in 11 other records , meaning Same record 12 dif times , except the 12 goes from 1-12)
Then you have required level of 12 for your level 125 gear...


Perhaps you're confusing the monopoly value of refined/unique/elite/super? Which should be 12... where as normal equipment is always 0
11/29/2012 23:35 no_1#7
i've tried this before but somehow it the message server will not allow this.
It will even show you the itemicon of the weapon to upgrade to but it just don't upgrade.
I tried to find the solution for this but been unable to fix it.
Cq_itemaddition is only needed to be able to use yellow stones on the items and the itemaddition.ini need to match this.
11/30/2012 00:47 pretzel666#8
Yeah i realized this sweet , just i notice an old server (darkside2.0) had this working 100% , maybe msg server needs to be hexedited?