-
Newbie
items dg 14 - 15 + 255
guys how to changed items dg 14 and dg 15 to +20 and +255 in smc how to changed limited in database.
-
-
Newbie
Re: items dg 14 - 15 + 255
In Database For Table (Item) O.Lv But In SMC I Don't Know Sorry :D
-
Sorcerer Supreme
Re: items dg 14 - 15 + 255
in SMC u have to add their lines to itemdata_45000 or what ever u have in folder SrGameRefData
-
No avatar
Re: items dg 14 - 15 + 255
Solution :
There is two Store Producers you need to edit them... on SRO_VT_SHARD , open Progammability > Stored Producers
The 1st one _SMC_ADD_ITEM > Find & search for else if @optLvl > 12) , replace 12 to 255 , and search for set @optLvl = 12 , and replace 12 to 255
The 2nd one _SMC_EDIT_ITEM > Find & search for if @optLvl > 12) , replace 12 to 255 , and search for set @optLvl = 12 , and replace 12 to 255
Like if helped.
-
Newbie
Re: items dg 14 - 15 + 255