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.
[Resolved] Mirror effect in water

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 84
It's human to misdo
I need a script which makes a mirror effect in for example water or glass.
Also, if possible, I need a whave effect in the same script which makes the reflection move a little.

Basicly I want this script but for RMXP instead.

Maybe it allready exist, maybe not. I don't know... Do you?
« Last Edit: December 06, 2009, 11:32:47 AM by stripe103 »

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best 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
Try: http://www.hbgames.org/forums/viewtopic.php?t=10619

The one under the spoiler that says Reflections

***
Rep:
Level 84
It's human to misdo
I can't get it to work.
I'll look after the demo

EDIT:
Nvm. I found the error.
For future users:

In this part on line 184
Spoiler for:
if (character.is_a?(Game_Event) and character.list!=nil and character.list[0].code == 108 and character.list[0].parameters == ["r])

It shall be
Spoiler for:
if (character.is_a?(Game_Event) and character.list!=nil and character.list[0].code == 108 and character.list[0].parameters == ["r"])

They have forgotten a ".


Thank you very much Modern! ;D
« Last Edit: December 06, 2009, 11:32:17 AM by stripe103 »