Users browsing this thread: 1 Guest(s)
Timers and Status Durations

#4
Posts: 2,550
Threads: 98
Thanks Received: 148
Thanks Given: 160
Joined: Aug 2009
Reputation: 52
Status
Nattak\'d
The problem with the timer graphics being messed up lies in the map properties.
Open up FF3LE (or ZE if it has this) and go to your map you have this event on. Click on the Layers tab. You should see a checkbox for 1.7, and it should be unchecked. Check it. That will copy the numbered tiles to VRAM so the timers will display correctly on that map.

For the other, if I'm understanding the problem correctly the event is being triggered again and again, the problem is if you're making an 'event square' that is triggered for this, then you would need to set a condition at the start of the event to check if you already activated it, so that when you walk over it again it does nothing.

It would look something like:
C0 23 80 B3 5E 00 [then your timer, etc.] D0 23 (Set bit 023) FE (Return)
= if byte 023 has been set, then do nothing.

That's just a basic example of a check, you can make it so it check for that bit and then jumps to something else rather than simply returning if you want, or check for multiple bits (C1).

Entrance event's are map specific that happen the moment the map loads, it dictates what is to go on, like those NPCs that are on a track, certain musics that are to be played at certain times, tile replacements, all kinds of stuff. You can make your timer event be "hidden" in the entrance event, as opposed to making an event square -- in other words, when you walk into a town, the very first thing it looks at is the entrance event, without needing to walk over one of those event squares.

Hope I'm making since lol, I'm kinda tired and rambling. I can elaborate more on this tomorrow XD.

I made this thread a while back about entrance events, it might be useful:
https://www.ff6hacking.com/forums/showth...entrance+e


We are born, live, die and then do the same thing over again.
Quote  
[-] The following 1 user says Thank You to Gi Nattak for this post:
  • lopolly (11-29-2013)



Messages In This Thread
Timers and Status Durations - by lopolly - 11-28-2013, 06:05 PM
RE: Timers and Status Durations - by Gi Nattak - 11-29-2013, 12:23 AM
RE: Timers and Status Durations - by lopolly - 11-29-2013, 01:58 AM
RE: Timers and Status Durations - by Gi Nattak - 11-29-2013, 02:44 AM
RE: Timers and Status Durations - by lopolly - 11-29-2013, 06:31 PM
RE: Timers and Status Durations - by madsiur - 11-29-2013, 07:22 PM
RE: Timers and Status Durations - by lopolly - 11-29-2013, 09:14 PM
RE: Timers and Status Durations - by madsiur - 11-29-2013, 10:36 PM
RE: Timers and Status Durations - by lopolly - 11-30-2013, 02:28 PM
RE: Timers and Status Durations - by madsiur - 11-30-2013, 05:07 PM
RE: Timers and Status Durations - by lopolly - 11-30-2013, 05:33 PM
RE: Timers and Status Durations - by madsiur - 11-30-2013, 10:13 PM
RE: Timers and Status Durations - by lopolly - 11-30-2013, 11:46 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite