hmm, dunno what's going on here
I been hanging out in PoJ today while people been doing trials
I have 2 PoJ files, I've tried doing this with both selected and just the one, but neither time will it add the mob
I read through the log file and he is in there, the boss for the exe trials
Received:
Zone. Add Mob.
Mob: 0562 (1) #Prime_Executioner_Vathoch00 L: 65, G: 2, HP: 100%, Owned: 0000, Size: (10.00, 0.67-1.25)
Race: Guard of Justice, Type: 1, Class: Warrior, Deity: NONE, Position: 100
Movement: Pos: (-1157.00 195.00 82.00). Anim: 0.00, Dir: 0.00, Rot: 0.00, Speed: (0.00 0.00 0.00)
Invis: 0, Sneak: 0, PVP: 0, Light: 0, Anon: 0, AFK: 0, LD: 1, GM: 0, Breath: 3, Armor: 0, Helm: -1, Guild: -1(0)
Equipment: 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0)
(color) hair: -1, beard: -1, leye: -1, reye: -1. (style) hear: -1, beard: -1
U_P01: 00, U_P02: 00, U_P03: 00, U_P04: 00, U_P05: 00, U_P06: FF, U_P07: 00000000
but it's not showing him in the list of mobs in the middle area and it's not dumping him out to the npc sql file, so is this program only putting in the sql what is loaded in when you first enter the zone?
but it can't be that I guess, just checked and it does put this mob to the sql that spawns after I been in the zone
Received:
Zone. Add Mob.
Mob: 0508 (67) A_violet_rose00 L: 50, G: 2, HP: 100%, Owned: 0000, Size: (6.00, 0.00-0.00)
Race: Human, Type: 1, Class: Warrior, Deity: NONE, Position: 100
Movement: Pos: (-286.13 133.88 -1.25). Anim: 0.00, Dir: 0.75, Rot: 0.00, Speed: (0.00 0.00 0.00)
Invis: 0, Sneak: 0, PVP: 0, Light: 0, Anon: 0, AFK: 0, LD: 1, GM: 0, Breath: 3, Armor: 0, Helm: -1, Guild: -1(0)
Equipment: 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0)
(color) hair: -1, beard: -1, leye: -1, reye: -1. (style) hear: -1, beard: -1
U_P01: 00, U_P02: 00, U_P03: 00, U_P04: 00, U_P05: 00, U_P06: FF, U_P07: 00000000
but it won't do that other guy, so I dunno
here's another one that I found didn't add into the npc sql file
Received:
Zone. Add Mob.
Mob: 0563 (3) wraith_of_retribution01 L: 49, G: 2, HP: 100%, Owned: 0000, Size: (6.00, 0.67-1.25)
Race: Spectral Banshee, Type: 1, Class: Warrior, Deity: NONE, Position: 100
Movement: Pos: (-494.00 223.00 -25.50). Anim: 0.00, Dir: 22.00, Rot: 0.00, Speed: (0.00 0.00 0.00)
Invis: 0, Sneak: 0, PVP: 0, Light: 0, Anon: 0, AFK: 0, LD: 1, GM: 0, Breath: 3, Armor: 0, Helm: -1, Guild: -1(0)
Equipment: 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0), 0(0)
(color) hair: -1, beard: -1, leye: -1, reye: -1. (style) hear: -1, beard: -1
U_P01: 00, U_P02: 00, U_P03: 00, U_P04: 00, U_P05: 00, U_P06: FF, U_P07: 00000000
conclusion
well, after a bit more playing around I found that it's not reading any logs past the first one in the list even if I uncheck the other logs and only the last one it still only reads in the first one.
what I did was I dumped the logs table and remade it, then I moved out my other 2 PoJ logs from the folder I keep them all in and I used one of the bigger logs, was 12 meg log this time it loaded in 227 mobs instead of just 196 when I had them all selected since it was really only reading the first one, even when the others were unchecked it was still reading only that first one it also loaded in more spawns this time too
well hope that helps you to fix this problem
another odd problem I found
I closed and restarted the program, I dumped and resourced the logs table too, even after doing that when I took my old number 1 log file and renamed it 3 (remember now the number 1 file had 196 npc's and the number 3 had 227 npc's) I went and started the program, I selected plane of justice from the menu I clicked on add and I selected log number 3, which was actually log number 1 renamed to 3 and I clicked compile and it still would show 227 npc's and even after clicking the output to npc types button it would show the npc's from the old file, so it's like it's storing the stuff in memory and not removing it even when the program is closed or actually reading a log over again even after hitting compile again.
do you think this could be the problem causing the problem with it not reading more than one file?
well hope all this info helps