Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 1 of 1
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    [ArcEmu]: PvP Title System (Lua)


    Register to remove this ad
    Quote Originally Posted by Foereaper
    So, saw QQRofl's script, and I found an old one I had laying around for Arc as well. Updated it to make it hella lot more efficient than before, so here you go:
    credits to foereaper
    Code:
    local T = {
    {1, 15, 100},
    {2, 16, 500},
    {3, 17, 1000},
    {4, 18, 2000},
    {5, 19, 4000},
    {6, 20, 5000},
    {7, 21, 6000},
    {8, 22, 8000},
    {9, 23, 1000},
    {10, 24, 15000},
    {11, 25, 25000},
    {12, 26, 40000},
    {13, 27, 45000},
    {14, 28, 50000},
    {126, 127, 75000};
    };
    
    function OnKilledTarget(event, plr, victim)
        for i = 1, #T do
            if (plr:LifeTimeKills(0, nil) == T[i][3]) then
                plr:SetKnownTitle(T[i][plr:GetTeam()+1])
            end
        end
    end
    
    RegisterServerHook(2, OnKilledTarget)





    › See More: [ArcEmu]: PvP Title System (Lua)
    Last edited by Wise; 22-04-12 at 03:57 AM.



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

 

 

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
  •  
All times are GMT -5. The time now is 10:50 PM.
Powered by vBulletin® Copyright ©2000-2026, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2026 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org