Mai jos vei afla cum sa modifici timpul, bonusurile si valoarea rouei. (dew)
Deschidem fisierul blend.txt din /usr/home/.../locale/romania.
Aici, vom gasi ceva de genul:
Code:
item_vnum 50821
apply_type CRITICAL_PCT
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end
item_vnum 50822
apply_type PENETRATE_PCT
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end
item_vnum 50823
apply_type ATTACK_SPEED
apply_value 2 3 4 5 8
apply_duration 60 120 180 300 600
end
item_vnum 50824
apply_type RESIST_MAGIC
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end
item_vnum 50825
apply_type ATT_BONUS
apply_value 30 50 70 90 120
apply_duration 60 120 180 300 600
end
item_vnum 50826
apply_type DEF_BONUS
apply_value 40 70 100 150 200
apply_duration 60 120 180 300 600
end
item_vnum --> codul itemului
apply_type --> bonusul
apply_value --> valoarea bonusului
apply_duration --> timpul (Ex. 60,120,180,300,600 sunt secunde)