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.
[XP] Arrow Over Player's Head System

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
Romeo.
Are you really tired of not seeing your character because (s)he blends in with the map?

3 Common Events
3 Variables
2 Switches

Download this

Create two switches.

Name the 1st "Arrow System"
Name the 2nd "Arrow Display"

Now do the first common event. Name it "coordinates"
Make the trigger parallel process
Condition switch: Arrow System

Do this:

@>Control Variable: [0001: X] = Player's Screen X
@>Control Variable: [0002: Y] = Player's Screen Y
@>Control Variable: [0003: A Variable] = 60
@>Control Variable: [0002: Y] -= Variable [0003: A Variable]

This adjusts the coordinates of the picture.

Next

Make another common event, name it "Button" (Or whatever you want.)
Trigger: Parallel Process
Conditional Switch: Arrow System

@>Conditional Branch: Script: Input.trigger?(Input::L)
@>>Conditional Branch: Switch: [0002: Arrow Display] == OFF
@>>>Control Switches: [0002: Arrow Display] == ON
@>>Else
@>>>Conditional Branch: Switch: [0002: Arrow Display] == ON
@>>>>Control Switches: [0002: Arrow Display] == OFF
@>>>Branch End
@>>Branch End
@>Branch End

Lastly, make a new common event. Name it "Arrow Pictures."
Trigger: Parallel Process
Conditional Branch: Arrow System

@>Conditional Branch: Switch: [Arrow Display] == ON
@>>Show Picture: 1, 'Arrow', Center, Variable [0001][0002]), (100%, 100%)
@>Branch End
@>Conditional Branch: Switch: [Arrow Display] == OFF
@>>Erase Picture: 1
@>Branch End

Screenshots:

The forest!


Where am I?


Oh, there I am...

Any questions, comments about this system?
« Last Edit: February 23, 2014, 04:06:47 PM by modern algebra »

***
Rep:
Level 88
0w/\/Z0Rz im back Baby!
ima see if this works on rpg maker 2003
September 13, 2007, 06:56:52 PM <-  Last Login
.
I returned and better than ever!
.
Don't mess with me.
.
Ever....

****
MONOCLE MAN
Rep:
Level 89
-::Gone::-
I don't get it, whats it do?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
when your caracter is on the map, you press abutton and you can see an arrow appera over his head, so incase he is behind a tree and your running into a wall you wouldnt  know, but now you do
Watch out for: HaloOfTheSun

**
Rep:
Level 88
Romeo.
Correct. That's what it does. :)

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Hey, it would be a great idea to make a script do it automatically if the player is behind a tile that has a higher priority than himself.
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!

*
I love Firerain
Rep:
Level 97
=D
Yes but this is AWSOME!
Arlen is hot.

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
This is awesome!
&&&&&&&&&&&&&&&&

****
MONOCLE MAN
Rep:
Level 89
-::Gone::-
oh! I got a cool idea =D but it need alot of eventing maybe. You walk behind a tree and its opicity drops, so you can see through it =D

**
Rep:
Level 88
Romeo.
Yep, it'll require alot of eventing.

*******
I am epic, you are not.
Rep:
Level 93
Defender of Justice
hm...perhaps. i think this way is just easier. good idea and good job executing it.

**
Rep: +0/-0Level 90
very good tut mate, but mine dosent seem to work, dunno if im doin it wrong but here is my ss of my Common Events etc etc

http://i115.photobucket.com/albums/n290/Trackys/coords.jpg <<< coordinates
http://i115.photobucket.com/albums/n290/Trackys/button.jpg <<< Button
http://i115.photobucket.com/albums/n290/Trackys/arror.jpg  <<< Arrow Pictures

any help would b awsome thanx in advance
Jared Hopkins, I Use RPGMaker for all my gaming needs

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Hey, it would be a great idea to make a script do it automatically if the player is behind a tile that has a higher priority than himself.

I'll include this in the next release of my Tons of Add-ons. ;8
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!

***
Rep:
Level 88
http://www.rukinet.com
Why doesn't this work for me? And how do I do so that its @> in the beginning of a line and not <>
?????


Rukinet. - the dot's included!

**
Rep:
Level 88
Romeo.
@> (You see this when you have legal RMXP but if you have postality or some other RMXP, you'll see this <> I believe.)