Server/Config/InitItem.txt:
Code:
(item (name 647) (Index 447) (Image "item146") (desc 206) (class general refresh) (code 4 8 0 0) (country 2) (use 1) (plural 1) (cooltime 2000) (buy 0) (sell 0) (specialty (buff 12 1800 45) ) )
Some info: 12- buff index, 1800- time (right now is 30min), 45- amount of speed.
Change that last number to higher and you get faster speed.
Like g3 = 45 or g6 = 90
Also if you wanna have other speed up make it with new name and index like:
Code:
(item (name 5000) (Index 5000) (Image "item146") (desc 206) (class general refresh) (code 4 8 0 0) (country 2) (use 1) (plural 1) (cooltime 2000) (buy 0) (sell 0) (specialty (buff 12 1800 160) ) )