Leon
Legend-
Content Count
1,713 -
Joined
-
Last visited
-
Days Won
23
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by Leon
-
Yeah... Ghostbusters comes out... guilty as charged, Kiri. However, i am going to do my damnedest to try and make time for RmXP. Also, as for your sprite requests: http://untamed.wild-refuge.net/rmxpresources.php?characters Scroll down to the 'Final Fantasy' segment, you should find most of htem there.
-
I have begun reworking this title. I have fixed a couple major bugs, and may change a few small things in the mechanics of the game. Kiri, when i made the skill script, i actually had FFIX in mind, not Golden Sun. lol. Ah well, after that first elemental, you'll enjoy the others more.
-
I'll stay around, i do suppose. Besides, i have some things bothering me with RPG Maker, among other things. Besides, i beat the hell out of RE4, so i'm a little bored until the 16th.
-
I was lead here by Kiri. I apologize for leaving. I just saw no promise in working on a game, so i started playing games. Resident Evil 4 is too addicting... anyway, welcome back.
-
On June 16th, hell will break loose. Who you gonna call? That's right, to celebrate the 25th anniversary of the hit movie, Ghostbusters, the videogame comes out. To top it off, it is cast by the entire original crew of the movie. Further, the entire original cast, including Sigorney Weaver and Rick Moranis, Ghostbusters III is scheduled for 2012 (but hopefully sooner!)
-
Use () instead of []
-
You have no idea how many times I've gone through with a dying animal. Once, we had 2 kittens with FIV. For those who don't know, that is the feline equivilant of AIDS. It was hard watching two kittens suffer... and having them put down was one of the only 2 times i've ever seen my father cry. Lately, we had to put a dog down due to arthritis... I say don't let them suffer, but stay with them as they are put to sleep... This gives them comfort and release. Suffering isn't fun.
-
Honey X Honey Drops is the worst anime in the universe
Leon replied to Jesse66126's topic in Entertainment & Media
@nisage: BDSM - Bondage, dominance, sado-masachism. @jesse: Some people are known as closet cases and will fight about being dominated. like i said, do some research in it. facinating stuff, if you enjoy exploring the psyche of the human brain -
Honey X Honey Drops is the worst anime in the universe
Leon replied to Jesse66126's topic in Entertainment & Media
Jesse, you should do some research into BDSM, and the developments of the brain to fully comprehend this in full. There are esentially, 2 frames of mind: Dominance and Submission. Most people are either slightly one way or the other. Some people are even extreme one way or the other. In fact, a lot of people get their jollies off from being treated as such. *remembers his ex-girlfriend and some of the knots and rope tricks he learned* Now, I am not condoning treating all women like crap, but some women find it sexually stimulating. -
did you try reinstalling said RPG Maker?
-
@nis: Don't mention it. @pol: If you ever want to learn more advanced tricks, just ask. i know a lot of neat stuff.
-
Here, try this: code class Window_ActorCommand < Window_Command alias leon_noitem_winac_setup setup def setup(actor) leon_noitem_winac_setup(actor) if $game_switches[1] == true s1 = Vocab::attack s3 = Vocab::guard s2 = "Disabled!" s4 = "Disabled!" @commands = [s1, s2, s3, s4] self.draw_item(1, false) self.draw_item(3, false) end end end class Scene_Battle def update_actor_command_selection if Input.trigger?(Input::B) Sound.play_cancel prior_actor elsif Input.trigger?(Input::C) case @actor_command_window.index when 0 # Attack Sound.play_decision @active_battler.action.set_attack start_target_enemy_selection when 1 # Skill if $game_switches[1] == true Sound.play_buzzer return end Sound.play_decision start_skill_selection when 2 # Guard Sound.play_decision @active_battler.action.set_guard next_actor when 3 # Item if $game_switches[1] == true Sound.play_buzzer return end Sound.play_decision start_item_selection end end end end class Scene_Menu alias leon_noitem_scenemenu_ccw create_command_window def create_command_window leon_noitem_scenemenu_ccw if $game_switches[1] == true s1 = "Disabled!" s2 = Vocab::skill s3 = Vocab::equip s4 = Vocab::status s5 = Vocab::save s6 = Vocab::game_end @command_window = Window_Command.new(160, [s1, s2, s3, s4, s5, s6]) @command_window.draw_item(0, false) end end def update_command_selection if Input.trigger?(Input::B) Sound.play_cancel $scene = Scene_Map.new elsif Input.trigger?(Input::C) if $game_party.members.size == 0 and @command_window.index < 4 Sound.play_buzzer return elsif $game_system.save_disabled and @command_window.index == 4 Sound.play_buzzer return end if $game_switches[1] == true and @command_window.index == 0 Sound.play_buzzer return end Sound.play_decision case @command_window.index when 0 # Item $scene = Scene_Item.new when 1,2,3 # Skill, equipment, status start_actor_selection when 4 # Save $scene = Scene_File.new(true, false, false) when 5 # End Game $scene = Scene_End.new end end end end
-
As his sword pierces through the armor I bear, I look at the confines of my memory and swear. The minutes of my life, I wish I could reverse, All the deeds I have commited, these are my curse. His rapier into my breast, and through me does slide A kick from his boot, off his weapon I glide. As my crimson force pools around on the ground, Echoing screams eminate from all around. Across my opponent's face, a crooked smile draws, And within myself, I recognize all my flaws. From my icy grip, my steel blade begins fall, My head does tilt, and black I see, that is all. A last rasping breath, and an expulsion of blood, The cold and numbness, my body it does flood. The clattering of my metal weapon upon the floor, My senses have died, as death appears at my door.
-
look for Guillaume777's Multi-slot equipment script.
-
This is quite likely the final post from me here. I have evaluated the RmXP program, my role in life, along with many other details, over the last few days, and decided this isn't worth it for me anymore. I hold my own reservations for my reasons here, and refuse to mention these details to most people here, as some would find them offensive, and others would find them highly offensive. Either way, I am washing my hands of all of this, as it is time to move on.
-
This is true, however, i am seriously comtemplating dropping RmXP. It is a question of 'is it really worth my time at this stage in my life?'. I have so much shit going on that managing time for everything is a real bitch. I may not return.
-
Well, my dear friends, I think I am hanging up the gloves. It is time for me to re-evaluate my life, and see what is really worth my time. Odds are I will still be floating around, offering my expertise and pumping out new scripts here and there. However, whether or not I will be continuing making projects or really working at scripting hard core will be decided. I am on a hiatis until further notice. For the next couple days, I may be taking off. Adieu, my friends.
-
This is something I made a while ago. I suggest, respectively, that next time, search the script posts for your needs.
-
I agree (except the kidding part), for we all love Nisage... to DEATH
-
Here, an addition. Not bad, considering my only graphics program is Paint. http://s50.photobucket.com/albums/f310/vir...xpunlimited.png
-
search for Naramura's battlers
-
Well met, old friend. Tis been a long time, indeed! We welcome you back to your home away from home. Pick up a mug and put up your feet!
-
@pol: I will fix this bug, but hopefully, nobody will hit it. @nis: Try (site removed)
-
It never loaded into the system, and went to the main forum page. As for teh size: 14.7MB
-
Topic updated with more recent screenshots; and the original demo had a bad start-location; so that was updated as well.