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

Leon

Legend
  • Content Count

    1,713
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Leon

  1. You need a code snippet written that will draw the actor's battler instead of the sprite. Let me see what i can do. Add this into your script manager in any new script: #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Window_Base #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class Window_Base def draw_actor_battler(actor, x, y) bitmap = RPG::Cache.battler(@actor.battler_name, @actor.battler_hue) self.contents.blt(0, 0, bitmap, Rect.new(0, 0, 200, 200)) end end Then, in the status window (Window_Status) replace: draw_actor_graphic(@actor, 40, 112) with draw_actor_battler(@actor, 40, 112)
  2. If you search, you will find a party switching script on the site.
  3. Ok, whoever votes, please list what you voted for, and why. This may help us all see what we look for. I voted gameplay, music and sounds, story, and characters, I am an old school gamer, so character and story mean more htan anything. But sounds and music must be used to increase the mood of the area. As for gameplay, new systems are what sets the game apart from teh others. In my opinion, a must.
  4. Leon

    save points

    Now that i think of it, you shouldnt. All it does is make an option in the menu disabled.
  5. Leon

    save points

    why not just set it so it is disabled unless you touch your save-point?
  6. "Because video games cause kids to be violent"
  7. i got this too. quite nice to know i no longer have to worry about it.
  8. Leon

    Can someone help me?

    This has to do with the F9 button. make sure you don't have anything sitting on it.
  9. "Judge lest ye be judged." "Let he who has not sinned cast the first stone." First off, the only being who should reserve judgement is the Lord Almightly, and secondly, your parents cant tell people who are sinning what to do if they themselves sin. "Tell me I'm a sinner, I got news for you. I spoke to God this morning and he don't like you." A more modern way of that first quote. (Gotta love Ozzy.)
  10. Leon

    1000!

    @arkbennett: Oh, GOD NO! 1,000 maps finished
  11. Leon

    1000!

    I would like 1000 of 100 dollar bills.
  12. i'll rewrite it one day, because i have bigger plans for it. but, right now, it is on the back burner
  13. Leon

    Request

    It could mean a lot of things. Including making it specific to 2 items, or make it so you can fuse 2, 3, or 4 itmes together, etc.
  14. Leon

    Request

    you need to add a LOT more information for a request.
  15. What is the point of this post?
  16. This was my second script I ever wrote, and desperately needs to be rewritten. As for passive/active, which arkbennett described, passive means it is always on, active is a skill you must use using SP(MP)
  17. You can do that yourself using the commands. It would be near-impossible to script it how you ask and let everyone use it in the same fashion. Personal preferences tend to differ.
  18. Leon

    Multi Script

    I only posted because there was a new post. lol. And if i can, i will honestly make this system. it does sound fun.
  19. There are 9 days left in this contest. Who all is getting close, by a show of hands?
  20. Leon

    Multi Script

    The hardest thing i see is the thought of the promotion and keeping the stats while reseting to level 1. Other than that, this is pretty basic. The reason that is a problem is because stats are tied directly into the character's level. This would mean rewriting a LOT of the Game_Actor script. It isn't impossible, but very tedious. If i can find a way to do it, I will simply because this reminds me of a few games I have played (and greatly enjoyed). So, if i find a way to change the level, but keep the stats, i'll let you know.
  21. A spriter, eh? A very nice talent.
  22. system restore + startup disk is the best way
  23. You, my friend, have a worm. Get Avira, and uninstall AVG, and install Avira. Works better.
×
×
  • Create New...