Jump to content

Photo

Change speed while riding the raft???


  • Please log in to reply
3 replies to this topic

#1 idontknow8

idontknow8

    Senior

  • Members

Posted 30 May 2017 - 12:26 AM

Is there a way to do this? Via script or otherwise? Also any way to hide or change the raft sprite beneath Link (other than making the sprite graphic a transparent tile in the Item editor)

#2 Timelord

Timelord

    The Timelord

  • Banned
  • Location:Prydon Academy

Posted 30 May 2017 - 04:55 AM

I sincerely doubt that forcing changes to Link->X/Y while rafting would be safe, or prudent, but you can try. You can change the Raft graphics using SwapTile.

#3 idontknow8

idontknow8

    Senior

  • Members

Posted 30 May 2017 - 07:46 PM

So is the raft not an lweapon (which happens to do no damage)? Or how can you change its behavior/Is there a way to refer to it as a pointer?

#4 Timelord

Timelord

    The Timelord

  • Banned
  • Location:Prydon Academy

Posted 30 May 2017 - 08:09 PM

So is the raft not an lweapon (which happens to do no damage)? Or how can you change its behavior/Is there a way to refer to it as a pointer?

 

It is not an lweapon. It is an internally drawn effect based on a set of conditions. if Link has the item, is on a raft dock, and is pressing in a valid raft path direction, the internal action LA_RAFTING is set, ZC draws the raft under him based on its tile, and Link is made invulnerable until the action ends.

 

FWIW, making a fully scripted raft is effectively identical to much of the Cane of Somaria. I do not know when I will finish that, but when i do, I'll release it.

 

Otherwise, there is a Moosh scripted Raft that he wishes that he never made.

 

If you merely want to change the raft tile at any time, you can use CopyTile() or SwapTile() to accomplish that result.


Edited by ZoriaRPG, 30 May 2017 - 08:10 PM.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users