View Single Post
  #4  
Old 06-30-2011, 03:36 PM
scampbell70
Fire Beetle
 
Join Date: Mar 2011
Posts: 11
Default

I think I may have got it compiled but it still says #bot command not recognized. What logs do I need to post so that I can get help to fix the issues I am having. I am mildly autistic so please bear with me.

Here is the first portion of my makefile.common file in case I put the bot.o in the wrong place

APP=zone

#the non-perl zone can still compile and link all the perl objects

#because they are all #ifdef'd out anyways..

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 \

bot.o botspellsai.o zone.o entity.o mob.o client.o client_process.o npc.o net.o spawn2.o attack.o hate_list.o \

../common/serverinfo.o ../common/moremath.o worldserver.o spells.o spawngroup.o loottables.o \

faction.o Map.o watermap.o PlayerCorpse.o petitions.o MobAI.o Object.o ../common/eqtime.o \
Reply With Quote