Likes: 0
Results 1 to 3 of 3
Thread: [Lua] Simple Buff Command
-
20-07-11, 05:11 PM #1
[Lua] Simple Buff Command
Register to remove this adAll 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.
Code: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")
› See More: [Lua] Simple Buff Command
-
21-07-11, 05:31 AM #2
-
21-07-11, 06:45 AM #3
Register to remove this ad