Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: Uleat
Forum: Development::Bots 10-07-2018, 08:16 PM
Replies: 52
Views: 19,787
Posted By Uleat
I do apologize for the lack of recent updates.. ...

I do apologize for the lack of recent updates..

..but, I've been waiting on this inventory change to go live.


It's almost here and new binaries should be possible very soon after.
Forum: Development::Bots 02-25-2018, 10:09 PM
Replies: 52
Views: 19,787
Posted By Uleat
I've not forgotten about you guys... I have...

I've not forgotten about you guys...

I have to wait for other code to go live before I can publish these changes.
Forum: Development::Bots 02-16-2018, 06:19 PM
Replies: 52
Views: 19,787
Posted By Uleat
I have some concurrent work in AI_Process(). ...

I have some concurrent work in AI_Process().

I will push up a change after finalization :)
Forum: Development::Bots 02-13-2018, 01:29 AM
Replies: 52
Views: 19,787
Posted By Uleat
Someone did bring up the ^attack issue and it's...

Someone did bring up the ^attack issue and it's on the list.

I'm not 100% sure how I'm going to work through that - especially since leash ownership can be transferred to another player.


I...
Forum: Development::Bots 02-02-2018, 10:04 PM
Replies: 52
Views: 19,787
Posted By Uleat
Bots are new to this server? If so.. ...

Bots are new to this server?

If so..

Select the option to drop bot schema and then setup_bots again.

So, yes - essentially.
Forum: Development::Bots 02-02-2018, 09:49 PM
Replies: 52
Views: 19,787
Posted By Uleat
Check for updated binaries and go from there :) ...

Check for updated binaries and go from there :)


EDIT: I should say updated bots binaries.
Forum: Development::Bots 02-02-2018, 09:26 PM
Replies: 52
Views: 19,787
Posted By Uleat
Try it now.

Try it now.
Forum: Development::Bots 02-02-2018, 07:36 PM
Replies: 52
Views: 19,787
Posted By Uleat
Give me a few minutes here. There is a known...

Give me a few minutes here.

There is a known issue regarding the new json config files and the current pre-built bot binaries.
Forum: Development::Bots 03-28-2017, 04:42 PM
Replies: 52
Views: 19,787
Posted By Uleat
Bots binaries have been updated to include the...

Bots binaries have been updated to include the glm library update.
Forum: Development::Bots 03-22-2017, 10:06 PM
Replies: 52
Views: 19,787
Posted By Uleat
Yeah, I tend to complicate things... (2 + 2 =...

Yeah, I tend to complicate things... (2 + 2 = SQRT(16))


If you run into any problems with this, lemme know here or you can log into discord for a more immediate answer - if I'm online.
Forum: Development::Bots 03-22-2017, 08:31 PM
Replies: 52
Views: 19,787
Posted By Uleat
The 9009 update performs a move of all existing...

The 9009 update performs a move of all existing bot spells from the npc table to the bot table.

At this point nothing has changed but the location of existing bots spells in the database.

...
Forum: Development::Bots 03-22-2017, 05:33 PM
Replies: 52
Views: 19,787
Posted By Uleat
That's a critical update for bot bard spells...

That's a critical update for bot bard spells (songs) that must be done in a very specific order.

If 9014 is applied (as in actual changes/rows affected != 0) before 9010 makes its changes, there...
Forum: Development::Bots 03-22-2017, 03:56 PM
Replies: 52
Views: 19,787
Posted By Uleat
9011 and 9014 don't trigger off of the same...

9011 and 9014 don't trigger off of the same table..are you sure that it's not 9015 and instead of 9014?


The trigger process searches for required updates from newest to oldest..then applies from...
Forum: Development::Bots 03-22-2017, 03:47 AM
Replies: 52
Views: 19,787
Posted By Uleat
Ok... I added a second trigger for that...

Ok...

I added a second trigger for that script file to be applied.

One or the other should catch depending on the versioning of the database being updated.
Forum: Development::Bots 03-22-2017, 02:13 AM
Replies: 52
Views: 19,787
Posted By Uleat
IIRC, I dropped the 'value' column in the newer...

IIRC, I dropped the 'value' column in the newer table..and since it doesn't exist if the older table doesn't, the query errors out.

What I should do is just replace:
SHOW COLUMNS FROM...
Forum: Development::Bots 03-22-2017, 12:37 AM
Replies: 52
Views: 19,787
Posted By Uleat
No, you are correct about the 2nd run...

No, you are correct about the 2nd run trigger..I've already had someone report that.

The constant looping, however, is a completely different beast...
Forum: Development::Bots 03-22-2017, 12:30 AM
Replies: 52
Views: 19,787
Posted By Uleat
What does.. SELECT `npc_spells_id` FROM...

What does..
SELECT `npc_spells_id` FROM `bot_spells_entries` GROUP BY `npc_spells_id`;
..return?


EDIT: Forgot the GROUP BY..
Forum: Development::Bots 03-21-2017, 09:28 PM
Replies: 52
Views: 19,787
Posted By Uleat
On that change in particular, that is correct. ...

On that change in particular, that is correct.

I moved bots' npc_spells_id to the 3000 range.

In addition, the original grouping only included 12 of the 16 player classes allowed and were not...
Forum: Development::Bots 03-21-2017, 09:21 PM
Replies: 52
Views: 19,787
Posted By Uleat
I wasn't aware of any circular triggers..but,...

I wasn't aware of any circular triggers..but, there is one that triggers late due to the way the criteria is specified - and only doesn't trigger the first time around if your
version is older than...
Forum: Development::Bots 03-12-2017, 10:32 PM
Replies: 52
Views: 19,787
Posted By Uleat
Now, this is for BOTS-enabled binaries and you...

Now, this is for BOTS-enabled binaries and you would want to use windows_server_download_bots for this particular update.


If you're not using BOTS, those stable binaries have not been updated as...
Forum: Development::Bots 03-12-2017, 09:56 PM
Replies: 52
Views: 19,787
Posted By Uleat
Run 'eqemu_server.pl' manually, select 'assets'...

Run 'eqemu_server.pl' manually, select 'assets' and you can download the latest pre-compiled binaries.
Forum: Development::Bots 03-10-2017, 08:07 PM
Replies: 52
Views: 19,787
Posted By Uleat
There is a critical fix in the binaries. If...

There is a critical fix in the binaries.

If anyone has updated within the last 24 hours, you should download these new ones.
Forum: Development::Bots 03-10-2017, 05:50 PM
Replies: 52
Views: 19,787
Posted By Uleat
Aye, figured I would play nice and share :)

Aye, figured I would play nice and share :)
Forum: Development::Bots 03-09-2017, 07:06 PM
Replies: 52
Views: 19,787
Posted By Uleat
Bot Binaries Update

The pre-compiled binaries for Akkadius's Installer package have been updated to the latest code.

If anyone has a sandbox that they are willing to test these on, I would appreciate any feedback.
...
Showing results 1 to 24 of 24

 
Forum Jump
   

All times are GMT -4. The time now is 10:29 AM.


 

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