Page 3 of 3 FirstFirst 1 2 3
Results 21 to 29 of 29

Thread: Wierd chatlog

Hybrid View

  1. #1
    Player
    Weiss_R's Avatar
    Join Date
    Aug 2012
    Posts
    20
    Character
    Weiss Gatita
    World
    Cerberus
    Main Class
    Arcanist Lv 50
    Quote Originally Posted by Hulan View Post
    Well, after brushing up on my Lua syntax a bit (scripting languages are not exactly my cup of tea), that looks like it could be a table constructor. Possibly an associative array to store possible UI functions and responses. On the other hand, without more information, it could just as easily be the output from a debugging line that got left in by accident.

    Not certain how lua works but i have seen things like this when trying to build dynamic scripts and one of the parts fail or try to process an invalid character. (like a text with quotation marks)
    In any case its probably something to do with a variable since it did not happen to a massive amount of people (or an intern).
    (0)

  2. #2
    Player
    Hulan's Avatar
    Join Date
    Jun 2011
    Posts
    866
    Character
    Alec Temet
    World
    Midgardsormr
    Main Class
    Arcanist Lv 70
    Quote Originally Posted by Weiss_R View Post
    Not certain how lua works but i have seen things like this when trying to build dynamic scripts and one of the parts fail or try to process an invalid character. (like a text with quotation marks)
    In any case its probably something to do with a variable since it did not happen to a massive amount of people (or an intern).
    Lua looks and acts like pretty much every other scripting language (javascript, perl, ruby, etc). What sets it apart is how bare bones but blazing fast it is. Lua runs closer to the speed of a compiled language (apparently) than a scripting language. On the other hand, it's built-in functionality is pretty fundamental. It does support Closures and first order functions though, so you can do psudo-OOP with it; build whatever objects and functionality you need.
    (1)

  3. #3
    Player
    Weiss_R's Avatar
    Join Date
    Aug 2012
    Posts
    20
    Character
    Weiss Gatita
    World
    Cerberus
    Main Class
    Arcanist Lv 50
    Quote Originally Posted by Hulan View Post
    Lua looks and acts like pretty much every other scripting language (javascript, perl, ruby, etc). What sets it apart is how bare bones but blazing fast it is. Lua runs closer to the speed of a compiled language (apparently) than a scripting language. On the other hand, it's built-in functionality is pretty fundamental. It does support Closures and first order functions though, so you can do psudo-OOP with it; build whatever objects and functionality you need.
    Sounds nice, i should read up a bit on it.
    (0)

  4. #4
    Player
    Zyph's Avatar
    Join Date
    Aug 2011
    Location
    Hecking my bed
    Posts
    804
    Character
    Zafeira Zhalwann
    World
    Sargatanas
    Main Class
    Dark Knight Lv 90
    That's awesome, I love looking at code!
    (0)

  5. #5
    Player
    Laughlyn's Avatar
    Join Date
    Mar 2011
    Posts
    1,350
    Character
    Hale Storm
    World
    Masamune
    Main Class
    Archer Lv 70
    lol looks like GM commands
    (0)

    I used to be Noomy...then i took shiva's Hail Storm to my knee...

  6. #6
    Player
    Rannie's Avatar
    Join Date
    Mar 2011
    Location
    Ul'dah
    Posts
    3,079
    Character
    Rannie Lfey
    World
    Faerie
    Main Class
    Red Mage Lv 100
    Btw del I looked at that and that's some freaky stuff weird that it happened
    (0)
    I have a secret to tell. From my electrical well. It's a simple message and I'm leaving out the whistles and bells. So the room must listen to me Filibuster vigilantly. My name is blue canary one note* spelled l-i-t-e. My story's infinite Like the Longines Symphonette it doesn't rest- TMBG Birdhouse in your Soul
    A huge THANK YOU!!!! For FINALLY selling the Meteor Survivor Polo on the store. AND a huge thanks to my friend who bought it for me while he was at Fan Fest!!! YES I finally have my POLO!!!

  7. #7
    Player
    Zyph's Avatar
    Join Date
    Aug 2011
    Location
    Hecking my bed
    Posts
    804
    Character
    Zafeira Zhalwann
    World
    Sargatanas
    Main Class
    Dark Knight Lv 90
    What I want to know is why Raise and Teleport take into account the caster's gender.

    WHAT ARE YOU UP TO SE?
    (0)

  8. #8
    Player
    Hulan's Avatar
    Join Date
    Jun 2011
    Posts
    866
    Character
    Alec Temet
    World
    Midgardsormr
    Main Class
    Arcanist Lv 70
    Quote Originally Posted by Zyph View Post
    What I want to know is why Raise and Teleport take into account the caster's gender.

    WHAT ARE YOU UP TO SE?
    This is probably so the text looks right, I can't remember exactly what it says and I can't look it up right now, but for instance: "Hulan Temet would like to teleport you to Camp Bearded Rock, would you like to accept his teleport?" Since the text needs to know what sex to label the sender as, there needs to be a value for it.
    (1)

  9. #9
    Moderator Qeepel's Avatar
    Join Date
    Feb 2011
    Posts
    483
    Hello!

    Thank you for the report, that does seem rather strange. I'll forwarded it on to be looked at further.

    -SQUARE ENIX MODERATOR
    (0)

Page 3 of 3 FirstFirst 1 2 3