03-22-2012, 08:53 PM
DerVV > I didn't had the bug yamina-chan reported, but I had some other problems :
lines 657 and 666, there is :
657 : @difficulty = 100 if difficulty > 100
666 : if difficulty > @skill
That should be always @difficulty. (Perhaps it's a characters conversion problem with Word ?)
Moreover, when I succesfully identified all my items, the window was still here and the cursor pointed on a blank space. It crashed when I validated (@difficulty = nil line 657).
lines 657 and 666, there is :
657 : @difficulty = 100 if difficulty > 100
666 : if difficulty > @skill
That should be always @difficulty. (Perhaps it's a characters conversion problem with Word ?)
Moreover, when I succesfully identified all my items, the window was still here and the cursor pointed on a blank space. It crashed when I validated (@difficulty = nil line 657).
Some scripts :
Working on :