Jump to content
  • 0

PVP NPC with Ladder(ranking) NPC


Sketch

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  11/08/14
  • Last Seen:  

Hello mina. ;)

I tried to search for an NPC that warps you to pvp areas and also that is linked to a ranking NPC.

But sadly I didn't find any.. :/

So can you make an NPC that warps you to pvp_n_5-5 & pvp_y_1-2.

And another NPC that has ranking of top 20 players and shows your status and so...

 

so there will be 2 NPCs which will be kinda linked to each other:

       • 1 that warps you to the 2 pvp areas

       • 1 that has shows the top 20 characters in the pvp area

 

If you have any questions or you want me to make something clear please go ahead ^o^

 

Thank you very much for reading my request and for this awesome community. ^_^

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

How about this http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/it has a pvp ladder and pvp announcement features

 

now you want to use pvp_n_5-5 & pvp_y_1-2 map only right? on the script find this one

setarray .PvPMap$[0], "All"; //List all pvp maps here (Index 0:"All" to enable all maps)

and replace it with this

setarray .PvPMap$[0], "pvp_n_5-5", "pvp_y_1-2"; //List all pvp maps here (Index 0:"All" to enable all maps)

and for the top 20 Ladder you want. look for this

//PvP Ladder
set .Top, 10; //What is the length of the list?

and change it to this

//PvP Ladder
set .Top, 20; //What is the length of the list?

here's the links credits to Ghost!

 

http://pastebin.com/xSNqYtJm[ script ] 

http://pastebin.com/dEqrkczy[ Sql Table ] required !

  • Upvote 2
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...