PDA

View Full Version : [Lua] Simple Buff Command



^_^ Electrify
20-07-11, 04:11 PM
All you have to do is to make a new text document in your scripts folder and copy paste the script.After that rename the text document.txt to Whatever.lua.


function Buff_Command(event, player, message)
if (message == "#help") then
player:FullCastSpell(54675)
player:FullCastSpell(20217)
player:FullCastSpell(58451)
player:FullCastSpell(48161)
player:SendBroadcastMessage("God helped you!")
end
end
RegisterServerHook(16, "Buff_Command")

Laladin
21-07-11, 04:31 AM
Nice! Thanks ;D! +rep

^_^ Electrify
21-07-11, 05:45 AM
Nice! Thanks ;D! +rep


Thanks mate , more to come.