Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Smasher Yoshi

Members
  • Posts

    126
  • Joined

  • Last visited

    Never

Everything posted by Smasher Yoshi

  1. Does he make sprites? Just asking…
  2. This engine is just what I needed! I didn't even test it, but I know it's great. Just a thing: Can you add linear spells? (Sorry if those are already in, I just have no time to read now)
  3. Wow, I really can't see any attachments… Can someone link me to 1.bmp? (The arrow example)
  4. This topic made me level up on vb6\. Thanks.
  5. Sorry, I'm really new to vb6 and I can't do much… But if I want to change the Max HP, what I should change here?``` Private Sub scrlAddHp_Change() ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler lblAddHP.Caption = "Add HP: " & scrlAddHp.Value Item(EditorIndex).AddHP = scrlAddHp.Value ' Error handler Exit Sub errorhandler: HandleError "scrlAddHP_Change", "frmEditor_Item", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ``` That's what I see when I click the scroll bar.
  6. > gotta have vb6 I have it, and…?
  7. I would like to know a way for changing the max HP/MP that can be healed by a consume item, the max stats a weapon can give you, and other values that are normally limited to 255\. Can someone help?
  8. 66.Because even a 7 year old could use it. It's so simple!
  9. Smasher Yoshi

    Mapping

    First, especify a theme for your game, if you haven't before. Second, set some kind of story to your game. Third, after creating a story, you will probably have lots of inspiration and will have more ideas, so write them all and remember to put then to your game. That's what I do… :cheesy:
  10. Does anyone know where I can find a converter from MP3(or any music format) to MIDI?
×
×
  • Create New...