Results 1 to 1 of 1

Thread: Some FF related Coding

  1. #1

    Some FF related Coding

    hey guys.. long time no see...

    I have been doing alot of coding over the last few months with like 4 different games (plus a bit of modding here and there) and I wanted to show you some basic pre battle convos I came up with for this side game i have been working on....

    Tidus and Golbez
    Spoiler:
    if(istype(usr,/mob/Tidus))
    usr << sound(null)
    usr << 'Raditz theme.wma'
    usr << "<font color = blue>Tidus: Why am I up against an old man?</font>"
    sleep(30)
    usr << "<font color = purple>Golbez:: Never avert your eyes from reality.</font>"
    sleep(30)
    usr << "<font color = blue>Tidus: I don't need any more lectures!</font>"
    sleep(30)
    usr << sound(null)
    usr << '125-giving-a-manicure-to-the-fingernails-of-darkness.wma'
    usr.start(/mob/monster/Golbez)



    Kefka vs Wakka (Pretty Funny)
    Spoiler:
    if(istype(usr,/mob/Wakka))
    usr << sound(null)
    usr << '08 - Kefka.wma'
    usr << "<font color = green>Kefka: Ehh, what is it that you want?</font>"
    sleep(20)
    usr << "<font color = orange>Wakka: What a Bizarre clown? jah?</font>"
    sleep(20)
    usr << "<font color = green>Kefka: I hate guys like you the most! Time for your punishment!</font>"
    sleep(20)
    usr << "<font color = orange>Wakka: What? Wait!!!</font>"
    sleep(20)
    usr << "<font color = green>Kefka: 'Wait' he says... Do I look like a waiter?</font>"
    usr << 'KefkaLaugh.ogg'
    sleep(30)
    usr << sound(null)
    usr << 'Dancing Mad.wma'
    usr.start(/mob/monster/Kefka)



    Auron Vs Kefka
    Spoiler:
    if(istype(usr,/mob/Auron))
    usr << sound(null)
    usr << '08 - Kefka.wma'
    usr << "<font color = green>Kefka: One of us is not serious enough...</font>"
    sleep(20)
    usr << "<font color = red>Auron: Are you sure It's not you?</font>"
    sleep(20)
    usr << "<font color = green>Kefka: I hate guys like you the most! Time for your punishment!</font>"
    sleep(20)
    usr << "<font color = red>Auron: You place too much trust in your magics.</font>"
    sleep(30)
    usr << sound(null)
    usr << 'DMadARR.wma'
    usr.start(/mob/monster/Kefka)



    Shuyin Vs Auron (Such a Badass)
    Spoiler:
    if(istype(usr,/mob/Auron))
    usr << sound(null)
    usr << '38 - Aurons Theme.wma'
    usr << "<font color = red>Auron: A soul that doesnt belong in this world...</font>"
    sleep(20)
    usr << "<font color = blue>Shuyin: ...</font>"
    sleep(20)
    usr << "<font color = red>Auron: I forsee no Difficulty.</font>"
    sleep(20)
    usr << "<font color = blue>Shuyin: We shall see.</font>"
    sleep(30)
    usr << sound(null)
    usr << 'Final Fantasy XIII-2 OST - New Battle Theme.wma'
    usr.start(/mob/monster/Shuyin)



    Shuyin Vs Tidus (lol)
    Spoiler:
    if(istype(usr,/mob/Tidus))
    usr << sound(null)
    usr << '60 - Revealed Truth.wma'
    usr << "<font color = blue>Tidus: Who are you?</font>"
    sleep(20)
    usr << "<font color = blue>Tidus: Why do you look Like me?</font>"
    sleep(20)
    usr << "<font color = blue>Shuyin: Could this be my body?</font>"
    sleep(20)
    usr << "<font color = blue>Tidus: Those Clothes? Wait a second, I'm the only ace around here!</font>"
    sleep(30)
    usr << sound(null)
    usr << 'blitzoff.wma'
    usr.start(/mob/monster/Shuyin)



    Jecht Vs Cloud (Cloud during Soldier I guess)
    Spoiler:
    if(istype(usr,/mob/Cloud))
    usr << sound(null)
    usr << 'Prelude.wma'
    usr << "<font color = purple>Jecht: Who are you? Where did you come from?</font>"
    sleep(20)
    usr << "<font color = yellow>Cloud: .....</font>"
    sleep(20)
    usr << "<font color = purple>Jecht: Not the talkative type are you? well whatever...</font>"
    sleep(20)
    usr << "<font color = yellow>Cloud: I was sent to kill you...</font>"
    sleep(20)
    usr << "<font color = purple>Jecht: Kill me? Thats a good one... Well whoever you are... By all means come and try...</font>"
    sleep(30)
    usr << sound(null)
    usr << '03 Those Who Fight Further -arrange- [FFVII].wma'
    usr.start(/mob/monster/Jecht)



    Auron Vs Jecht (Warning: Character Development)
    Spoiler:
    if(istype(usr,/mob/Auron))
    usr << sound(null)
    usr << '60 - Revealed Truth.wma'
    usr << "<font color = purple>Jecht: Your late Auron.</font>"
    sleep(20)
    usr << "<font color = red>Auron: I know...</font>"
    sleep(20)
    usr << "<font color = purple>Jecht: You were always such a stiff. But that's what I like about you</font>"
    sleep(30)
    usr << "<font color = purple>Jecht: Well, then... I mean...you know. Let's end this.</font>"
    sleep(20)
    usr << "<font color = red>Auron: Goodbye... Friend...</font>"
    sleep(30)
    usr << sound(null)
    usr << '05 - Otherworld.wma'
    usr.start(/mob/monster/Jecht)



    Sephiroth Vs Black Mage (Love it)
    Spoiler:
    if(istype(usr,/mob/BMage))
    usr << sound(null)
    usr << 'moderate.mid'
    usr << "<font color = white>Sephiroth:A black mage? In this century? How did you get here?</font>"
    sleep(20)
    usr << "<font color = purple>Black Mage: ...</font>"
    sleep(20)
    usr << "<font color = white>Sephiroth: So you wont answer my question? Pity... I guess i will have to beat it out of you.</font>"
    sleep(20)
    usr << sound(null)
    usr << 'objection.mid'
    usr << "<font color = purple>Black Mage: You shall not lay a finger on me! You Demonic HellSpawn!</font>"
    sleep(20)
    usr << "<font color = white>Sephiroth: Perhaps you are mistaken... For I am no Demon...</font>"
    sleep(20)
    usr << "<font color = purple>Black Mage: No... You are not... You are just an Omnicidal Maniac with Delusions of Godliness... Allow me to purge the world of your Tyranny!</font>"
    sleep(30)
    usr << sound(null)
    usr << 'Original Game Soundtrack - One-Winged Angel [Arranged Version] {Ffvii}.wma'
    usr.start(/mob/monster/Sephiroth)



    Sephiroth Vs Lulu (Forgot where I came up with this >.<)
    Spoiler:
    if(istype(usr,/mob/LuLu))
    usr << sound(null)
    usr << '102 - Menu Selection.wma'
    usr << "<font color = white>Sephiroth: An Ancient? From Spira?</font>"
    sleep(20)
    usr << "<font color = purple>Lulu: huh?</font>"
    sleep(20)
    usr << "<font color = white>Sephiroth: Explain your self!</font>"
    sleep(20)
    usr << "<font color = purple>Lulu: I do not know what you are talking about?</font>"
    sleep(20)
    usr << "<font color = white>Sephiroth: I can sense it... You are an ancient... BUT THE PROMISE LAND BELONGS ONLY TO ME!!!!</font>"
    sleep(20)
    usr << "<font color = purple>Lulu: What a Creep...</font>"
    sleep(30)
    usr << sound(null)
    usr << 'Original Game Soundtrack - One-Winged Angel [Arranged Version] {Ffvii}.wma'
    usr.start(/mob/monster/Sephiroth)



    I have a few more... although they are more one liners than full speech
    Last edited by Ss4gogeta0; 03-07-2012 at 05:21 AM.

Similar Threads

  1. not Final Fantasy related at all
    By Kai The Red Mage in forum General Chat
    Replies: 19
    Last Post: 04-23-2011, 06:02 PM
  2. Pete's Non- Drinking Related Pics
    By Pete in forum Art
    Replies: 8
    Last Post: 02-09-2010, 05:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •