Okay, so I did the following...
I wanted to spawn an adventure on tutoriala, the recruiter is "Flutterwing".
SQL Commands:
1. INSERT INTO adventure_template values(307,tutoriala,2,0,0,0,80,1,124068,1,-163.1,-83.4,17.5,1,173.8,"Testing adventure system",2400,1200,65535,300,2,2.1,4);
(Kill npc 124068, once)
2. INSERT INTO adventure_template_entry values(2,307);
3. update doors set is_ldon_door = 1 where id = 8622;
update doors set version = 2 where id = 8622;
4. INSERT INTO adventure_template_entry values(2,307);
5. INSERT INTO `adventure_template_entry_flavor` VALUES (2, "Kill the bastard!(testing)");
6. UPDATE npc_types SET class=60, adventure_template_id = 2 WHERE name = "Flutterwing";
Results:
a) The npc had the (Adventure recruiter) label on it.
b) The npc showed the flavor text.
c) I was able to recruit.
d) The program Zone crashed again.
I think its an OS error, because the classic-windows-error popup shows up. Like when a program shows an error and you can see "technical details","Debug", etc. Probably trying to access memory that cant be accessed? NULL port?
Since my OS is very outdated and not prepared to handle server-style programs, I think it is. Has anyone else tried running EQEmu server on OS with my specs?
Maybe recompiling EQEmu on this OS could work?
Im going to try running it on Ubuntu(latest), 64bit and 32bit.
About the 64bit. Is anyone running a server on 64bit(whatver OS)?
If anyone is, what are the pros-cons(besides speed)?
|