EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bots (https://www.eqemulator.org/forums/forumdisplay.php?f=676)
-   -   Bots will not equip gear (https://www.eqemulator.org/forums/showthread.php?t=32045)

BrownBomber 09-07-2010 12:34 AM

Bots will not equip gear
 
When ever I give my bot gear he will thank me for the gear but he will never equip it.

I am using build 1612 for the bots.

Is there a file that I should source or an .sql file that I should edit???

If you need to know anything else just let me know.

lich2594 09-07-2010 04:51 AM

If your using a new db, you might have not sourced in all of the tables; or may not have sourced them in properly.

If you are using windows, try this:

<-- WARNING This WILL wipe your bots and all information for them -->

place the following files on your hard drive at C:\
drop_bots.sql
load_bots.sql
player_tables (folder)

Then go to Start -> Run -> Type: cmd -> hit enter

On the command prompt type:

cd c:\
Press enter -> then type:

mysql -u root -p
Press Enter -> enter your password for user-ROOT

Once you are logged into mysql type:

use peq (or whatever your database name is)
Press enter -> Then type:

source drop_bots.sql
Press enter -> let it does its thing, then type:

source load_bots.sql
Press enter -> let it does its thing again...

After you finish that, delete those files you put on the hard drive, then try starting up the server and giving them armor again...

GurkhaPanzers 09-13-2010 02:24 AM

FYI, bots dont appear to equip gear with clicks. I thought my server wasnt equiping items on bots only to learn only non-click items work. Of course I tried clickable items for like 4 hours of trouble shooting.

lich2594 09-13-2010 02:27 AM

That's odd. My server has items with click'able effects on them and the bots equip them just fine... (A LOT of our gear has clickies on them, like the epics.)

Tachikoma 09-13-2010 04:23 AM

Bots donnot equip the click'able effects gears just like itemID:25364 or CLE KUN epic in my server,but seems not only click'able ,some other gear also doesnot work,just like itemID:53632..

Tachikoma 09-15-2010 03:45 PM

Seems its a Mysql load sql file error.
Everything if fine when I use Mysql 5.0.83.
But Mysql 5.0.51 and mysql 5.1.50 would met this error,although loading sql looks no "Beep on Error".

lich2594 09-16-2010 07:11 AM

If you get any beeps while sourcing in the database, that means you didn't do something right. :P


All times are GMT -4. The time now is 01:50 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.