Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 49
Search took 0.00 seconds.
Search: Posts Made By: John C
Forum: Development::Bots 01-22-2023, 02:09 AM
Replies: 33
Sticky: Bot AI Re-work
Views: 60,135
Posted By John C
Breaking Mez

I would still love to see an option to allow Bot's to break Mez upon command. For an enchanter in a group of bots, the ability to do so is somewhat important. It isn't nearly as big of a deal as it...
Forum: Support::General Support 08-15-2020, 01:16 AM
Replies: 3
Views: 12,416
Posted By John C
Recently upgraded installation? Try removing...

Recently upgraded installation? Try removing account and password from eqemu_config.json.
Forum: Development::Bug Reports 08-15-2020, 01:09 AM
Replies: 5
Views: 15,815
Posted By John C
I ran into this issue. For me, the easiest...

I ran into this issue. For me, the easiest solution was just to ensure they didn't have overlapping indexes. If you haven't created bots, it is as easy as...

ALTER TABLE bot_data AUTO_INCREMENT...
Forum: Development::Bots 02-28-2019, 07:57 PM
Replies: 1
Views: 5,264
Posted By John C
I actually would enjoy playing around with that...

I actually would enjoy playing around with that as well. I agree that it doesn't seem overly difficult to change the bot's Owner ID to be your Account ID instead of a Character ID when the bot is...
Forum: Quests::Q&A 02-28-2019, 07:09 PM
Replies: 0
Views: 2,887
Posted By John C
Showpath alternative?

It appears that showpath(x,y,z) has been removed from questmgr. Showgrid remains, but requires int grid as opposed to x,y,z coordinates.

Is there any easy way to convert x,y,z to the required...
Forum: General::Server Discussion 02-23-2019, 03:57 PM
Replies: 148
Views: 123,768
Posted By John C
Techungry - I just applied your adjustments to...

Techungry -
I just applied your adjustments to give them a spin. I like the scaling concept and was intending to do something similar, so thanks for sharing. Just FYI though, you lost a couple of...
Forum: General::Server Discussion 02-11-2019, 11:10 AM
Replies: 148
Views: 123,768
Posted By John C
The SQL file in this package are the statements...

The SQL file in this package are the statements that have to be executed once in order to update the database. You CTRL-C copy the entire file and then paste it into the Query tab in HeidiSQL and run...
Forum: Development::Server Code Submissions 01-09-2019, 09:29 PM
Replies: 0
Views: 8,111
Posted By John C
Bot ^attack command fix

Quote below is from a thread in the Bot Dev forum. A few of us have been running the code update shown at the bottom and it has been solid ever since. Recommend updating the main codebase to...
Forum: Development::Bots 01-09-2019, 09:18 PM
Replies: 28
Views: 17,642
Posted By John C
If you compile your own binaries, you can cut and...

If you compile your own binaries, you can cut and paste the changes above into zone/bot.cpp and recompile.

I probably should submit that code to be baked into the public binaries just so that it...
Forum: Development::Bots 09-19-2018, 08:29 AM
Replies: 3
Views: 5,542
Posted By John C
Doh! I had set the combat spam in the window but...

Doh! I had set the combat spam in the window but had not enabled it in options. Got it working now. Thanks.
Forum: Development::Bots 09-18-2018, 11:26 PM
Replies: 3
Views: 5,542
Posted By John C
Bot Combat Spam for Parsing?

I was hoping to do a little parsing and compare DPS among different bot classes, but I'm noticing I don't get combat spam from my bots. The chat window that is supposed to show all combat messages...
Forum: Development::Bots 09-13-2018, 01:38 PM
Replies: 28
Views: 17,642
Posted By John C
Found the problem with the ^attack command. The...

Found the problem with the ^attack command. The routine to check for LOS actually checks for a lot more than that, and then clears the HateList if any of those conditions are met. So the ^attack...
Forum: Development::Bots 09-10-2018, 07:42 PM
Replies: 28
Views: 17,642
Posted By John C
Thanks Huppy. "Attack on" does work for an...

Thanks Huppy. "Attack on" does work for an initial pull. Still need a technique to allow me to break mez without my poor little chanter having to wake him up.

Also, does ^pull work? I've never...
Forum: Development::Bots 09-10-2018, 09:32 AM
Replies: 28
Views: 17,642
Posted By John C
Humpy - You have to specify which bots are...

Humpy -
You have to specify which bots are supposed to attack. That is the error message saying it doesn't know to whom the command applies. The full list of options is in section 2 here:...
Forum: Development::Bots 09-09-2018, 09:29 PM
Replies: 28
Views: 17,642
Posted By John C
Spent a little time playing with this today. ...

Spent a little time playing with this today. Bots definitely still not attacking on command - at least not for anything with no aggro. I get the message "X bots attacking XXXX" when I try to get...
Forum: Support::Windows Servers 08-30-2018, 10:29 AM
Replies: 9
Views: 3,997
Posted By John C
Sorry Huppy. I should have mentioned that it has...

Sorry Huppy. I should have mentioned that it has apparently been addressed. I pulled code again 8/29 and have seen no crashes with that updated code.
Forum: General::Server Discussion 08-28-2018, 08:30 AM
Replies: 148
Views: 123,768
Posted By John C
Yep. You want to select the PEQ database (which...

Yep. You want to select the PEQ database (which stands for Project EQ). See below.

http://www.chastain.us/media/peq.jpg

You can actually see all the EQ related tables. And djeryv is right,...
Forum: Support::Windows Servers 08-28-2018, 05:54 AM
Replies: 9
Views: 3,997
Posted By John C
Yes. Bullt myself based on latest files. Looks...

Yes. Bullt myself based on latest files. Looks like mackal recently promoted a potential fix. I'll grab the current files and give them a go.
Forum: General::Server Discussion 08-27-2018, 09:22 PM
Replies: 148
Views: 123,768
Posted By John C
That warning is just telling you that there are...

That warning is just telling you that there are not any restrictions on some of the queries to restrict which rows they will impact. It is just trying to make sure that you really want to update...
Forum: Support::Windows Servers 08-27-2018, 08:55 PM
Replies: 9
Views: 3,997
Posted By John C
One other thing worth mentioning, the files that...

One other thing worth mentioning, the files that work with no crashes were cloned on 7/28. So the problem could have been introduced anytime between then and yesterday.

Please let me know if you...
Forum: General::Server Discussion 08-27-2018, 08:52 PM
Replies: 148
Views: 123,768
Posted By John C
Great. Hit NEW, give your session a name, and...

Great. Hit NEW, give your session a name, and configure the rest just like is shown in the picture above. Hopefully then you should be able to OPEN it and see the DB.
Forum: General::Server Discussion 08-27-2018, 08:06 PM
Replies: 148
Views: 123,768
Posted By John C
When you open Heidi, you should see... ...

When you open Heidi, you should see...

http://www.chastain.us/media/heidi.jpg


Everything that is populated should already be there. If not, what you see here are the default values for all...
Forum: Support::Windows Servers 08-26-2018, 08:02 PM
Replies: 9
Views: 3,997
Posted By John C
Yes, but I disabled them prior to this build. ...

Yes, but I disabled them prior to this build. There has actually been a lot of activity the last few days.

3-4 days ago, I enabled mercs to discover they weren't really working.

Later that...
Forum: General::General Discussion 08-26-2018, 05:52 PM
Replies: 13
Views: 5,437
Posted By John C
This sounds like it is worth learning more. I...

This sounds like it is worth learning more. I assume you just replaced "new highpass" with old. Is that accurate?

I would assume you would need any players to overwrite their client "new...
Forum: Support::Windows Servers 08-26-2018, 11:51 AM
Replies: 9
Views: 3,997
Posted By John C
Zone crashing

Just built the most recent downloads. Have never had an issue with crashes previously, including in misty where I have been. But it has crashed three time in last half hour. Example crash logs...
Showing results 1 to 25 of 49

 
Forum Jump
   

All times are GMT -4. The time now is 01:55 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3