Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Tripleh5

Member
  • Content Count

    11
  • Joined

  • Last visited

1 Follower

About Tripleh5

  • Rank
    Newbie
  • Birthday 07/05/1993

Other

  • Referer
    Google

Profile Information

  • Gender
    Male

Engines

  • Prefered Engine
    RPG Maker VX
  • Engine Level
    Getting There
  • Class Title
    Level Designer
  • Project(s)
    Hello! Project
  1. Tripleh5

    Error

    I was able to solve that problem, but now after test playing my game for a while, this is the new problem I have. I have no idea how to solve it. #-------------------------------------------------------------------------- # new method: weapon1_icon #-------------------------------------------------------------------------- def weapon1_icon return @cache_weapon_icon[1] if @cache_weapon_icon[1] != nil icon = 0 icon = weapons[0].icon_index if weapons.compact.size > 0 for state in states next unless state.weapon_icon > 0 icon = state.weapon_icon break end @cache_weapon_icon[1] = icon return @cache_weapon_icon[1] end
  2. Tripleh5

    Help

    I need help. I had the full game of RPG Maker VX, but something happened and it made my game freeze (I dunno how). So I decided to restore my laptop, but now it seems I'm back to the trial version of the game and I can't seem to go back to the normal game
  3. Tripleh5

    Error

    it's about this part of the code: #-------------------------------------------------------------------------- # * Battle Event Setup #-------------------------------------------------------------------------- def setup_battle_event return if @interpreter.running? if $game_temp.common_event_id > 0 common_event = $data_common_events[$game_temp.common_event_id] @interpreter.setup(common_event.list) $game_temp.common_event_id = 0 return end for page in troop.pages next unless conditions_met?(page) @interpreter.setup(page.list) if page.span <= 1 @event_flags = true end return end end
  4. Tripleh5

    Error

    Yeah, I'm using Yanfly Engine Melody. It's a script I found online. But the weird thing is, I've been using it for a fewdays Ithout problems, I changed some enemies, giving me potions and suddenly I get this problem. Could it be because in battle I use characterrs I have,'t given any victory quotes yet?
  5. Tripleh5

    Error

    Everytime I try fighting a normal enemy I get this error code, yet when I tested it in a boss battle against a boss I created, I didn't get it, what's wrong?
  6. I don't understand what's going on. Everytime I fight an enemy Slime or Hornet or Snake I get this error message, yet when I found a boss I created, I didn't get it, does anyone know what's wrong?
  7. Would it be possible to get sprites from Suikoden II characters? I'm just wondering.
  8. Zahraa, thank you so much, I was able to use them for my game :) @Marked, yeah I know, but there's no Luigi sprites in the Mario category, I checked :c
  9. If you could make it into VX for me, I'd be so grateful, zahraa :)
  10. Tripleh5

    Luigi

    Is there no Luigi sprite with 3 rows instead of 4?
  11. Can someone help me out? I need to have Luigi sprite for my game, but everywhere I look, the sprites are either not good, or nowhere to be found. I don't care of what Super Mario game he'd be, it can even be a Paper Luigi. It's the only one I cannot find, which sucks. Can someone help me? This is the Waluigi that I found, but no Luigi, sadly enough. I can't have a Mario & Luigi without Luigi, can I?
×
×
  • Create New...