View Single Post
  #19  
Old 09-22-2012, 02:57 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

ah, thanks sorvani

Quote:
Originally Posted by braindisconnect View Post
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?
Reply With Quote