Forum > Serverside Modding

[QUESTION] How to buff Spells

<< < (3/3)

kojak488:

--- Quote from: "thehsvdude" ---is they're a way to remove global cd from all spells and make it like live.
--- End quote ---

Make those fields in the spell.dbc all 0 for every spell.  To do it quickly I'd save the spell.dbc as a CSV file.  Then I'd search for:


--- Quote ---,133,1500,
--- End quote ---

and replace that in all instances with:


--- Quote ---,0,0,
--- End quote ---

Obviously you have to save the changes and turn it back from CSV into a dbc.  Shouldn't take but a minute to do it that way.

Navigation

[0] Message Index

[*] Previous page

Go to full version