-
Content Count
11 -
Joined
-
Last visited
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
-
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
-
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
-
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
-
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?
-
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?
-
Tripleh5 started following RPG Maker VX sprites Suikoden
-
Would it be possible to get sprites from Suikoden II characters? I'm just wondering.
-
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
-
If you could make it into VX for me, I'd be so grateful, zahraa :)
-
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?