04-03-2007, 08:54 PM
OK, when, in my item editor, i click the scroll button, it changes the number, but not the picture.
Can anyone help with that?
~Braydok
Can anyone help with that?
~Braydok
Item editor not showing pics...
|
04-03-2007, 08:54 PM
OK, when, in my item editor, i click the scroll button, it changes the number, but not the picture.
Can anyone help with that? ~Braydok
04-03-2007, 09:36 PM
Make sure you has this:
Code: Public Sub ItemEditorBltItem() And the tmrPic (timer) set to interval for example 50.
04-03-2007, 09:49 PM
Still doesn't work, here is what I have for my itemeditor:
[code] Public Sub ItemEditorInit() '**************************************************************** '* WHEN WHO WHAT '* ---- --- ---- '* 07/12/2005 Shannara Added gfx constant. '**************************************************************** 'App.Path frmItemEditor.picPic.Picture = LoadPicture(App.Path & GFX_PATH & "items" & GFX_EXT) frmItemEditor.txtName.Text = Trim(Item(EditorIndex).Name) frmItemEditor.scrlPic.Value = (Item(EditorIndex).Pic) frmItemEditor.cmbType.ListIndex = Item(EditorIndex).Type ' Npc(EditorIndex).Sprite = frmNpcEditor.scrlSprite.Value If (frmItemEditor.cmbType.ListIndex >= ITEM_TYPE_WEAPON) And (frmItemEditor.cmbType.ListIndex = ITEM_TYPE_POTIONADDHP) And (frmItemEditor.cmbType.ListIndex = ITEM_TYPE_WEAPON) And (frmItemEditor.cmbType.ListIndex = ITEM_TYPE_POTIONADDHP) And (frmItemEditor.cmbType.ListIndex
04-03-2007, 10:13 PM
I can not see something wrong with it.
06-03-2007, 09:02 PM
Hmm, could you post your entire item editor script? Then I could replace mine with it, and hopefully it would work.
06-03-2007, 09:16 PM
Just check a unedited version of MSE.
14-03-2007, 06:05 PM
I know, but I didn't edit the code, so it came like that.
|
« Next Oldest | Next Newest »
|