ReApEr
Member
I was just curious if it was possible to add a value to a custom item in definscription? The server crashes as its being forced to create the item with no value. (At least that's what i think)
Now I by no means no what i'm doing, I know i could just create scrolls with values of 5, 10, 15, 20 and 25. But would just make my life easier if i could control the value from within the definscription script.
On a side note, Do you think it would make more sense a blacksmith being able to create the levelupscrolls over the scribe? as I have it only a level 120 blacksmith can use the scrolls.
(The scrolls are the ones for the XML level items)
Code:
index = this.AddCraft(typeof(LevelUpScroll), 1044294, ("a wonderous scroll of Leveling +5 max levels"), 115.0, 120.0, typeof(BlankScroll), 1044377, 50, 1044378);
this.AddRes(index, typeof(Gold), ("Gold"), 50000, 1044253);
this.AddRes(index, typeof(ParasiticPlant), ("Parasitic plant"), 50, 1044253);
On a side note, Do you think it would make more sense a blacksmith being able to create the levelupscrolls over the scribe? as I have it only a level 120 blacksmith can use the scrolls.
(The scrolls are the ones for the XML level items)