View Single Post
  #5  
Old 05-16-2007, 10:50 PM
Magoth78
Discordant
 
Join Date: Jun 2003
Posts: 345
Default

Thanks for the reports,

1) Yes, you see the name of the bot with the number behind their name. I had to do that because a mob is an unique entity with an unique name in the zone. I've tried to add their "clean name" (without the number) in the group bar but it didn't work. That's why I had to keep their full entity name.

2) Hm, a cleric shouldn't be able to wear a rogue set. I've checked into the code and I can confirm it. But what you see is "Thank you for this item, Leader." but in fact, the bot dosn't really equips the item. Did you try to "#bot inventory list (target)" on the bot to see if the rogue set was in its inventory ? Did you see any graphic change ?

3) Actually there is no commands to delete bots. I will add it. What you can do is to delete the field in the npc_types table. You would have to delete the entries in the botinventory table also. But, I will add a command that deletes a bot and its inventory.
Concerning the "#bot group remove (target)" commands crashing the zone, I've seen that you guys have this issue. For some reasons I don't, I will check that asap.

4) Actually bots are exactly like mobs. They hit the same ways the mobs do. For that reason, the way they fight isn't good at all. I have to make them as close as the clients but that's a lot of work to do, really.
As you noticed, some of them are weaks even with crazy weapons. That's why I'm going to write a new Attack() function for the bots. I want to make their dps directly depending of their stuff. I want to make the bots being really weak if they don't have any stuff and tougher with stuffs. Again that's a lot of work.

5) Yes, once updated, a bot must be respawned. When you do a "#bot update (target)" it updates its stats in the database. To make them taking effects, you have to respawn the bot so it has the new stats. I didn't see any other way to do otherwise.

6) Yes, a bot doesn't have any equip and doesn't have any form of AI if it's not grouped. Once you invite it, it loads its AI and equips its own stuff. That's not a bug, just a limitation for the moment.

Thanks again for thoses reports. It looks like I have a lot of work left to do before I begin to work on the raid.

G'day,
Mag
__________________
User's projects:
-- Original EMPIRE I/II and Factions! servers
-- Web GM Portal
-- EQoffline/bots

Last edited by Magoth78; 05-17-2007 at 06:52 AM..