MMOCoin

Likes Likes:  0
Results 1 to 8 of 8
  1. #1
    Scout
    Grandelf's Avatar
    Join Date
    Nov 2009
    Posts
    13
    Post Thanks / Like
    Rep Power
    17
    Reputation
    27

    [Lua] Killstreak system

    Killstreak system.

    This killstreak system will tokens. When they killed more people without dying they get more tokens. You can define that. Also there is a filter in it for farmers. When players reach 10, 20, 30 40 or 50 kills without dying it will announce that. Player kills reset when a player dies. In the script you see this:

    Code:
    KILL.TokenId =    -- Put your PvPToken ID here.
    Code:
    KILL.Count = 3   -- How many times a player will be rewarded killing the same other player. For example 3, 
        -- player is able to kill the same player 3 times, after that he will not get rewarded a token for killing that player anymore.
    KILL.TokenOne = 1           -- How many tokens players get (kills 1 - 10)
    KILL.TokenTwo = 5           -- How many tokens players get (Reached 10 kills without dying)
    KILL.TokenThree = 5  -- How many tokens players get (kills 11 - 20)
    KILL.TokenFour = 10  -- How many tokens players get (Reached 20 kills without dying)
    KILL.TokenFive = 5   -- How many tokens players get (kills 20 - 30)
    KILL.TokenSix = 15           -- How many tokens players get (Reached 30 kills without dying)
    KILL.TokenSeven = 10  -- How many tokens players get (kills 30 - 40)
    KILL.TokenEight = 20  -- How many tokens players get (Reached 40 kills without dying)
    KILL.TokenNine = 10  -- How many tokens players get (kills 40 - 50)
    KILL.TokenTen = 25   -- How many tokens players get (Reached 50 kills without dying)
    KILL.TokenEleven = 15  -- How many tokens players get (Kills > 50)
    


    Just define to your likings and enjoy =].

    script: http://pastebin.com/f5b499a6d


    › See More: [Lua] Killstreak system

  2. #2
    Banned

    Join Date
    Jan 2009
    Posts
    68
    Post Thanks / Like
    Rep Power
    0
    Reputation
    91
    nice one dude

  3. #3
    Senior Sergeant
    Milation's Avatar
    Join Date
    Aug 2008
    Posts
    109
    Post Thanks / Like
    Rep Power
    18
    Reputation
    73
    nice dude

  4. #4
    Banned

    Join Date
    Sep 2009
    Posts
    90
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    Very nice dude.

  5. #5
    Beginner

    Join Date
    Mar 2010
    Posts
    3
    Post Thanks / Like
    Rep Power
    17
    Reputation
    1
    Could you explain how i would put this into my server?

  6. #6
    Senior Sergeant
    MikExV™'s Avatar
    Join Date
    Feb 2010
    Location
    Ohio
    Posts
    117
    Post Thanks / Like
    Rep Power
    17
    Reputation
    35
    You save it as a .lua and put it in to your arcemu scripts folder, and its good but when u kill your self it gives u one.

    Just got my pc back

  7. #7
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    20
    Reputation
    188
    Very Nice


  8. #8
    Scout
    dk_grimer's Avatar
    Join Date
    Oct 2010
    Posts
    23
    Post Thanks / Like
    Rep Power
    16
    Reputation
    64

    Register to remove this ad
    Nice and thanks

    Last edited by dk_grimer; 18-12-10 at 04:09 AM.



  9. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/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
  •