This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - guard90

Pages: [1]
1
Serverside Modding / Re: [WotLk] Limits? trinitycore 3.3.5a
« on: December 25, 2016, 06:48:13 pm »
first add bag stats
in item_template go to bag entry next if you want to add 2 stats set statcount 2 next go to stat_type1 and  set 45 for spell power next in stat_value1 set value (but in repack max is 32767 for more compile new core) next stat_type2 set 30 for spell haste
and value in stat_value2 maxstatcount  is 10 and if stat are not showing in game delete cache
you can find stat type in itemtemplate.h in google
Second for spell you need to modify Spell.dbc and create custom patch
and Third for hit you can add stat mele rating  or modify delay in item_template

Pages: [1]