Jump to content
  • 0

PvP Ladder Modifications


ccjosh

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   6
  • Joined:  11/13/12
  • Last Seen:  

I'm trying to implement Mercurial's PvP Ladder, but when I'm trying it out I came across a few bugs. First thing is, when I'm trying to kill my character using Grand Cross, it gives me a point, and count it as 1 kill. Second is I can feed farm kills.

 

Anyone can modify this to resolve this issue?

 

Thanks

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Why u don't find another one? I use these ladder script. It works well. You might want to try these

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   6
  • Joined:  11/13/12
  • Last Seen:  

Tried it, and it works well. But can anyone add a feature that for every kill, the player gets 1 kafra point? Plus my players loved the "Dota Announcer" thingy. It would be great if someone kindly integrate that too.

 

Much thanks,

Josh

 

Might try this ladder when I get home.

Edited by ccjosh
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Tried it, and it works well. But can anyone add a feature that for every kill, the player gets 1 kafra point? Plus my players loved the "Dota Announcer" thingy. It would be great if someone kindly integrate that too.

 

Much thanks,

Josh

 

Might try this ladder when I get home.

Extract this files on your data/wav folder 

wav.rar

 

 

If you want to have 1 kafra point every kill try these : ( Refer to link in the previous post )

 

Find these line : 

 

CountKills:
    set PVPKills,PVPKills+1;
    set @PVPKillstoday,@PVPKillstoday+1;
    set #PVPKillsAccount,#PVPKillsAccount+1;
    setarray @playerstats[0],@PVPKillstoday,@PVPDeathstoday,PVPKills,PVPDeaths,#PVPKillsAccount,#PVPDeathsAccount;

Replace with : 

 

CountKills:
    set PVPKills,PVPKills+1;
    set @PVPKillstoday,@PVPKillstoday+1;
    set #KAFRAPOINTS, #KAFRAPOINTS + 1;
    set #PVPKillsAccount,#PVPKillsAccount+1;
    setarray @playerstats[0],@PVPKillstoday,@PVPDeathstoday,PVPKills,PVPDeaths,#PVPKillsAccount,#PVPDeathsAccount;
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  

http://pastebin.com/xSNqYtJm try ghost's pvp system it works great. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   2
  • Joined:  10/27/12
  • Last Seen:  

http://pastebin.com/xSNqYtJm try ghost's pvp system it works great. 

is this stable in the latest svn?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...