Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Item editor problems
#1
I added a picbox that you can choose the item from like elysium, And it works good as new, but when it saves the item it saves as the wrong sprite..

heres some info on the editor first.

PicBackSelect.Width = 224
PicBack Select.width = 224

In the itemEditorOK Sub I put
Code:
Item(EditorIndex).Pic = EditorItemY + EditorItemX

And like, I can choose a sword, And it will save it and it will look like an armor, or somehthing else on the ItemSheet
Reply
#2
jsventor Wrote:I added a picbox that you can choose the item from like elysium, And it works good as new, but when it saves the item it saves as the wrong sprite..

heres some info on the editor first.

PicBackSelect.Width = 224
PicBack Select.width = 224

In the itemEditorOK Sub I put
Code:
Item(EditorIndex).Pic = EditorItemY + EditorItemX

And like, I can choose a sword, And it will save it and it will look like an armor, or somehthing else on the ItemSheet

I did the same thing, choose an item from the picture box. Like the item pic. Well, I got it working fine for me. Your code:
Code:
Item(EditorIndex).Pic = EditorItemY + EditorItemX

Is like what I wrote, except I did this:
Code:
Item(EditorIndex).Pic = EditorItemY * 6 + EditorItemX

Try it. If it dont help, then let me know.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)