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

Bob423

Content Manager
  • Content Count

    1,952
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Bob423

  1. Hi! Welcome to RMU! I can't pronounce where you're from.
  2. Well...I temporarily got my motivation back to fix some problems. If you couldn't finish the game before, you should be able to now.

  3. Are you able to finish the game? If not, It's broken. If you can, then I made a huge mistake and uploaded a slightly unfinished version a few days ago, which is the one I was using to record the playthrough. If that is the case, please give me that version lol I need to reupload it. edit: DERP I made a backup. It's that 7zip file. Everything's fine now...I feel special... Well maybe not everything, there could be problems still. Let me know if you find anything major. little things I'll just ignore from now on with this game. uploading now...
  4. sorry if the game is broken. Alternatively, you can watch this: http://www.youtube.c...feature=mh_lolz the story of this game is the most important part of it for me right now. no motivation to fix it :( but the sequel will be different, i promise :D
  5. The Hidden City of Arcatis, to me, is a bit of a failure. After having tested it several times, I have found that there are still game breaking mistakes I made. I have no idea how I missed these last time, as some of them make it impossible to finish the game. I recorded a playthrough and uploaded it to youtube. There are a couple parts where I had to debug some things, and I even cheated at one part, I mostly just want people to see the story. I am so done with this game...http://www.youtube...

  6. British Superman = Doctor Who. Japanese Superman = Dragon Ball Z

  7. That's the problem. I always used them too much in school, but my teacher never cared. :(
  8. Well if you won't update the site anymore, I'd at least like to see something that is currently unfinished, finished. And I'm way too serious about you updating the quotes system.
  9. I've done it before lol
  10. I already fixed it thanks to Mobius, thanks.
  11. I use so many parenthesis because i want to make sure the PEMDAS stuff is correct. I guess I could check it on a calculator instead though. Thanks.
  12. So I've been editing the battle fomulas, and have set up a series of if statements to determine the strength of skills. the problem is, no matter what i do, as long as it's not the default, i always get a syntax error on the first else, elsif, or end of my if statements. I know it's not he battle system or anything because it does the same thing in a blank project. the part i'm having trouble with starts where it says "# Calculate basic skill damage #" and ignore the fact that the stats are rearranged. that's not the problem. class Game_Battler include N01 #-------------------------------------------------------------------------- # * Apply Skill Effects # user : the one using skills (battler) # skill : skill #-------------------------------------------------------------------------- def skill_effect(user, skill) # Clear critical flag self.critical = false # If skill scope is for ally with 1 or more HP, and your own HP = 0, # or skill scope is for ally with 0, and your own HP = 1 or more if ((skill.scope == 3 or skill.scope == 4) and self.hp == 0) or ((skill.scope == 5 or skill.scope == 6) and self.hp >= 1) # End Method return false end # Clear effective flag effective = false # Set effective flag if common ID is effective effective |= skill.common_event_id > 0 # First hit detection hit = skill.hit if skill.atk_f > 0 hit *= user.hit / 100 end hit_result = (rand(100) < hit) # Set effective flag if skill is uncertain effective |= hit < 100 # If hit occurs if hit_result == true #==============================================================================# # Calculate basic skill damage # #==============================# if skill.str_f > 0 and skill.power > 0 # if skill uses STR (ATK) attack = (((user.str * 4) + (skill.power * ((user.atk / 2) / 100)) self.damage = attack - (self.dex / 2) end if skill.int_f > 0 and skill.power > 0 # skill uses INT attack = (((user.int * 4) + (skill.power * ((user.atk / 2) / 100)) self.damage = attack - (self.mdef / 2) end if skill.pdef_f > 0 and skill.power > 0 # skill uses PDEF (HIT) attack = (((user.pdef * 4) + (skill.power * ((user.atk / 2) / 100)) self.damage = attack - (self.agi / 2) end if skill.power < 0 # if skill is a healing spell attack = (((user.int * 4) + ((skill.power * -1) * ((user.atk / 2) / 100)) self.damage = (attack * -1) end if skill.power == 0 self.damage = 0 end #==============================================================================# # Element correction self.damage *= elements_correct(skill.element_set) self.damage /= 100 # If damage value is strictly positive if self.damage > 0 # Guard correction if self.guarding? self.damage /= 2 end end # Dispersion if skill.variance > 0 and self.damage.abs > 0 amp = [self.damage.abs * skill.variance / 100, 1].max self.damage += rand(amp+1) + rand(amp+1) - amp end # Second hit detection eva = 8 * self.agi / user.pdef + self.eva hit = self.damage < 0 ? 100 : 100 - eva * skill.eva_f / 100 hit = self.cant_evade? ? 100 : hit hit_result = (rand(100) < hit) # Set effective flag if skill is uncertain effective |= hit < 100 end # If hit occurs if hit_result == true # If physical attack has power other than 0 if skill.power != 0 and skill.atk_f > 0 # State Removed by Shock remove_states_shock # Set to effective flag effective = true end # Substract damage from HP last_hp = self.hp self.hp -= self.damage effective |= self.hp != last_hp # State change @state_changed = false effective |= states_plus(skill.plus_state_set) effective |= states_minus(skill.minus_state_set) # If power is 0 if skill.power == 0 # Set damage to an empty string self.damage = "" # If state is unchanged unless @state_changed # Set damage to "Miss" self.damage = "Miss" end end # If miss occurs else # Set damage to "Miss" self.damage = "Miss" end # If not in battle unless $game_temp.in_battle # Set damage to nil self.damage = nil end # End Method return effective end end
  13. To everyone who has played The Hidden City of Arcatis. Have you gotten to Mt. Ater? If so, are you stuck?

  14. When you're a time traveler, and you meet a girl you like, don't take her to see earth get destroyed...Sometimes I think The Doctor just doesn't think about where he goes...

    1. Bob423

      Bob423

      Oh...wait...I guess I forgot what show I was talking about...

    2. madanchi

      madanchi

      Hahaha good point, never thought about that.

  15. My mouse is still being stupid. I have a feeling no virus is involved here.

  16. I am completely against this site going down, ever, in any way. Why? Because it was the first online community i was both active on, and liked. If it weren't for this site, I never would've met any of my friends on here. I have learned so much from just the members here. (although partially indirect) My game will not be good because I'm good at making games. It will be good because of what I've learned here, and how much I've grown. If this site ever goes away it will be difficult to find a place that will accept me like this site has and I have no idea what I would do with my game. I really do love this place and I think that it doesn't need to continue to grow. Some things just stop growing and, although they are small, are perfect the way they are. Keep improving on this site, Marked. This site is like the stock market during a permanent recession. Always relatively low, but still going up and down. Whatever you do, I can only ask that you keep the site around in some form or another for as long as you can. However, a true GDU is a great idea, as long as the RPG Maker systems for tutorials, scripts, and things are still kept, even if they are not the main focus of the site. And remember, pol and I will always be here :P
  17. GOT MY NEW LAPTOP! WOOOOH! Also I have a high school diploma.

    1. Marked

      Marked

      Wooh nu laptop! I love that feel when it arrives and you unopen it and things. I was much less excited about finishing highschool lol

  18. This computer is a pain. Won't be much longer until i dont have to deal with this pos anymore.

  19. Everything seems fine...steam is working...still need to make sure everything really is fine though.

  20. good, looks like "trustedinstaller" is actually part of windows...maybe the virus is gone? im still a little suspicious of everything right now.

  21. tomorrow i might back up some of my stuff on dropbox. probably wont use my laptop much on friday. then saturday im getting a new laptop and downloading my backed up files. im typing this from my 3ds and dont plan on using that pos dell much in the future. once i get some money, though, i'll be able to fix it up somewhat.

    1. Marked

      Marked

      Wow you posted this 11 times lol,

    2. Bob423

      Bob423

      oh...oops...sorry. having trouble as you can see lol

  22. ok this is weird. steam friends isnt working, but everything else seems fine. spooler is not gone...

  23. so i think i fixed everything but...steam isnt working

  24. wtf...my mouse isnt working, it's not out of batteries, and windows says it's working. It's on and everything, I've turned it off and on, and restarted my laptop, and pol isn't on steam...so now what do i do?

    1. Bob423

      Bob423

      mouse works, but one of my usb ports is messed up. just a few more days till i get my new laptop

×
×
  • Create New...