LAZESIGMA'S PROFILE

Hello, I'm an avid rpg gamer and once wanted to design video games for a living. Well, living in Chicago area, and not the West Coast, that didn't quite pan out. I'm happy at my job as a programmer for Insurance Software and use RPG Maker Mv as a hobby.

I have created 3 games, "Something Something Ninja RPG", "Robo-Land" its unofficial sequel, and my latest "An Unusual Cadence".
Something Something Ninj...
Help Kakashi locate 4 crystals and save the world!

Search

Filter

Something Something Ninja RPG

New Download Link has been restored so that should work.
Still looking into the sound issue. Any idea what sound file it was (or what area was being exited?)

Robo-Land

Thanks for the kind words Devante, and glad you enjoyed it!
I do plan on making a 3rd game at some point... Not sure it'll be a direct sequel.
Just need to find the time. :)

Something Something Ninja RPG

Excellent!

Robo-Land

Should have a new build in 10 minutes or so.
Fixed Clay Slime in Forest. (Drops some Ooze)
Fixed White Mage MP Restore.

Something Something Ninja RPG

Try this:
After finding the index.htm file in the SSNRPG directory. (make a copy of it somewhere first then..
Right click and Open it with Notepad.

Delete everything there and replace with this:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no">
<link rel="icon" href="icon/icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon/icon.png">
<link rel="stylesheet" type="text/css" href="fonts/gamefont.css">
<title>Something Something Ninja RPG</title>
</head>
<body style="background-color: black">
<script type="text/javascript" src="js/libs/pixi.js"></script>
<script type="text/javascript" src="js/libs/pixi-tilemap.js"></script>
<script type="text/javascript" src="js/libs/pixi-picture.js"></script>
<script type="text/javascript" src="js/libs/fpsmeter.js"></script>
<script type="text/javascript" src="js/libs/lz-string.js"></script>
<script type="text/javascript" src="js/libs/iphone-inline-video.browser.js"></script>
<script type="text/javascript" src="js/rpg_core.js"></script>
<script type="text/javascript" src="js/rpg_managers.js"></script>
<script type="text/javascript" src="js/rpg_objects.js"></script>
<script type="text/javascript" src="js/rpg_scenes.js"></script>
<script type="text/javascript" src="js/rpg_sprites.js"></script>
<script type="text/javascript" src="js/rpg_windows.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>

Robo-Land

You are correct, neither of those two skills get upgraded. Not sure if I ran out of ideas or just plain forgot to see about doing something there. :p
I do like the idea of Double Attack being promoted to Triple.

Robo-Land

Ah, fixed the Butterfly Knife. Apparently after the upgrade from VX to MX, my suppress Shield changed to suppress Weapon so we should be good there.

I don't have any stat boosting consumable items in this game other than a few for HP and MP. I think the sniper gets like 1 ATK for every 5 levels or something very slow. (Because guns ignore defense, I didn't want to make it broken)

Something Something Ninja RPG

Found it was an update to client.
If you start a new project, then copy the index.html file and replace the one in the SSNRPG project file, it'll load normally.

Same thing happened to me after an update.

Something Something Ninja RPG

I greatly appreciate that input reggird, it means a lot. The 2nd game I put together on this site, "Robo-Land", I tried something different with no random encounters and the enemies live walking around on the map. I agree with you 100% on your points though. Too many and pure randomness of walking a few steps can drive even the more dedicated gamers away. I appreciate your pros immensely and that was my goal for the equipment and the tweaking out of your characters to fit a situation rather than a set-it-and-forget-it type of character build.

Something Something Ninja RPG

I'll take a look at this and see what's going on with that sound file.
Should have an new patch in a few here.

UPDATE:
I was not able to replicate, but I did notice this particular sound .ogg file has spaces and a ' in the title. I removed them and re-imported it.
Hopefully the latest update will allow you to proceed.