Just had this random things pop up in my chatlog, anyone have any ideas what it is? Just curious.
http://i994.photobucket.com/albums/a...s/Untitled.jpg
Printable View
Just had this random things pop up in my chatlog, anyone have any ideas what it is? Just curious.
http://i994.photobucket.com/albums/a...s/Untitled.jpg
lol that is strange, I have never seen anything like that. must be a new bug.
There's a knot in the spaghetti code somewhere. :o
Dalamud is breaking the scripts too..
Kinda looks like code that would happen when you create a new character.
It literally just came on my chat log while I was standing in Ul'dah, no idea what I did.
Uh sexy debug code, as a programmer i like to see this kind of things.
That's really interesting, at first I thought it was the schema for the character table in their database. Actually reading through it though, I'm not entirely sure what it is. Each section appears to pertain to the checklist that is gone through whenever a request is sent (say teleport, check destination, sender name, sender sex). Either way, clearly it's some sort of interpreted code, probably Lua. Congratulations, you've just seen through the looking glass.
You know, you are probably right, this is probably just a debug script that ran by accident (which is weird, you would think they would have completely removed all debugging calls in the production version to improve performance).
These look suspiciously like AddListener calls to me though, the first argument being the callback, not entirely sure what the second argument is, but the third argument looks like a reference to the actor that calls the callback.
I was just a little suprised when all that came up as a system message, but it does look a lot like code, what code who knows, I have done a little bit of programming, but not much so I couldn't say exactly what language it is.
Would the mods, have anything to say about me posting this, seeing as it does seem to be some of the game's code?
Not really since it's not like someone from Arenanet would be able to replicate an entire game off of it :P It's fairly common to leave certain type of scripts (debug wise) in MMOs because of the massive amount of processes that has to be running at all times.
They'd more than likely tell you to post it in bugs section lol.
Del you suck my work blocks your image so i can't see it =P and you spelled weird wrong
(YES I TROLLED YOU DEL. I'll flare you when i get home)
That's it double flare now when I get home from work
PFFT I am working it's call typing inbetween calls
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).
That's awesome, I love looking at code!
lol looks like GM commands
Btw del I looked at that and that's some freaky stuff weird that it happened
What I want to know is why Raise and Teleport take into account the caster's gender.
WHAT ARE YOU UP TO SE?
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.
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.
Hello!
Thank you for the report, that does seem rather strange. I'll forwarded it on to be looked at further. :)
-SQUARE ENIX MODERATOR