View Single Post
  #3  
Old 07-29-2015, 07:39 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Negative.

A brief tutorial would be appreciated, for the future. Did I say I was a noob?

I put together new source, though. I did not toss out the database. Having a few issues at the moment. Hopefully everything will be fixed soon.

Just in case, a new issue: the maximum hit points show one number but the real hit points show a lower number. The real number is what the hp total would be with 1 or 0 stamina, unsure what the absolute minimum stat is. I tested this with a stamina buff and on different characters.

This is the message I am getting:
Quote:
[07-29-2015 :: 18:27:10] [Zone Server] Time Broadcast Packet: EQTime [12:33 am]
[07-29-2015 :: 18:27:11] [MySQL Error] 1054: Unknown column 'slot' in 'field list'
SELECT slot, aa_id, aa_value, charges FROM `character_alternate_abilities` WHERE `id` = 167587 ORDER BY `slot`
I like the new logging which was put in place along with the interface.

Bravo to you guys!

* I changed the column to slot and, as expected, I got basically the same error message:
Quote:
[07-29-2015 :: 18:51:58] [Zone Server] Time Broadcast Packet: EQTime [08:49 am]
[07-29-2015 :: 18:51:59] [MySQL Error] 1054: Unknown column 'id' in 'where clause'
SELECT slot, aa_id, aa_value, charges FROM `character_alternate_abilities` WHERE `id` = 167587 ORDER BY `slot`
I am unsure if this is causing any issues beyond the error message.

On the plus side, I am not having any issues with purchasing items into an existing stack.

Thank you very much for your help with this.

* Mana and endurance are also affected by this issue. Attack and AC do not appear to be affected. I can med mana and endurance back but, I cannot heal the missing hit points. Symbol and similar hp buffs raise the max but, I have the same deficit at any maximum value not including stamina buffs. After zoning, any mana or endurance regained by medding is lost.

Btw, I used the link Akka provided to attain the source.

Thanks
Reply With Quote