Is there a method of adding rage/combo bar to another class that does not have it originally? (ie a mage)
Is there a method of adding rage/combo bar to another class that does not have it originally? (ie a mage)
Core modifaction. That's where you'd have to change it at, not sure which files though.
I don't think you could edit that through the core...Its client side
Anyone have any idea where I would do this or even if it is at all possible?
.mod rage 1000 1000 for a caster you cant see it but you can do spells that require rage, same with energy and mana
If you need me you have my skype, if you don't have my skype then you don't need me.
Fantastic... thank you 2d. (This is bringing me so close to finsihing up a custom scripted class starting with a battlemage)
From what I gather this is a temporary solution? Or will this be permanent and work within the game mechanics?
Must have rep'd you recently as i need to spread.
it will be temp when u relog you wont have the rage anymore or energy etc
If you need me you have my skype, if you don't have my skype then you don't need me.
hrm, guess to get around this I would have to code a item that would set the rage back up when it ran out (just tested and rage degrades like normal)
you could prob make an item that had unlimited usages
If you need me you have my skype, if you don't have my skype then you don't need me.
Will do that, hoping for a more permanent solution so that rage would work like a warrior or druids bear form. But that is definitely a workable solution.
Thank you for all your time 2d..
np
(fillerz)
If you need me you have my skype, if you don't have my skype then you don't need me.
You can edit it in core or database, depending on emu, I believe, it will give you rage, but it will still show your old thing (mana, energy)
You could modify a spell to Use rage or energy instead of mana I believe.
or find on wowhead or thotbot the spell id that give 30 or 50 rage.. i dont remember what it is.... and make an item from it:P
Same goes with energy too:P
Le Froid or 2D or anyone else for that matter
I've been scouring the core for the C++ code/method that would allow me to add rage to the player (I looked in Level 0-3.cpp) and didn't see it. - (Item method).
Or do you know which files would need to be editted for your method le froid?