Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2014, 08:50 AM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default Buffs dropping at zone

Hello all,
I have a linux eqemu server up and running. I pull the source from git master about 3 weeks ago and just updated the database from here; http://peqtgc.com/releases

We started playing on it a couple of days ago and quickly noticed that all our buffs drop when we zone. We also don't get full health with each ding, but we get full mana.

I've been searching around but haven't found anything yet.

Do I need to pull from a different source branch or do another pull?

Did I use the correct database version?

Anyone have any idea that would cause something like that?
Reply With Quote
  #2  
Old 03-02-2014, 09:23 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

You need to source this file https://github.com/EQEmu/Server/blob...uff_update.sql
Reply With Quote
  #3  
Old 03-02-2014, 10:06 AM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

Thanks for the reply but when I try that it get this:

ERROR 1054 (42S22): Unknown column 'death_save_chance' in 'character_buffs'
ERROR 1054 (42S22): Unknown column 'DeathSaveSuccessChance' in 'merc_buffs'
ERROR 1146 (42S02): Table 'eq.botbuffs' doesn't exist
ERROR 1054 (42S22): Unknown column 'death_save_aa_chance' in 'character_buffs'
ERROR 1054 (42S22): Unknown column 'CasterAARank' in 'merc_buffs'
ERROR 1146 (42S02): Table 'eq.botbuffs' doesn't exist
ERROR 1060 (42S21): Duplicate column name 'caston_y'
ERROR 1060 (42S21): Duplicate column name 'caston_y'
ERROR 1146 (42S02): Table 'eq.botbuffs' doesn't exist
ERROR 1060 (42S21): Duplicate column name 'caston_z'
ERROR 1060 (42S21): Duplicate column name 'caston_z'
ERROR 1146 (42S02): Table 'eq.botbuffs' doesn't exist
ERROR 1060 (42S21): Duplicate column name 'ExtraDIChance'
ERROR 1060 (42S21): Duplicate column name 'ExtraDIChance'
ERROR 1146 (42S02): Table 'eq.botbuffs' doesn't exist
ERROR 1054 (42S22): Unknown column 'not_reflectable' in 'spells_new'

maybe there is another update that is missing?
Reply With Quote
  #4  
Old 03-02-2014, 10:15 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Yeah that query needs to be fixed to not attempt things on tables that don't exist such as bots, but that is not your problem. You have the changes in already per your errors there.

Likely your source is prior to the changes. You need to update the source and the DB.
Reply With Quote
  #5  
Old 03-02-2014, 10:17 AM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

Ahh ok, I'll pull down the latest source and rebuild then.
Reply With Quote
  #6  
Old 03-02-2014, 10:34 AM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Smile

That did the trick! TYVM
Reply With Quote
  #7  
Old 03-02-2014, 11:05 AM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

ok well that fixed the zoning buff problem, but now I can't attack mobs and when I try to cast on them I get "Your spell would not have taken hold on your target". Buffs all work though.
Reply With Quote
  #8  
Old 03-02-2014, 12:07 PM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

Ok updated the source as of today and got todays database release, sourced the drop_system.sql and peqbeta_2014-03-02-02:01.sql but I still have the same issue, I can't attack any mobs with either autoattack or spells.
Reply With Quote
  #9  
Old 03-02-2014, 12:39 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Im assuming you're in a revamped zone that has combat disabled in the database because they're not fully implemented yet
Reply With Quote
  #10  
Old 03-02-2014, 12:44 PM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

Actually I'm not sure, is North Ro a revamped zone?
Reply With Quote
  #11  
Old 03-02-2014, 12:52 PM
nannite
Fire Beetle
 
Join Date: Jan 2014
Posts: 21
Default

Well looks like it is, as well as Common lands. Befallen seems to be working fine, so that must be the issue.

Thanks again!
Reply With Quote
  #12  
Old 03-02-2014, 06:13 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by nannite View Post
Ok updated the source as of today and got todays database release, sourced the drop_system.sql and peqbeta_2014-03-02-02:01.sql but I still have the same issue, I can't attack any mobs with either autoattack or spells.
If you have a database dated after the SQL, you do not need the SQL.

Glad you figured it out.
Reply With Quote
  #13  
Old 06-16-2014, 06:51 PM
jcarmony
Fire Beetle
 
Join Date: Apr 2013
Posts: 7
Default

I am having same problem, all buffs drop whenever I zone. Using windows emu , and PEQDB peqbeta_2014-06-16-02:01.tar.gz .. I got the latest source released (06/13/2014) and rebuilt it, fresh clean install and still no luck. Also the updates (source/utils/sql/git/required) are up to date (last one being 2014_05_04_SlowMitigationFix.sql) .. So I would assume the peqdb 6-16-14 would be fully updated.

Everything else seems to be working fine. Any help is highly appreciated.
Reply With Quote
  #14  
Old 06-17-2014, 07:49 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Someone correct me here but I think even if you source in PEQ at a particular date, that does not guarantee you do not need to back date some of the SQL updates. I seem to have run into this before.
Reply With Quote
  #15  
Old 06-17-2014, 11:44 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

The issue described here is because they missed an SQL that affects a player table, which the PEQ update doe not over, since it would cause character deletion, so you need to run the right SQL from the updates.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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