Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
  1. #1
    ak47sigh's Avatar
    Status : ak47sigh is offline
    Join Date : Apr 2011
    Location : wow-like.com
    Posts : 76
    Thanks: 18
    Thanked 6 Times in 4 Posts
    Rep Power : 2
    Reputation:20ak47sigh is on a distinguished road

    Default Arcemu [LUA] Custom GM Announce

    Here it Goes. Enjoy it .I'm leaving Ac-Web so I'm going to do some releases here.

    Code:
    local ChatMsg = ".an"
    -- local Space = " "
    
    
    function ChatSystem (event, player, message, type, language)
    	if (message:find(ChatMsg.." ") == 1) then
    		local text = message:gsub(ChatMsg.." ", "") 
    				local plrs = GetPlayersInWorld()
    				for k, v in pairs(plrs) do
    			if (player:GetTeam() == 0) then -- Alliance
    			local GMrank = player:GetGmRank()
     			if (GMrank == 'az') then
                            v:SendBroadcastMessage("|cffD9FF00[SYSTEM]:  |cffFF0000<G.M> |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- Admin Tag
                            v:SendAreaTriggerMessage("|cffD9FF00[SYSTEM]: |cffFF0000<G.M> |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:SendBroadcastMessage("|cffFF1000[RAID WARNING] |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR WARNING Tag
                            v:PlaySoundToSet(8959)
                           
    			elseif (GMrank == 'a') then
    				v:SendBroadcastMessage("|cffD9FF00[System]: |cffD9FF00[Announce] |cff0054FF<G.M>|cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:SendAreaTriggerMessage("|cffD9FF00[System]: |cffD9FF00[Announce] |cff0054FF<G.M>|cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:PlaySoundToSet(8959)
    
    			      elseif (GMrank == 'y') then
    			      elseif (GMrank == 'x') then
    			      elseif (GMrank == '2') then
    			      elseif (GMrank == '1') then
    			      else
    				end
    			elseif (player:GetTeam() == 1) then -- Horde
    			local GMrank = player:GetGmRank()
     			if (GMrank == 'az') then
                            v:SendBroadcastMessage("|cffD9FF00[SYSTEM]:  |cffFF0000<G.M> |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- Admin Tag
                            v:SendAreaTriggerMessage("|cffD9FF00[SYSTEM]: |cffFF0000<G.M> |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:SendBroadcastMessage("|cffFF1000[RAID WARNING] |cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR WARNING Tag
                            v:PlaySoundToSet(8959)
                           
    			elseif (GMrank == 'a') then
    				v:SendBroadcastMessage("|cffD9FF00[System]: |cffD9FF00[Announce] |cff0054FF<G.M>|cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:SendAreaTriggerMessage("|cffD9FF00[System]: |cffD9FF00[Announce] |cff0054FF<G.M>|cffFF1000|r["..player:GetName().."]: |cff7DFF00"..text.."") -- REGULAR GM Tag
                            v:PlaySoundToSet(8959)
    
    			      elseif (GMrank == 'y') then
    			      elseif (GMrank == 'x') then
    			      elseif (GMrank == '2') then
    			      elseif (GMrank == '1') then
    			      else
    				end
    					end
    						end
                                                         return 0
    							end
                                                               
    								end
    
    RegisterServerHook(16, "ChatSystem")
    CREDITS TO ME. (Xanderpk from Ac-Web)

  2. The Following 2 Users Say Thank You to ak47sigh For This Useful Post:

    Lucian (06-01-2011), SephiZe (07-28-2011)

  3. #2
    samgartell's Avatar
    Status : samgartell is offline
    Join Date : Feb 2010
    Location : United Kingdom
    Posts : 524
    Thanks: 62
    Thanked 37 Times in 29 Posts
    Rep Power : 3
    Reputation:75samgartell will become famous soon enough

    Default

    Holy crap, this is sweet! O: Shame I hate ArcEmu :|

  4. #3
    ak47sigh's Avatar
    Status : ak47sigh is offline
    Join Date : Apr 2011
    Location : wow-like.com
    Posts : 76
    Thanks: 18
    Thanked 6 Times in 4 Posts
    Rep Power : 2
    Reputation:20ak47sigh is on a distinguished road

    Default

    Well since trinity doesn't support Lua ^^

  5. #4
    Status : worktime is offline
    Join Date : May 2011
    Posts : 2
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10worktime is on a distinguished road

    Default

    Cool one.
    Nice relase tough.

    --Regards--

  6. #5
    Lucian's Avatar
    Status : Lucian is offline
    Join Date : Dec 2009
    Location : US
    Posts : 1,275
    Thanks: 4
    Thanked 57 Times in 36 Posts
    Rep Power : 4
    Reputation:36Lucian is on a distinguished road

    Default

    Nice mate, gonna test it out right now. Maybe Ill keep it and it will be in my next Repack release.
    John 3:16
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.

  7. #6
    ak47sigh's Avatar
    Status : ak47sigh is offline
    Join Date : Apr 2011
    Location : wow-like.com
    Posts : 76
    Thanks: 18
    Thanked 6 Times in 4 Posts
    Rep Power : 2
    Reputation:20ak47sigh is on a distinguished road

    Default

    Also you can say thanks by increasing my rep stats, enjoy

  8. #7
    Lucian's Avatar
    Status : Lucian is offline
    Join Date : Dec 2009
    Location : US
    Posts : 1,275
    Thanks: 4
    Thanked 57 Times in 36 Posts
    Rep Power : 4
    Reputation:36Lucian is on a distinguished road

    Default

    Sounds fair enough....done.
    John 3:16
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.

  9. #8
    ak47sigh's Avatar
    Status : ak47sigh is offline
    Join Date : Apr 2011
    Location : wow-like.com
    Posts : 76
    Thanks: 18
    Thanked 6 Times in 4 Posts
    Rep Power : 2
    Reputation:20ak47sigh is on a distinguished road

    Default

    ok thankies

  10. #9
    Lucian's Avatar
    Status : Lucian is offline
    Join Date : Dec 2009
    Location : US
    Posts : 1,275
    Thanks: 4
    Thanked 57 Times in 36 Posts
    Rep Power : 4
    Reputation:36Lucian is on a distinguished road

    Default

    Your Welcome Mate! Glade to see your rank is fixed. Enjoy!
    John 3:16
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.

  11. #10
    samgartell's Avatar
    Status : samgartell is offline
    Join Date : Feb 2010
    Location : United Kingdom
    Posts : 524
    Thanks: 62
    Thanked 37 Times in 29 Posts
    Rep Power : 3
    Reputation:75samgartell will become famous soon enough

    Default

    I'm actually contemplating getting an Arc core JUST for this


 

Visitors found this page by searching for:

arcemu custom announce

mangos announce ac-web

admin login announce ac web lua

arcemu [lua] custom gm announce

wow trinity announce tag

arcemu [lua] custom gm announce

custom announce mangos

mangos .announce custom

mmotop

Custom GM tag.lua Ac-Web

lua gm announce

SEO Blog

Bookmarks

Posting Permissions

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