Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 373
Search took 0.01 seconds; generated 94 minute(s) ago.
Search: Posts Made By: cubber
Forum: Development::Bots 03-14-2010, 01:05 PM
Replies: 9
Views: 13,264
Posted By cubber
Bot SQL causes database restore to fail

Please see this thread I created in the linux support section for all the details:

http://www.eqemulator.org/forums/showthread.php?t=30795

I have traced the issue back to the bot tables, but...
Forum: Support::Linux Servers 03-14-2010, 01:00 PM
Replies: 2
Views: 6,045
Posted By cubber
Problem lies in the bot sql. If I source in a...

Problem lies in the bot sql. If I source in a clean peq rev 1265 db then source in load_players.sql use the mysqldump command to make a backup, then delete the db and resource the backup it goes...
Forum: Support::Linux Servers 03-14-2010, 12:50 PM
Replies: 2
Views: 6,045
Posted By cubber
I just tested this with a clean peq rev1265...

I just tested this with a clean peq rev1265 install with bots enabled. I used the following to back it up.


mysqldump -uroot -pROOTPASS --opt eq > /backup/db/eq.sql


and still get the same...
Forum: Support::Linux Servers 03-14-2010, 12:01 PM
Replies: 11
Views: 9,313
Posted By cubber
Death causes LD, corpse loss, and zone segfault

Every time a character dies on my server it causes the zone to crash, the character comes back into the game in the same zone near where they died, naked and without a corpse.

/var/log/messages...
Forum: Support::Linux Servers 03-13-2010, 05:32 PM
Replies: 2
Views: 6,045
Posted By cubber
Database backup restore issue

I am having an issue trying to get my db backup to restore properly. I currently ran into an issue with my latest update that cause characters to go LD when they die, when they return they end up in...
Forum: Development::Bots 01-10-2010, 05:37 PM
Replies: 6
Views: 7,879
Posted By cubber
This seems resolved on rev 1086 as well.

This seems resolved on rev 1086 as well.
Forum: Development::Bots 01-10-2010, 01:04 PM
Replies: 0
Views: 5,307
Posted By cubber
Bot Attack is not working all the time

I just updated to rev 1085 last night and found that the bot attack command does not work all the time, nor do the bots attack if in follow mode and you attack a mob. If I camp out and come back...
Forum: Support::Linux Servers 12-15-2009, 08:15 PM
Replies: 0
Views: 6,955
Posted By cubber
Bash script to filter logins from log files

I created this simple script so that I could parse the log files to see login activity on the server from the command line on the server.

The script parses the eqemu_debug_world.log file and...
Forum: Support::General Support 12-15-2009, 02:28 PM
Replies: 0
Views: 4,181
Posted By cubber
Wine Version Warning!

If you run EverQuest under Wine DO NOT update to ver. 1.1.34 stay on ver. 1.1.33 or lower. After updating to 1.1.34 my SoF client crashes when loading into character select. It actually crashes on...
Forum: Support::General Support 11-30-2009, 04:14 PM
Replies: 8
Views: 10,660
Posted By cubber
I am glad it worked out for you.

I am glad it worked out for you.
Forum: Quests::Custom 11-28-2009, 12:28 PM
Replies: 1
Views: 8,886
Posted By cubber
This script could easily be modified to support...

This script could easily be modified to support multiple guilds on the server.

instead of using this line for a one guild setup:

elsif ($text=~/Interested/i)
{
quest::setguild(1,0);...
Forum: Development::Tools 11-28-2009, 12:04 PM
Replies: 1
Views: 8,295
Posted By cubber
I revised the script and put all of the telnet...

I revised the script and put all of the telnet commands into sub functions.

#!/usr/bin/perl

#eqstatus.pl
#By:Cubber
#Script to print out information about the eqemu server
#Uses...
Forum: Development::Tools 11-27-2009, 08:21 PM
Replies: 1
Views: 8,295
Posted By cubber
Perl Server Status Script

I wrote this script so that I could check the status of my linux eqemu server from a terminal window without going through a web interface.

You need Net::Telnet installed on the machine running...
Forum: Support::General Support 11-27-2009, 07:15 PM
Replies: 8
Views: 10,660
Posted By cubber
You need to open a terminal window in order to...

You need to open a terminal window in order to accomplish this. I am not 100% sure how this is done in ubuntu since I am a gentoo user but if you are using gnome as your window manager it is...
Forum: Quests::Custom 11-21-2009, 01:32 AM
Replies: 1
Views: 8,886
Posted By cubber
Guild Invite Bot

Here is a simple script I came up with to allow an NPC to invite players into a guild when they hail and talk to him. Good for small servers with one guild that holds all the players.
...
Forum: Development::Bots 11-18-2009, 11:42 PM
Replies: 6
Views: 7,879
Posted By cubber
Wizard Familiar bots killing mobs instantly!

Every time a mob is within melee range of my wizard bot's familiar it insta kills it. And I get

"Mobname has been killed by Wizname's Familiar!"

I have only tested this with a level 65 wizard...
Forum: Development::Bots 11-16-2009, 03:01 PM
Replies: 3
Views: 8,804
Posted By cubber
Your welcome Nightlord. I try to make it a habit...

Your welcome Nightlord. I try to make it a habit if I post a question on a form and find the answer myself I post the resolution, instead of leaving a unanswered question lingering around forever.
...
Forum: Support::General Support 11-16-2009, 02:54 PM
Replies: 8
Views: 10,660
Posted By cubber
I use this script to start my game client in wine...

I use this script to start my game client in wine

it has to be launched from within the eq directory

I call the script start and it contains the following line:

taskset -c 0 wine eqgame.exe...
Forum: Development::Bots 11-14-2009, 07:45 PM
Replies: 3
Views: 8,804
Posted By cubber
I got it working, had to disable bin-logging in...

I got it working, had to disable bin-logging in my.conf and restart mysql. Then I needed to change the load_bots.sql file from the PEQ SVN.

It comes like this:


source...
Forum: Development::Bots 11-13-2009, 12:49 AM
Replies: 3
Views: 8,804
Posted By cubber
Bots SQL

Trying to load bots into a clean DB and getting the following:

If I use the load_bots.sql supplied with PEQ SVN 1038 I get the following error:


ERROR 1418 (HY000) at line 4 in file:...
Forum: Support::Linux Servers 09-28-2009, 01:36 PM
Replies: 6
Views: 8,623
Posted By cubber
On a side note if you watch your crashlog file...

On a side note if you watch your crashlog file you will see a crash reported when the startup happens and you get to the error point. Then the server actually goes through the process of restarting...
Forum: Support::Linux Servers 09-28-2009, 01:32 PM
Replies: 6
Views: 8,623
Posted By cubber
I had this corrected on my box for quite a while...

I had this corrected on my box for quite a while by upping the value, then after an update it reappeared. No matter how high I put the setting it always pops back up. I just have bitten the bullet...
Forum: Development::Development 07-21-2009, 06:40 PM
Replies: 31
Views: 36,604
Posted By cubber
all the _chr.txt files in a default SoF install: ...

all the _chr.txt files in a default SoF install:

ls | grep _chr.txt
Anguish_chr.txt
Shadowrest_chr.txt
Tacvi_chr.txt
TutorialA_chr.txt
TutorialB_chr.txt
abysmal_chr.txt
acrylia_chr.txt
Forum: Development::Development 07-21-2009, 04:57 PM
Replies: 31
Views: 36,604
Posted By cubber
copying the missing titanium files for sro and...

copying the missing titanium files for sro and nro fix the issue. I also find there are missing files for freportw which cause all the yard trash to display wrong as well.
Forum: Development::Development 07-21-2009, 04:45 PM
Replies: 31
Views: 36,604
Posted By cubber
This seems to be working for the most part but I...

This seems to be working for the most part but I am finding that nro and sro are still displaying the models incorrectly. Oasis works if I just copy all of the files from the titanium install.
...
Showing results 51 to 75 of 373

 
Forum Jump
   

All times are GMT -4. The time now is 12:59 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3