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

TrinityCore 3.3.5 Minor run speed increase stacking.

Loud420

Member
I've been trying to set this up for the past couple of hours, without any progress.
I did learn a lot in the process of trying to get it to work so i guess thats a plus. So anyways i want to make the meta run speed gems stackable. The gem's themselves are stackable, but the spell "Item - Minor Run Speed ( ID 23 990)" isn't.
I've tried editing the spell.dbc file, changed the values in the stack amount column ( 49 ) and it didn't change a thing in game. Also went trough a lot of scripts couldn't find anything on it.

I've also edited the spellmgr.cpp file so that it loads the updates from the spell.dbc file, and that didn't change anything. I saw a couple of threads here already. There were some that were marked with solved, due to the lack of comments on them. On some thread one of the staff members of emudevs suggested that the dude who asked the question should make it so that when they have like 5 gems that the system gives them a move speed buff, i have no idea how to set that up and i'd much rather set it up so that the spell can stack, it's possible to do, i've seen it on a couple of trinitycore servers.

Anyways if someone could help me with this, i would appreciate it very much. Thanks in advance!

I'm running a pretty old rev of trinitycore.
 

leifus

Glorious
I've been trying to set this up for the past couple of hours, without any progress.
I did learn a lot in the process of trying to get it to work so i guess thats a plus. So anyways i want to make the meta run speed gems stackable. The gem's themselves are stackable, but the spell "Item - Minor Run Speed ( ID 23 990)" isn't.
I've tried editing the spell.dbc file, changed the values in the stack amount column ( 49 ) and it didn't change a thing in game. Also went trough a lot of scripts couldn't find anything on it.

I've also edited the spellmgr.cpp file so that it loads the updates from the spell.dbc file, and that didn't change anything. I saw a couple of threads here already. There were some that were marked with solved, due to the lack of comments on them. On some thread one of the staff members of emudevs suggested that the dude who asked the question should make it so that when they have like 5 gems that the system gives them a move speed buff, i have no idea how to set that up and i'd much rather set it up so that the spell can stack, it's possible to do, i've seen it on a couple of trinitycore servers.

Anyways if someone could help me with this, i would appreciate it very much. Thanks in advance!

I'm running a pretty old rev of trinitycore.

As far as i have seen on servers (like the one i am developing atm) is that the aura dosent work at all, i have a pretty old rev of trinitycore myself. What you could test is to change the Meta gem spell with another spell that gives momentspeed and that you know work, just to test and another thing is that you can see inn character info if your moment speed goes up when you equip the gem.
 

loud21

Emulation Addict
As far as i have seen on servers (like the one i am developing atm) is that the aura dosent work at all, i have a pretty old rev of trinitycore myself. What you could test is to change the Meta gem spell with another spell that gives momentspeed and that you know work, just to test and another thing is that you can see inn character info if your moment speed goes up when you equip the gem.


The spell works fine, it gives the movement speed bonus as it is intended, it just wont stack. Thanks for the suggestion tho, I might have to result to making a custom spell that gives the same amount of movement speed as this one in the end.
 

Crow

Enthusiast
The spell works fine, it gives the movement speed bonus as it is intended, it just wont stack. Thanks for the suggestion tho, I might have to result to making a custom spell that gives the same amount of movement speed as this one in the end.

Honestly the best workaround would be to simply create or use another move speed aura spell and put it as the gem bonus.
 
Top