PDA

View Full Version : variables for disk output



TriggerHappy
03-21-2002, 11:28 AM
Can someone point me to the best place(s) I can access the following variables for output to be saved to a file (and the variable names if they know them). I have been going through the src code and starting to work out what is what, but some confirmations will be nice.

1. Array variables of the mobs and their hitpoints/headings.

2. Position of characters and their headings.

3. Best place to insert some code to output those variables on a reasonably timely basis to a file.


I want to output this information to a file on a timely basis to do some testing.

I appreciate the help given I am a relative noob to the programming structure of ShowEQ. And if someone were to even happen to have a flow diagram of how the modules interconnect (I know I am dreaming here) it would be great if they could e-mail that to me ([email protected]).

Appreciately muchly for any pointers

TriggerHappy
03-24-2002, 11:06 AM
developers? A word or two would be very helpful if you have a second please.

Cryonic
03-24-2002, 11:54 AM
SEQ already has output functions for the logging of spawns. Right now I believe it only logs three events, spawn death and corpse removal. Might want to try and find that area of the code and see how it does it.