PDA

View Full Version : Bots Branch compile errors VC++ 2008 Express rev 836


Zandig
07-27-2009, 04:04 PM
Rev 836 compile errors in Project: Zone

http://pastebin.com/f566efda2

Didn't know if this was the correct section of the forum to post this?

WildcardX
07-27-2009, 04:10 PM
Try "DebugBOTS" instead of Release...

WildcardX
07-27-2009, 04:42 PM
Go get the latest code from my branch again. Cavedude changed the release config to support BOTS instead of EQBOTS.

Zandig
07-27-2009, 11:12 PM
Still some errors in Project: Zone with DebugBOTS as of rev 843, although much less than before.

http://pastebin.com/m41a60ac0

Hazado
07-27-2009, 11:36 PM
Branch ReleaseBOTS compilies fines as of rev 844. Thanks!

WildcardX
07-27-2009, 11:44 PM
Cool.. now just don't hurt yourselves with it :-P

Zandig
07-27-2009, 11:56 PM
Thanks for the fix Wildcard.

As of rev 844 Debugbots now compiles fine:

========== Build: 7 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Hope I was somewhat of a help ;)

WildcardX
07-28-2009, 12:07 AM
Anyone who provides feedback is always a help.

WildcardX
07-28-2009, 12:19 AM
While you two are evaluating this "beta" version of the new bot system (it replaces what you have known as "EQOffline"), please keep in mind that the following are known issues that I still need to fix but please report any other crashes or bugs.

1. Setting the rule variable Bots:BotFinishBuffing to "true" results in a bug where the bot's mana pool is repeatedly set to 0!

2. Bot's proc their weapons WAY TOO MUCH.. Like always!

3. All bot calculated stats like hitpoints and mana pools are way too small. (My level 65 warrior bot with PoP elemental armor and full raid buffs has only 3.5k hitpoints! yikes!)

4. Bot rogues don't position themselves for a rear view while they hold their pokers. (I kept it G-rated so ...)

Enjoy! Right now my plan is to run the public beta for one week starting tomorrow and then commit my branch back to the repository's trunk and officially sunset the EQOffline code.

Also keep in mind that you need to source the bots.sql file i added to the /utils/sql/svn/ directory. This will drop your existing botinventory and botgroups table so do it only if you are ready to have that happen. Your going to have to do your own data transformations to move your existing EQOffline bots from the npc_types table (ick) to the new bots table, but that shouldn't be difficult for MySQL studs like yourselves, right?

Ok so enjoy and report any bugs.

WildcardX
07-28-2009, 01:37 AM
I provided a fix for my known issue #3 as of r847.

WildcardX
07-28-2009, 03:54 PM
I just provided a fix for my "known issue #2" as of r850. Enjoy!

vales
07-28-2009, 05:03 PM
Sweet! Thanks for the updates! :)

Now all I need is someone to make the SQL transfer query and I should be all set. I tried, but well, let's just say I was lucky to have my backup, lol.

WildcardX
08-01-2009, 04:54 PM
I just provided a fix for my "known issue #4" as of r869. Enjoy!