RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
RMXP P.K. Edition Problems

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 88
As I was working with RPG Maker XP Postality Knights Edition Enhanced, there was some major problems with the 'Move Event' Function. All the functions worked except: Step Forward, Step Backward, Move Up/Down/left/right. When any of those are used, the sprite does NOT take a single step, but it keeps going off the screen, even other events cannot make it stop from moving. This cant be a good thing.. Its nearly impossible to make a decent scene with it (I do some complex moving sometimes lol). I also found a couple other problems XD;; Just thought id mention this lol... chao!
-Kagatsu

*****
Rep:
Level 89
I'm back again. Again.
I don't experiance this problem, could you give me and example of when it has happened, what else has happened before this part in the scene, what scripts you are using, ect.

****
Rep:
Level 89
What will that crazy ape do next?
this is a very unusual problem, make sure you don't have a condition that keeps looping that might cause the move event to occur over and over.
My Project: Dark Empire
http://rmrk.net/index.php/topic,7815.0.html
Official Site: http://darkempirerpg.tripod.com
Process: Getting back to work.

Always looking for sprites, if your interested, PM.

"But then I realized, why stop things from exploding, when in fact it is in exploding that things reach their perfect form. Of course, they only reach it for a few glorious seconds, but during that short time there is no object in the universe more beautiful." -Kite Rockswell, the Mad-Mad Bomber, from The Final War, my very own novel project.  PM me if you would like to read.

"Oh, sure, blaim the wizards..."

**
Rep:
Level 88
6 Bagels
I use Postality Knights Edition 2.0 Enhanced, and I've never run into this problem.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Interesting... Try putting this code here into a new script above main.

Code: [Select]
class Interpreter
 
  def command_209
    character = get_character(@parameters[0])
    return true if character == nil
    character.force_move_route(@parameters[1])
    return true
  end

end

Tell me if it fixes the movement problem.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!