• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Damage low for NPC's in WoDCore

Status
Not open for further replies.

homework

Emulation Addict
For some reason when I go to Stormwind as a Horde toon, everytime the guards OR the king attacks me their attack is super low.
Like they only hit 3's 4's 1's, etc.

I've tried editing the damagemodifier in the database, but nothing is working.

Can someone help please?
 

Sylica

Exalted Member
For some reason when I go to Stormwind as a Horde toon, everytime the guards OR the king attacks me their attack is super low.
Like they only hit 3's 4's 1's, etc.

I've tried editing the damagemodifier in the database, but nothing is working.

Can someone help please?

What expansion are you using with WoDCore?
 

Tommy

Founder
What expansion are you using with WoDCore?

Prefix says TrinityCore 6.x.x, unless you mean other related derived 6.x.x TC sources?

Could be an SQL issue and not an actual core issue. Damage might not be set correctly in their respective creature_template rows. If this is official TrinityCore and you don't have any core edits involved, you might want to create an issue on their issue tracker: https://github.com/TrinityCore/TrinityCore/issues
 

homework

Emulation Addict
It's alright guys, I decided to switch to TrinityCore now.
I'm gonna make a new thread on a different issue I'm having though.

Edit: Nevermind, switched to Trinity and it's the same thing.... Why is this?
 

Sylica

Exalted Member
It's alright guys, I decided to switch to TrinityCore now.
I'm gonna make a new thread on a different issue I'm having though.

Edit: Nevermind, switched to Trinity and it's the same thing.... Why is this?

Seems to be unfinished updates with the version. After testing it myself, I see the same thing too. Since that is in active development, it might be awhile before they update or fix the issue. I saw a few issues in their tracker showing updates for creature class level stats.
Code:
https://github.com/TrinityCore/TrinityCore/issues/17029
 
Last edited:

homework

Emulation Addict
It's there, most likely untested at this point. Wouldn't hurt to try out the script that's posted there.

You'll have to forgive me, I'm new at the source code.
When I download the script, what do I do with it? Sorry again.
 

Sylica

Exalted Member
You'll have to forgive me, I'm new at the source code.
When I download the script, what do I do with it? Sorry again.

You mean with the Structured Query Language (SQL)? You just run the SQL file in your database. Pretty sure you compiled your server already.
 

homework

Emulation Addict
You are not the only one. I do the same thing at times, just to over look it. Let me know if you want anymore help.

Hmm, the Orgrimmar guards and Garrosh Hellscream are still only doing the same damage.
Did this work for you or...?
 

Sylica

Exalted Member
Hmm, the Orgrimmar guards and Garrosh Hellscream are still only doing the same damage.
Did this work for you or...?

Hmm, there up by 3 or 4 damage, but the same thing happening. Pretty sure its not totally fixed for each creature/npc just yet. Should giving it some time and see what happens in the days to come. TC is known to take their time on things. Best thing you can do at this point till its fixed completely is to attempt to fix it on our own. Pretty much what I do now a days with my project.
 

homework

Emulation Addict
Hmm, there up by 3 or 4 damage, but the same thing happening. Pretty sure its not totally fixed for each creature/npc just yet. Should giving it some time and see what happens in the days to come. TC is known to take their time on things. Best thing you can do at this point till its fixed completely is to attempt to fix it on our own. Pretty much what I do now a days with my project.

How much are they hitting on you?
3's and 4's, right?
 

Sylica

Exalted Member
How much are they hitting on you?
3's and 4's, right?

About the same as you, some times a 6 or 7 depending on the creature/npc. Might be some thing with the expansion multipliers most likely. Not totally sure. Since I really don't work on Expansions above 4.3.4a, safe to say, that might be the case.
 

homework

Emulation Addict
Yea, multiple have been reporting it, around 5 different issues open relating to the same problem areas. Who knows, it might be fix tomorrow or next week. Not that sure on the matter.

Well good news!
All of the sudden my Garrosh Hellscream started doing more damage! He's doing 3k now.

But I wanna increase it more so I tried using .npc info, and it crashes my worldserver.exe all the time.
Any ideas why that is?
 

Sylica

Exalted Member
Well good news!
All of the sudden my Garrosh Hellscream started doing more damage! He's doing 3k now.

But I wanna increase it more so I tried using .npc info, and it crashes my worldserver.exe all the time.
Any ideas why that is?

Can you post your line of for .npc info? Might have a small problem with it. Although this is a different kind of support. Can try to fix it for ya.
 
Status
Not open for further replies.
Top