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

[Core Edit] Infinity Poison (Timer & Item).

callmephil

Respected Member
Hey guys, So i was reading somes files and i found few things can help somes peoples.

Anw Basicly it's a small core / db edit to make Rogue Poison like on AT (Infinity timer etc)

WORLD SQL : Only for WOTLK user infinity Item/Cooldown (No need to buy 1000000k Poison anymore)
Code:
update `item_template` set `charges` = -1 , `stackable` = 1 where `entry` IN (43232,43230,3775,43237,43235);

[Cata/Wotlk] Code link :
https://gist.github.com/callmephil/9465493

Please follow the instruction at the top of the file

Enjoy and say thanks(Comment).
 
Top