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

Saltome

Member
  • Content Count

    421
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Saltome

  1. The lost princess. Genre Adventure\RPG Latest release Nov,11,2013 Team Lost Legends Description: Our beloved princess is abducted by the forces of evil, and it's up to you to save her! Credits: Mapper\Artist\Writer - Loly-Cool. Eventing\Scripting - Saltome DRG Inventory System 2.03 - LiTTleDRAgo One-Player Menu Script 1.2 - Tigurus Fay One-Man Duel Battlesystem 1.03 - Tigurus Fay Downloads: Game Mediafire Link .rar RTP RPG Maker XP RTP
  2. You don't have to put the opponent in your party, just use $game_actors[actor_id] to access it, where actor_id is the actor id in the database. Then you can use the built in functions to access it's stats: a=$game_actors[actor_id] #For ease. a.maxhp #Get max hp. a.maxsp #Get max sp. a.str #Get strength. a.dex #Get dexterity. a.agi #Get agility. a.int #Get intelligence. In the script editor you can make a script similar to this: def compare(c_id, d_id) c=$game_actors[c_id] d=$game_actors[d_id] if c.str+c.dex>d.str+ d.agi return true else return false end end #This function compares the str and dex of the first actor against str and agi of the second. Then in the event add a conditional branch with the script option, and call the function name with the id of the actors you want to compare. compare(1,2).
  3. And what's wrong with your perspective?
  4. ... There are no takers? I can't believe how lazy our community is. It's playtesting for god's sake... I'm gonna do it. Any preference where to send you my report?
  5. Well I'm a fan of the series, but the last one I played was X and I still haven't finished it.
  6. I didn't expect you to post a complete script so soon. "Ask Me or Luky"? I guess you two know each other then?
  7. Mark, that's called plagiarism... :P And didn't you say you have work to do? Meeps, sounds simple enough, but it's mostly a cosmetic change.
  8. I'm not angry with you... I just don't like Ace. And I was asking if you have a specific idea of what script you are gonna make.
  9. I don't like ace... *smug* Anyway, what are you planning to do now that you are here?
  10. I saw that you put google as ref. I mean what made you look for a forum right now? Hmm, what exactly does that script cover? If you are gonna make a shop script why not a whole business management script?
  11. Welcome, feel free to check out our tutorials, and ask for help if you don't understand something.
  12. ... what's with all the new members today? I'm gonna keep it simple, welcome. I'm eager to see how good you really are.
  13. Hello. What brings you to the forum? What's your first project on the forum gonna be? Do you need ideas? I myself am good with design, eventing, writing and playtesting. I can do scripting and mapping too, but I rather not. What I can't do is drawing and composing.
  14. ...Mark? Holy ... what the hell happened to your face? And I posted one script didn't I? :D Even if it isn't "submitted". Meta, I find the idea of pokemon interesting. I just think that the games are some of the worst rpg I've ever played. And the other thing is, I don't approve any forms of fan fiction. Other than that, I'm perfectly fine with a pet game where you get to raise something cute, which slowly evolves into a fantastic creature.
  15. Hmm, interesting. As long as you don't make pokemon games, we can get along. I'm a designer/writer/tester/eventer and I have a solid scripting ability. I've thought about making a pet game in the past, so I'm curious how do you imagine it.
  16. Not the response I was hoping for. I will move it over there at some point. But I feel it's a bit early for that.
  17. Hello guys, I've been working on this little script. And I think it has enough to be useful to the public. It provides basic functionality which allows you to navigate trough the game world. It can be used in any quick travel, teleportation or navigation systems. It provides a menu, containing a list of preset locations, allowing the player to transfer freely between them. Battle tournament 2.zip
  18. Mark didn't you say that you won't work on gdu any more? Stop fiddling with the website already.
  19. It's natural progression. Put a little effort into a relationship and it improves.
  20. You take things too seriously, I'm just teasing. Besides in all honesty we are all a bit of jerks to each other anyway, no need to cry about it. To be honest I prefer fighting it out over holding a grudge about a simple difference in opinions. It's perfectly understandable to disagree with others but people need to be wise enough not to let that dictate their actions.
  21. Oh, I'm sorry, you don't like me? Good, keep it to yourself. And if he's apologizing he obviously disagrees with you.
  22. Hmm, selfish and arrogant? Sounds like you will fit here perfectly... We can be friends zahra, good friends... REAL good friends. ;D And actually we mostly have scripters around, that's the impression I'm getting.
  23. Sure, you have my curiosity. And 3500 words? You know the requirement for a full fledged book is only 10 thousand. You should drop out and write one instead... Then again if you are having such a hard time writing an essay I guess writing isn't the best profession for you. :P Oh really? Well I guess that makes it acceptable, but I'm still not a fan of it. Ohh, phiona. I had no idea you were so dangerously... hot. ;P I can see the fineprint you know. :P But I guess you aren't doing a very good job at annoying me, so I don't cares. As far as my temper goes, I'm a very laid back person, there are very few things that can genuinely anger me. Since we are comparing me to anime characters, a good comparison on that aspect of me would be Yoh Asakura from Shaman King.
×
×
  • Create New...