EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bots (https://www.eqemulator.org/forums/forumdisplay.php?f=676)
-   -   Vanishing Bots R954 (https://www.eqemulator.org/forums/showthread.php?t=29307)

kofac 08-23-2009 05:13 AM

Vanishing Bots R954
 
I run PeqDatabase R946 and just updated to latest Bot Code R954. Mainly to see if I can fix a bunch of zone crashes. Not sure if its bot related but my PC used to be rock solid.

Where as since pretty much the bot code changes its just very patchy. Seems worse if I have more bots. I raided King & Queen in Chardok on Friday with 28 bots and another player. We had about 10 crashes in under 20 minutes. Normally its just zoning but this was all the time.

So I have just updated to R954 to see if it helps any. But what happens is when bots are spawned. If there not casting they turn invisible. Its only for casters my Rouge bot stayed visible at all times. If you move them they pop back into view. But as soon as you stop and there not casting they disappear.

Not sure if this is happening to anyone else but thought would post up just in case. Also is the Changelog ok it used to get updated every time the code updated. But now it seems a bit hit and miss its reporting last update was 8/17/09.

kofac 08-23-2009 05:56 AM

After some more testing its all bots even non casters disappear when stood still.

shanekukacka 08-23-2009 09:40 AM

Happens to me also, one thing I noticed as well was if the bard bot dissapears every so often she will stop singing all songs until I give her an item then her songs resume again. Hope this helps figure out whats going on :)

leslamarch 08-23-2009 10:12 AM

Yeah same here, its seems it has been doing it since the new MQ detection code.

Domel 08-23-2009 12:00 PM

Looks like r933 did it.

bot.cpp had this removed:
Code:

1031            //60 seconds, or whatever the rule is set to has passed, send this position to everyone to avoid ghosting
1032            if(/*global_position_update_timer.Check() && */!moving){
1033                SendAllPosition();
1034            }


WildcardX 08-23-2009 12:33 PM

I put the code block back in as of r955. Thanks for reporting this.

Domel 08-23-2009 01:44 PM

Ack ! Looks like SendAllPosition() got removed, I got it to work by changing it to SendPosition()

change bot.cpp to this:
Code:

1033                SendPosition();

WildcardX 08-23-2009 01:57 PM

Thanks! I'll make that change to the repo also.

WildcardX 08-23-2009 02:00 PM

Got it into the repo as of r956.

pfyon 08-23-2009 02:19 PM

Ah, that might explain why make failed for r955.

Tharkun 09-04-2009 02:11 PM

Lolz
 
I thought that was a feature of the bots... something only the lines of the bots not aggro'n some random mob that was in range.

To used the AI's where the I is disputable I guess.


All times are GMT -4. The time now is 02:25 PM.

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