Page 1 of 1

Bug 783: (Content) starting out bloodmage. Targe...

Posted: Fri Oct 21, 2016 10:28 am
by BugTracker
Bug ID       : 783 - starting out bloodmage.  Targe... 
Bug Date     : 2016/10/19 06:09:20
Assigned To  : Content
Priority     : Low

Category     : VGClient
Sub-Category : Gameplay: Combat
Severity     : Standard
Reproducible : Every time
Details:
starting out bloodmage. Targetting mob using TAB targetting and seeing "
Lua GetAttribute CurrentValue command error: failed to get value for attribute id=116.
in script: Spells/Bloodmage/BurstingCyst.lua
Lua SetAttributeCurrentValue command error: failed to update value for attribute id=116.
in script: Spells/Bloodmage/BurstingCyst.lua
Originated From World: New Telon (1)
Chunk                : Tursh Village (144)
Location             : 29418 6555 36361

Re: Bug 783: (Content) starting out bloodmage. Targe...

Posted: Sat Oct 22, 2016 9:11 am
by Valorith
Unable to reproduce. Has anyone else experienced this or provide a more detailed list of actions to reproduce it? Thanks!

Re: Bug 783: (Content) starting out bloodmage. Targe...

Posted: Sat Oct 22, 2016 9:50 am
by Faux
Probably an old blood mage that wasn't recreated after ratief added blood mastery to starting attributes. It's trying to reset an attribute his character doesn't have when he switches targets.

Solution: Delete bloodmage and recreate.

Re: Bug 783: (Content) starting out bloodmage. Targe...

Posted: Sat Oct 22, 2016 9:51 am
by Valorith
[quote="Faux"]Probably an old blood mage that wasn't recreated after ratief added blood mastery to starting attributes. It's trying to reset an attribute his character doesn't have when he switches targets.[/quote]

Your right, that is probably it!

Re: Bug 783: (Content) starting out bloodmage. Targe...

Posted: Sat Oct 22, 2016 3:50 pm
by theFoof
I can write up/run a query to fix all of the bloodmages on NT.

EDIT: Done, will run this in a sec

Code: Select all

INSERT IGNORE INTO `character_attributes` (`char_id_fk`, `attribute_id_fk`, `attribute_value`) 
SELECT `character_id`, 116, 0 FROM `characters` WHERE `adventure_class` = 44;