Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Baltros101
Forum: General::Server Discussion 03-12-2022, 04:46 PM
Replies: 2
Views: 7,922
Posted By Baltros101
I see! Thanks, that's good to know. I might do...

I see! Thanks, that's good to know. I might do this for Kael corroded armour and see how it goes.

Is there way to get this type of thing merged back into the PEQ database? I've also noticed a few...
Forum: General::Server Discussion 03-06-2022, 11:13 AM
Replies: 2
Views: 7,922
Posted By Baltros101
Velious Loot Tables - Are They Correct Out-of-the-Box?

Hi All,

I was looking at some of the Kael corroded armour quests and I notice that the mobs that drop corroded items are different between PEQ and Allakhazam listings. I realise that Alla is a...
Forum: Development::Bots 12-08-2021, 02:51 PM
Replies: 1
Views: 7,344
Posted By Baltros101
Sorry for necroing a thread that's almost 8 yrs...

Sorry for necroing a thread that's almost 8 yrs old, but I love bots and I also would love to see this functionality. I reckon one possible approach could be done two new commands:

^botsay...
Forum: Development::Development 11-23-2021, 04:24 PM
Replies: 0
Views: 5,858
Posted By Baltros101
Database Scripts - Question About Good Practise

Hi all. I have a question about good practise when writing mysql scripts to update the database. Let's say I want to write a script that makes thousands of changes to a table or multiple tables. An...
Forum: Development::Bots 11-15-2021, 06:17 PM
Replies: 1
Views: 6,257
Posted By Baltros101
Cleric Bot Stopped Casting Temperance

Hi all,

So it seems like my cleric bot stopped casting Temperance when I dinged level 45. Do they only ever cast buffs from their most recent group of spells? I tested this on a LoY limited test...
Forum: Support::Windows Servers 11-15-2021, 05:33 PM
Replies: 8
Views: 21,925
Posted By Baltros101
The correct bitmask for Velious is 3. Bitmasks...

The correct bitmask for Velious is 3. Bitmasks are a bit unintuitive, but with the value of 2 you enabled Velious but disabled Kunark. You need to add all bit values together to get the mask. So,...
Forum: Support::Linux Servers 10-29-2021, 03:17 PM
Replies: 7
Views: 9,494
Posted By Baltros101
Thanks for the replies all. Sorry for my late...

Thanks for the replies all. Sorry for my late reply, it's been a busy week and I forgot to check this thread.



Thanks. I haven't ever done much with C++, so I don't really know how to...
Forum: Support::Linux Servers 10-23-2021, 04:09 PM
Replies: 7
Views: 9,494
Posted By Baltros101
After some more testing, I have a reliable...

After some more testing, I have a reliable reproducible case here:


Create a human monk in Freeport
Create a human cleric bot
Spawn the bot and invite it to group
Wait for bot to finish...
Forum: Support::Linux Servers 10-23-2021, 12:55 PM
Replies: 7
Views: 9,494
Posted By Baltros101
Thanks. The logs directory and the zone directory...

Thanks. The logs directory and the zone directory within it are 755 owned by eqemu:eqemu. Is this where the crashlog goes, or should I provide access to a different folder. Somewhere in /var/log?
Forum: Support::Linux Servers 10-23-2021, 10:11 AM
Replies: 7
Views: 9,494
Posted By Baltros101
Corrupt Player Crashing Zone

Hi All,

I have a character on my test server that seems to be corrupted, and each time he tries to enter the world the zone crashes. This is on my test server and the binaries were updated and...
Forum: Support::Windows Servers 10-22-2021, 08:46 AM
Replies: 8
Views: 21,925
Posted By Baltros101
Just happened across this and it was really...

Just happened across this and it was really helpful, thanks!

One point to note though, the expansions number from 0, so Luclin is actually expansion 3. PoP is 4.
...
Forum: Support::Linux Servers 10-22-2021, 08:31 AM
Replies: 2
Views: 5,410
Posted By Baltros101
Perfect, thank you! That makes sense now. ...

Perfect, thank you! That makes sense now.

So, instead of re-using an NPC from a different zone, my script should calculate the next ID for the Steamfont zone and use that to create a new NPC.
Forum: Support::Linux Servers 10-21-2021, 09:02 AM
Replies: 1
Views: 5,255
Posted By Baltros101
You can try the Akk stack:...

You can try the Akk stack: https://github.com/Akkadius/akk-stack

Or you can try the install script: https://docs.eqemu.io/server/categories/installation/server-installation-linux

If you use the...
Forum: Support::Linux Servers 10-21-2021, 07:11 AM
Replies: 2
Views: 5,410
Posted By Baltros101
How to Add an NPC to a Zone via SQL

Hi all,

I've been trying to add Earth Elementals back to the original Steamfont zone because they don't seem to be spawning. I can use the PEQ DB Editor, but I want to write a SQL script which...
Forum: Support::Linux Servers 10-18-2021, 06:00 PM
Replies: 3
Views: 8,806
Posted By Baltros101
Try something like this while logged in as eqemu...

Try something like this while logged in as eqemu user:

#! /bin/sh
cd /home/eqemu/server
./server_stop.sh
./world database:dump --login-tables --player-tables
cd /home/eqemu
tar -zcf...
Forum: Support::Windows Servers 10-18-2021, 09:49 AM
Replies: 11
Views: 14,023
Posted By Baltros101
Thanks from me also! I tried self-nuking and...

Thanks from me also! I tried self-nuking and self-healing and both worked fine. One fringe case I noticed is that HP buffs with a heal component are syncing the HP but not the heal, but I think...
Forum: Support::Linux Servers 10-10-2021, 03:15 PM
Replies: 1
Views: 5,363
Posted By Baltros101
Yes, there are Perl differences between 18.04 and...

Yes, there are Perl differences between 18.04 and 20.04 that can cause issues. 18.04 is supported until 2028 and is the recommended version of Ubuntu for now. You can also try the Akk stack....
Forum: Support::Windows Servers 10-06-2021, 06:01 PM
Replies: 11
Views: 14,023
Posted By Baltros101
Yes, it looks quite likely, thanks for the links....

Yes, it looks quite likely, thanks for the links. I don't know much about C++ myself so I won't be much help with dev builds. If I had that knowledge I would probably try to do a build just before...
Forum: Support::Windows Servers 10-06-2021, 07:39 AM
Replies: 11
Views: 14,023
Posted By Baltros101
Also happens with Linux Server & Ti Client

I'm seeing the same bug with Titanium client and Linux server. I logged in a cleric and, despite nuking and healing myself, my health bar doesn't update. It only updates if I zone or log. It also...
Showing results 1 to 19 of 19

 
Forum Jump
   

All times are GMT -4. The time now is 06:50 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