Help plz with Speed and Skills :(

Newbie Spellweaver
Joined
Jul 10, 2008
Messages
30
Reaction score
1
Plz Can ANy one Tell me iam A GM but i dont know how to Apply The SKill OF GM Speed What i have to write AS (/...) or some thing plz tell me as soon as u can plz
 
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 [COLOR="Blue"]12[/COLOR] [COLOR="SandyBrown"]1800[/COLOR] [COLOR="Red"]45[/COLOR]) ) )

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 [COLOR="Red"]160[/COLOR]) ) )
 
Upvote 0
Back