Final Fantasy XI (Online) Private Server files

10/07/2010 00:31 AkkarinRX#361
Quote:
Originally Posted by Codiddle View Post
I was wondering, since the Delivery Box doesn't work... you have gil sent back to the character, if the item is bid on. Well, what happens if the item is NOT bid on? Does the item go back to the character's inventory? Does it expire? No expiration would be sweet, since there's a low number of ppl going to be playing at any given time, anyway.
What I'd suggest is, sadly, another table in the database for pending deliveries. When a request comes in to check the delivery box, it should be a simple selection if the primary key is the (unique) character ID. You only need to remove up to a set # of entries, which keeps the query result small and you could even process more if you accumulate all the gil receipts to deliver in 1 'slot'.

I'd suggest no expiration, but I've seen no evidence in the client that the 'auction status' window will scroll like the other browsable windows.
10/07/2010 00:39 lionhart3001#362
i gave up with the bid function, the game kept choosing the first weapon on the list and bidded on that instead of the second one down... something about actiondata.at[0x0blahblah]. i dont know how to fix it :(

i discovered that sleep works. u just have to re-comment the code on cbaseentitity i think it was in... i had some fun with sleep, bind, nuke, sleep, bind nuke lol
10/07/2010 01:15 AkkarinRX#363
Quote:
Originally Posted by RandomGuyFFXI View Post
Unfortunately, when you type a //command in the client it does not send a packet to the server. This makes it very difficult to enable //<command>. I have not investigated this much, but I bet when Official Square-Enix GM's log in they probably have an additional flag in their client when it boots enabling the //<command> to send the appropriate packets to the server. I have not investigated this much, and this is just pure speculation on the matter.

We have started the basic framework for enabling GM commands via the database but never finished. Going purely off of memory I believe Regiuz made this a class and called it something along the lines of commandHandler. You can register command with various privilege levels but I believe the problem is the user privilege level was never pulled down from the database. From a coding aspect I do not think this should be too hard to implement, its just another field that you have to load when the character logs in. That being said I haven't looked at the code in probably 8-9 months now.
My version of FFXIMain.dll is long out of date (Revision 808, 03:09:39 Mar 17 2010), but it has "-gm" as an available startup flag, along with several others...
-zoneno
-worldno
-processid
-debug
-myip
-ip
-port
-name
-accunt (sic!)
-pass
-pcnt
-cliport
-worldip
-worldport
-centerip
-centerport
-x, -y, and -z
-dir
-gm
-nohitck
-timeout
-rtimeout
-uniqueno
-globaluniqueeno
-mapno
-mapblksize
-debugport
-stoptimer
-hp
-mp
-clinum
-npcnum
-petnum
-pcnum
-sendt
-recvt
-prnd
-lost
-POLCON
-startflg
-sec, -min, -hour, -day, -mon, -year
-log

Edit: no, I don't have a GM client, although every client contains the "GM command help."
10/08/2010 00:22 shijin215#364
getting "meteorxi windower version.exe has stopped working" error, any ideas? thanks in advance.

edit: tried multiple versions of pxi and mxi with no luck, the game is fully updated btw with everything up to and including wings of the goddess installed. on older versions of mxi I get the 10094 error and disconnected after login, even with running as admin. :(
10/09/2010 02:24 bsempai#365
It's great to watch the progress going on here... just wanted to say, keep it up!! :D
10/10/2010 06:57 AkkarinRX#366
Quote:
Originally Posted by shijin215 View Post
getting "meteorxi windower version.exe has stopped working" error, any ideas? thanks in advance.

edit: tried multiple versions of pxi and mxi with no luck, the game is fully updated btw with everything up to and including wings of the goddess installed. on older versions of mxi I get the 10094 error and disconnected after login, even with running as admin. :(
meteorXI 0.9.0RC1 is pretty stable, but it doesn't seem compatible with all windower plugins (since the plugins have changed to keep up with the game while meteorXI hasn't been updated) --
if you can live without the plugins, add a line in your meteor Client.ini under the CLIENT section that says WINDOWERMODE = 0.

On another note, I wish we had the source code for meteorXI, it'd make debugging easier. Anyone that has it, please post or PM me. The only reason projects like these thrive, let alone live, is because people share their source code.
10/10/2010 22:14 bsempai#367
I've been reading through the thread again, and seeing all the different updates and contributions from different people.

I'm a bit confused as to which I should be downloading.
I have the standard 0.6.4 (setup and working great), but what should I be doing to stay current with everyone's latest changes?
10/11/2010 12:54 shijin215#368
Really running out of ideas here. D:

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
10/11/2010 18:06 robotgaston#369
hey guys, if someone got a minute please answer this:
i got everything running but after character creation window it asks me for GOLD WORLD PASS, what is this? what should i put there?
[Only registered and activated users can see links. Click Here To Register...]
10/11/2010 18:54 lionhart3001#370
Quote:
Originally Posted by robotgaston View Post
hey guys, if someone got a minute please answer this:
i got everything running but after character creation window it asks me for GOLD WORLD PASS, what is this? what should i put there?
[Only registered and activated users can see links. Click Here To Register...]
just press enter from that screen, u dont need to specify
10/11/2010 19:03 robotgaston#371
yeah but, if i do this is what happens
[Only registered and activated users can see links. Click Here To Register...]
10/11/2010 19:09 robotgaston#372
oh! I just forgot to do that data copy, so just do:

copy & paste subdir "data" from: C:\program files\PlayOnline\SquareEnix\PlayOnlineViewer

To C:\program files\PlayOnline\SquareEnix\FINAL FANTASY XI
everything works now!
10/12/2010 18:05 exoteric#373
does anyone got a pxi is functioning on pet commands or summoning pets
10/13/2010 00:03 lionhart3001#374
Quote:
Originally Posted by exoteric View Post
does anyone got a pxi is functioning on pet commands or summoning pets
they dont work unfortunately
10/13/2010 00:23 bsempai#375
Could someone show me how to add a mob to a specific zone?
For example, if I want to be able to spawn a Goblin within Bastok Market...

I knew it involves editing spawn tables, but I'm not sure how exactly to go about it...