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.
Where

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 81
You will die with honor...
Does anyone know where to get a horse riding script? If you know, please reply on message board. Thnks.  8)
« Last Edit: May 02, 2010, 03:52:19 AM by hikick10 »

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
Well, you could just change the graphic of you character to the horse whenever you mount it. This can easily be done with events (Change Actor Graphic, I believe). If you want your character to go faster, you could change the speed of the character with the Set Move Route function.

Btw, why is it in RMXP script request if you're working with VX?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Yeah, he had put it in Game Creation General Chat so I just took a guess.

Anyway, I don't know what is meant by horse riding script - if all you want is to change the graphic and speed of the actor, then that can be accomplished easily through the event cozzie just mentioned. If you want something more, then you'll need to tell us what it is.

As for the rest, you can just use a common event - I really don't see anything tedious about it. You make one event - you call it in each horse event - you make one dismount event which runs parallel process. Seems pretty simple and quick to me.

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
character sheets can be any size you want as long as each frame is the same size so that the program can auto cut the frames out and use them in game. Moral: What you're saying doesn't matter - do it anyway.

**
Rep: +0/-0Level 81
You will die with honor...

**
Rep: +0/-0Level 81
You will die with honor...
Ok the horse riding works fine, but how would I make it so that whenever a certain item is used Actor 1 is mounted? Btw, ur the best modern algebra.

**
Rep: +0/-0Level 82
I dont know exactly what you're asking, but i'll answer for the two possible things

To make the hero MOUNT when an item is used, on the DB in the "items" tab make the item non consumable (or consumable, it's your choice) only used from menu and make it call a common event

on the common event make it runs automatically and change the hero graphic to the mounted one

that's it for the common event.

-------------

To make the game CHECK if the player is mounted and DISMOUNT him when he uses the SAME item

make the same common event from before but put a IF condition, if the "mount switch" is on, change the graphic to the walking hero and put the "mount switch" to OFF

else, change the graphic to the mounted hero and put the MOUNT switch to ON

this way, everytime you want to check if the hero is mounted just check if the switch is on

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Umm, press F1 during testplay and make sure ESC, X are set to Button B.

**
Rep: +0/-0Level 81
You will die with honor...
Ok When I replaced my minimap script It Was unable to draw the world map in mini form what should be done to fix?
« Last Edit: May 02, 2010, 06:28:33 PM by hikick10 »

You should use the edit button instead of double posting.  ;)

The minimap script messes it up because it overwrites Scene_Map.

**
Rep: +0/-0Level 81
You will die with honor...
Exact script error: Script 'Mini Map' line 219: RGSSError occured.
Script is called:
==============================================================================
# ** MiniMap V1.0
# MiniMap.rb von Woratana (04.10.2008)
#------------------------------------------------------------------------------
# http://www.rpg-studio.de/scriptdb/node/178
# http://www.rpg-studio.de/forum/index.php?page=Thread&threadID=31236
# http://www.rpgrevolution.com/forums/?showtopic=17207
#==============================================================================