ah, thanks sorvani
Quote:
Originally Posted by braindisconnect
Edit zone/makefile.common and add both bot.o and botspellsai.o
|
In zone/makefile.common I see a "SF=" with a whole list of .o files in it, but they look like directories.
Code:
...
SF= .obj/EQPacket.o .obj/EQStream.o .obj/EQStreamFactory.o .obj/CRC16.o \
../common/timer.o ../common/packet_dump.o ../common/packet_functions.o \
../common/unix.o ../common/packet_dump_file.o ../common/Mutex.o ../common/MiscFunctions.o \
zone.o entity.o mob.o client.o client_process.o npc.o net.o spawn2.o attack.o hate_list.o \
...
So is this list where bot.o and botspellsai.o go?
And if so, do I just add them on the end of the list?