EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   EQBOTS Sunset (https://www.eqemulator.org/forums/showthread.php?t=28895)

WildcardX 07-14-2009 10:11 PM

EQBOTS Sunset
 
FYI. I believe the version of BOTS I have now is beta quality and I plan to commit to the repo on Friday and remove EQBOTS. I expect to conduct a week logn beta period on the BOTS system and to address bug reports as they come in from the community.

Any help to assist in testing the BOTS system after I commit will be appreciated by myself and the community as a whole.

gaeorn 07-14-2009 11:08 PM

I'd be happy to help test. What is needed? Should the behavior be the same as the old EQBOTS code for now or are there changes I should specifically test? Has the "beta" version been committed to SVN already?

vales 07-14-2009 11:15 PM

I couldn't live without them, so I'd be more than happy to chip in any way I can.

WildcardX 07-15-2009 01:47 PM

Thank you, both for offering to help with testing. All I will need you to do is to compile and run the BOTS code when I release it as "beta" and just go through all the commands and normal things you do with bots. Then just note any crashes, errors and send them to me so I can fix them.

As of right now, I think I'll leave the EQBOTS code in for the duration of the beta period as I created a hack of sorts to allow the EQBOTS to coexist with the rest of the code for a little while longer, but I believe I'll remove the EQBOTS code within the next 2 weeks after the beta period has identified and resolved any significant issues.

I'll release more information about this beta release by Friday so check back then.

Angelox 07-15-2009 02:52 PM

Quote:

Originally Posted by WildcardX (Post 174453)
FYI. I believe the version of BOTS I have now is beta quality and I plan to commit to the repo on Friday and remove EQBOTS. I expect to conduct a week logn beta period on the BOTS system and to address bug reports as they come in from the community.

Any help to assist in testing the BOTS system after I commit will be appreciated by myself and the community as a whole.

This move is very drastic, I know I have NO SAY in any of this, but
EQBOTS as they are, is very stable. I would suggest you leave it as is, tell what ever you started is finished.

WildcardX 07-15-2009 03:14 PM

Angelox,

Please re-read what has been posted.

Yeormom 07-15-2009 03:40 PM

I'm more of a pick one and go with it fan. The way it is now, the source is getting riddled with double bottage, including continued updates to both. I don't use them though so good luck!

WildcardX 07-15-2009 03:44 PM

I'm a fan of irony myself :-P

vales 07-15-2009 05:26 PM

Will the existing rules and stuff still work? Or is there going to be new sql stuff to work with?

WildcardX 07-15-2009 05:59 PM

There will be new sql but it will be similar to what you are used to.

pfyon 07-17-2009 04:02 PM

When trying to compile the BOTS code on ubuntu server 8.04 today, I ran into the following error(s):
Code:

bot.h:47: error: expected ';' before 'override'
bot.h:48: error: expected ';' before 'override'
bot.h:49: error: expected ';' before 'override'
bot.h:51: error: expected ';' before 'override'
bot.h:52: error: expected ';' before 'override'

which corresponds to

Code:

virtual void SetLevel(uint8 in_level, bool command = false) override;
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho) override;
virtual bool Process() override;
//virtual void AI_Process();
virtual bool Save() override;
virtual void Depop(bool StartSpawnTimer = true) override;

After asking a friend who has lots more c++ experience than me, he suggested 'override' might be a MS only keyword, so it could be a good idea to find a cross-platform equivalence. He also noted that "once override is even removed, it can add bugs anywhere where dynamic casting is used during runtime".

WildcardX 07-18-2009 11:31 AM

Yes it is. Its a habit of mine but I did catch it earlier in the week and removed the keyword.

vales 07-20-2009 11:05 PM

Where should we start reporting bugs?

I'll start. :D

r802
1.) If you group with the bots, mobs won't drop loot. They'll poof right after they die even though they do have loot.
2.) If you group with bots, they will not give you exp. Also, Leadership Exp does not work in this rev.

Tristanlogd 07-21-2009 02:03 PM

I would like to help test the bots as well :)

WildcardX 07-21-2009 02:06 PM

Not quite ready yet for beta testing. I thought I was going to be further along but I've been delayed trying to untangle the attack code.


All times are GMT -4. The time now is 04:09 PM.

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