help buff:S

08/15/2011 01:30 w4123qaweds#1
you give me the world buff file

plizz.

bufflarını der Welt konnte es nicht tun, bitte helfen
08/15/2011 11:16 Soiken#2
Use search function and don't make thread like this again.
08/15/2011 14:21 91ervans#3
You can add Worldbuffs in on_login.lua

Here is an excerpt from my on_login.lua

Quote:
local permission = get_value("permission")

if permission == 1 or permission == 0 then

if get_value( "permission" ) == 0 then
add_state(1001, 7.5, 8640000)
add_state(1002, 7.5, 8640000)
add_state(164407, 25, 8640000)
add_state(1006, 75, 8640000)
add_cstate(1001, 7.5, 8640000)
add_cstate(1002, 7.5, 8640000)
add_cstate(164407, 25, 8640000)
add_cstate(1006, 75, 8640000)
add_cstate(1013, 83, 8640000)

elseif get_value( "permission" ) == 0 then
add_state(1001, 7.5, 8640000)
add_state(1002, 7.5, 8640000)
add_state(164407, 25, 8640000)
add_state(1006, 75, 8640000)
add_cstate(1001, 7.5, 8640000)
add_cstate(1002, 7.5, 8640000)
add_cstate(164407, 25, 8640000)
add_cstate(1006, 75, 8640000)
add_cstate(1013, 83, 8640000)
end
end

if permission == 1 or permission == 0 then

if get_value( "permission" ) == 1 then
add_state(1001, 7.5, 8640000)
add_state(1002, 7.5, 8640000)
add_state(164407, 25, 8640000)
add_state(1006, 75, 8640000)
add_cstate(1001, 7.5, 8640000)
add_cstate(1002, 7.5, 8640000)
add_cstate(164407, 25, 8640000)
add_cstate(1006, 75, 8640000)
add_cstate(1013, 83, 8640000)

elseif get_value( "permission" ) == 1 then
add_state(1001, 7.5, 8640000)
add_state(1002, 7.5, 8640000)
add_state(164407, 25, 8640000)
add_state(1006, 75, 8640000)
add_cstate(1001, 7.5, 8640000)
add_cstate(1002, 7.5, 8640000)
add_cstate(164407, 25, 8640000)
add_cstate(1006, 75, 8640000)
add_cstate(1013, 83, 8640000)
end
end