Quote:
Originally Posted by tanos77
good, good, I'm having this problem when I enter an item, it comes out as [Undefined] but if I use the philosopher's scroll, it can recover the item with the level and enchantment that I entered. Example: /run insert_item(3100032,1,25,10,2); but not so with the next item. /run insert_item(601100449,1,25,10,2) This, no matter how much you place the scroll, does not identify it.
I was given the following command. /run insert_identify_item(601100449,1) there I get it to the item, but at lvl 1. There is no way to leave it with the attributes of the first command. I attach a photo [Only registered and activated users can see links. Click Here To Register...]
|
In general this is rather a question to be asked separately.
But let me give you a few information:
1. Reviac Equipment isn't supposed to be combined with a Philosopher's Scroll
- if you want it to work with it, then you need to add an entry in MixResource.
In this case you can simply check one of the Distorted Space Armors.
2. If you want to stay adding it identified in your inventory, you can simply add enhance & level to your arguments of your insert_identify_item() function and use those values in your inner insert_item() function.
There are several possible ways to do what you want, but in all cases I'd need to see your insert_identify_item function to preserve its current ability to work.
Edit: YoSiem answered faster than me xD