MMOCoin

Likes Likes:  0
Results 1 to 3 of 3
  1. #1
    Scout
    ^_^ Electrify's Avatar
    Join Date
    Jul 2011
    Posts
    20
    Post Thanks / Like
    Rep Power
    15
    Reputation
    19

    Cool [Lua] Simple Buff Command

    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.



    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



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Sergeant
    Laladin's Avatar
    Join Date
    Apr 2010
    Location
    Athens, Greece
    Posts
    90
    Post Thanks / Like
    Rep Power
    16
    Reputation
    26
    Nice! Thanks ;D!

  4. #3
    Scout
    ^_^ Electrify's Avatar
    Join Date
    Jul 2011
    Posts
    20
    Post Thanks / Like
    Rep Power
    15
    Reputation
    19

    Register to remove this ad
    Quote Originally Posted by Laladin View Post
    Nice! Thanks ;D!

    Thanks mate , more to come.

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •