Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  Elwood : (02 May 2025 - 07:37 AM) When it was active, this place was some of the most fun I've ever had on the internet.
@  Elwood : (02 May 2025 - 07:37 AM) Really wish I liked Discord better so I could hang out with you guys again. I just really prefer forums to Discord. :/
@  Elwood : (02 May 2025 - 07:34 AM) Lol Blazer probably just keeping it up so I can leave it as my homepage for Firefox!
@  Valke : (04 April 2025 - 10:57 AM) wow i cant believe this site is still up
@  acceptance : (27 January 2025 - 08:32 PM) You're right, it really is nostalgic. Totally with Shu on that.
@  Shu : (15 November 2024 - 09:50 PM) Right you are
@  Elwood : (01 August 2024 - 03:41 AM) Wow a new post! ....aaaand it's a bot. Still, it's strangely nostalgic.
@  Oblivion Knight : (26 February 2024 - 11:30 AM) Whoa I can edit a typo. The technology.
@  Oblivion Knight : (26 February 2024 - 11:29 AM) Obligatory message.
@  Elwood : (02 January 2024 - 04:19 AM) Happy New Year!!!
@  Aaron : (13 February 2023 - 09:19 PM) I'm still out here alive. If you remember me, I hope you're doing well!
@  Aaron : (13 February 2023 - 09:09 PM) 2023 and this place is still up huhh
@  Elwood : (05 January 2023 - 07:58 AM) Ah a Christmas greeting from Wolfie! Even if I saw it way late Merry Christmas and Happy New Year to everybody!
@  Cero : (31 December 2022 - 09:27 PM) Man that bot went crazy
@  Whitewolf8 : (24 December 2022 - 10:02 AM) I return once more on the eve of Christmas to haunt you all again!... Mainly Elwood. Hello!
@  Elwood : (25 November 2022 - 04:58 AM) A bot! Ah the nostalgia!
@  Elwood : (02 November 2022 - 02:30 PM) Yo ho ho ho! Thar be the white wolf!
@  Whitewolf8 : (24 October 2022 - 12:29 AM) Well, blimey it's been a while. Hoy there! If anyone's still alive here anyway.
@  Valke : (21 April 2022 - 12:12 PM) im taking the 2nd shout of 2022 😂
@  Elwood : (03 March 2022 - 10:12 PM) Mwuhahaha! The first shout of 2022 is mine!

Photo

warping code?


  • Please log in to reply
3 replies to this topic

#1 akeldama

akeldama

    Member

  • Members
  • PipPipPipPip
  • 58 posts
  • Interests:skating

Posted 23 September 2010 - 01:50 AM

you know how some morphs from the game and nergal use that warp thing? when they disappear and reappear? for example in the beginning of the dragon's gate chapter when ephidel takes ninian. is there a code to make any unit be able to use that during a conversation?

#2 shadowofchaos

shadowofchaos

    ??????

  • Members
  • PipPipPipPipPipPipPipPipPipPip
  • 721 posts

Posted 23 September 2010 - 03:09 AM

Look in the Event Assembler Macros:

QUOTE
//Warp effect, under construction
#ifdef _FE7_
#define WarpIn(Char,Class,X,Y)    "WARP [X,Y] 1; LOEV Char Class [X,Y]; CODE $42; POIN $20AB9"
#define WarpIn(UnitPtr,X,Y)        "WARP [X,Y] 1; LOU1 UnitPtr; CODE $42; POIN $20AB9"
//#define WarpOut(X,Y)            "WARP [X,Y] 0; DISA [X,Y]; CODE $42; POIN $20AB9"
#define WarpOut(Char)            "WARP Char  0; DISA Char; CODE $42; POIN $20AB9"
#endif

#ifdef _FE8_
//#define WarpIn(Char,Class,X,Y) "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; DISA Char"
//#define WarpIn(UnitPtr,X,Y)    "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; LOU1 UnitPtr"
//#define WarpOut(X,Y)            "CODE "
#define WarpOut(Char)            "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; DISA Char"
#endif


Found in the latest "Misc Helpers" in the "EA Standard Library" Folder.


user posted image

#3 akeldama

akeldama

    Member

  • Members
  • PipPipPipPip
  • 58 posts
  • Interests:skating

Posted 25 September 2010 - 03:59 AM

QUOTE (shadowofchaos @ Sep 22 2010, 07:09 PM)
Look in the Event Assembler Macros:

QUOTE
//Warp effect, under construction
#ifdef _FE7_
#define WarpIn(Char,Class,X,Y)    "WARP [X,Y] 1; LOEV Char Class [X,Y]; CODE $42; POIN $20AB9"
#define WarpIn(UnitPtr,X,Y)        "WARP [X,Y] 1; LOU1 UnitPtr; CODE $42; POIN $20AB9"
//#define WarpOut(X,Y)            "WARP [X,Y] 0; DISA [X,Y]; CODE $42; POIN $20AB9"
#define WarpOut(Char)            "WARP Char  0; DISA Char; CODE $42; POIN $20AB9"
#endif

#ifdef _FE8_
//#define WarpIn(Char,Class,X,Y) "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; DISA Char"
//#define WarpIn(UnitPtr,X,Y)    "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; LOU1 UnitPtr"
//#define WarpOut(X,Y)            "CODE "
#define WarpOut(Char)            "CODE 0x40 0x2F 2 0; CODE Char; GOTO $; DISA Char"
#endif


Found in the latest "Misc Helpers" in the "EA Standard Library" Folder.

which program are you referring to?

#4 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 30 September 2010 - 10:32 PM

The Event Assembler, the program used to edit and insert events. You can't do such a thing in the text editor, if that's what you were hoping. :\

Bblazer2.png

Signature thanks to Shu.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users