02-10-2014, 01:53 AM
@Charlie Fleed
First of all, hi there (first post, I'm more of a lurker) and sorry to bump this old thread of yours again, but as you don't accept any PM's here goes..
I noticed when using upgrades only, it still has the enhancement square pictures in the help window of the Equip Scene.
Also, the whole window is still there in the Enhancement Scene.
But that's not really bothering me, as I could fix that myself I guess.
However, as I kinda stated I would like to use only upgrades and as such, keep track of how many upgrades a weapon or armor has had.
Example; when I use an upgrade, my Bronze Sword is now Bronze Sword (+1).
I tried adding an upgrade count myself to the weapon and armor class of the RPG module, and let it increase whenever an upgrade was used, but when I try to edit something among the lines of where you draw the item name, I get a syntaxerror at some weird spanish comment line? Lol!
Example:
draw_name_string_thingy + "(+" + currentitem.upgradecount.to_s ")"
So yea, I tried that and variations of it for hours now..
I hope this is a very minor edit for you, or if you could at least guide me in the right direction that would be great!
Thanks in advance~
First of all, hi there (first post, I'm more of a lurker) and sorry to bump this old thread of yours again, but as you don't accept any PM's here goes..
I noticed when using upgrades only, it still has the enhancement square pictures in the help window of the Equip Scene.
Also, the whole window is still there in the Enhancement Scene.
But that's not really bothering me, as I could fix that myself I guess.
However, as I kinda stated I would like to use only upgrades and as such, keep track of how many upgrades a weapon or armor has had.
Example; when I use an upgrade, my Bronze Sword is now Bronze Sword (+1).
I tried adding an upgrade count myself to the weapon and armor class of the RPG module, and let it increase whenever an upgrade was used, but when I try to edit something among the lines of where you draw the item name, I get a syntaxerror at some weird spanish comment line? Lol!
Example:
draw_name_string_thingy + "(+" + currentitem.upgradecount.to_s ")"
So yea, I tried that and variations of it for hours now..
I hope this is a very minor edit for you, or if you could at least guide me in the right direction that would be great!
Thanks in advance~