Hello friends, after some research, I could not find a proper upgrade scroll procedure shared.
I started thinking about how to turn the
shared by
@Yuppi into an upgrade scroll. The result was successful.
I hope you find it useful.
1. Let's import our existing items into Excel;
Open Excel and prepare it as
1A- ID ,
1B- OldItemCodeName ,
1C- ID_OldItem ,
1D- NewItemCodeName ,
1E- ID_NewItem .
*** Hidden text: cannot be quoted. ***
Using our query code below, we first get the codename128 and ID values of the weapon we want to upgrade. We place it in Excel.
*** Hidden text: cannot be quoted. ***
Then, we prepare our table according to which item will be upgraded.
*** Hidden text: cannot be quoted. ***
After doing the same for all items, we wait for the data in Excel. Don't forget to delete any empty lines in between.
2. Let's create our table;
We create our table by reading the query below, then we place the data we prepared in Excel into this table.
*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***