Jump to content
  • 0

PvP Ladder Modifications


Question

Posted

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

5 answers to this question

Recommended Posts

Posted (edited)

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
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...