Jump to content
  • 0
Sign in to follow this  
MikZ

MVP Hunter Points w/ Rank

Question

Good day!

May I request script similar to this please.

https://rathena.org/board/topic/114565-utility-automated-mvp-ladder-reward-system/

Contacted the maker yet script not available for Hercules.

Just wanted:

  • MVP points will trigger on MVP maps only
  • 3 Set of MVP
    • Easy = 2 pts (Solo)  / 1pts (party Share)
    • Moderate = 4 pts (Solo) / 2pts (party Share)
    • Hard = 6 pts (Solo) / 3pts (party Share)
  • View Personal Ranking (shows number of MVP killed only not pts.)
    • weekly
      • Easy = # of MVPs
      • Moderate = # of MVPs
      • Hard  = # of MVPs
    • Monthly
      • Easy = # of MVPs
      • Moderate = # of MVPs
      • Hard  = # of MVPs
  • View Top ranking / Rewards to Top 5 (names only)
    • Easy:
      • Name of Players
    • Moderate:
      •  Name of Players
    • Hard :
      • Name of Players
  • Shop
  • Reset points/ Ranking (Manual @command or Autoreset)
  • If possible will have RANK name:
    • Copper = 10
    • Iron = 15
    • Silver = 20
    • Gold = 25
    • Platinum = 30
    • Mythril = 35
    • Orichalcum = 40
    • Adamantite = 50
  • 2 set of points MVP points(for shop purposes) and Hunting points(for Ranking name purposes)
  • Basically Ranking Name points = Hunting points -  Penalty points (Killed by MVP / right minus wrong)
    • Reward will be given per rank monthly

I'm running out of ideas, if possible only. if not not the MVP points above.

thanks!

Edited by MikZ

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I do have my own MVP ranking script
https://github.com/AnnieRuru/Release/tree/master/scripts/Games %26 Events/MVP Rank

 


 

3 hours ago, MikZ said:
  • 3 Set of MVP
    • Easy = 2 pts (Solo)  / 1pts (party Share)
    • Moderate = 4 pts (Solo) / 2pts (party Share)
    • Hard = 6 pts (Solo) / 3pts (party Share)

usually people do this simply with

 if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) {

but since you have 3 different modes, you also have to list out which MVP is easy/moderate/hard

a quick sql query to list out MVP in your server

select * from mob_db where mexp > 0;

note its different in renewal and pre-renewal
Renewal -> http://herc.ws/board/topic/16631-npc-mvp-invasion/?do=findComment&comment=90910
Pre-renewal -> https://github.com/rathena/rathena/blob/master/npc/custom/events/mvp_ladder.txt#L232-L270

 


 

3 hours ago, MikZ said:

If possible will have RANK name:

  • Copper = 10
  • Iron = 15
  • Silver = 20
  • Gold = 25
  • Platinum = 30
  • Mythril = 35
  • Orichalcum = 40
  • Adamantite = 50

 

this one needs achievement system ... its already in my top-priority todo list
once its out, I can also add *settitleid script command and so on ...

 


 

and before you forget, the OnNPCKillEvent cannot run on monsters with event labels
http://herc.ws/board/topic/15991-onnpckillevent-changes/
so it couldn't add the kills like bio-lab MVPs , instance MVPs and so on

that pull request got stuck ...

 

oh PS: pajodex is currently busy in real life, or so I heard

Edited by AnnieRuru

Share this post


Link to post
Share on other sites
  • 0

wait wait, I was asking question back before attempting to write out this script,
and I still haven't made title system script commands plugin yet ...

I don't understand why you mark that as answer while I was actually asking for more information ...

 

rephrase again

1. you have to list out which MVP are easy/normal/hard,
easy - MVPID 1 , MVPID 2 ...
normal - MVPID 1 , MVPID 2 ...
...

2. wait until I make title system script commands plugin .... going to write now

3. rewards give out by weekly or monthly are entire different formula ... you can only pick one ...

4. MVP points will trigger on MVP maps only  <-- means only trigger like .... inside MVP room only ?

Share this post


Link to post
Share on other sites
  • 0
On 3/27/2019 at 10:18 PM, AnnieRuru said:

wait wait, I was asking question back before attempting to write out this script,
and I still haven't made title system script commands plugin yet ...

I don't understand why you mark that as answer while I was actually asking for more information ...

 

rephrase again

1. you have to list out which MVP are easy/normal/hard,
easy - MVPID 1 , MVPID 2 ...
normal - MVPID 1 , MVPID 2 ...
...

2. wait until I make title system script commands plugin .... going to write now

3. rewards give out by weekly or monthly are entire different formula ... you can only pick one ...

4. MVP points will trigger on MVP maps only  <-- means only trigger like .... inside MVP room only ?

Hi @AnnieRuru, apologies.

1. MVP list
EASY
Atroce   (ATROCE)   Mob-ID#1785
Bacsojin / White Lady   (BACSOJIN_)   Mob-ID#1630
Boitata   (BOITATA)   Mob-ID#2068
Doppelganger   (DOPPELGANGER)   Mob-ID#1046
Dracula   (DRACULA)   Mob-ID#1389
Drake   (DRAKE)   Mob-ID#1112
Eddga   (EDDGA)   Mob-ID#1115
Garm / Hatii   (GARM)   Mob-ID#1252
Gopinich   (GOPINICH)   Mob-ID#1885
Maya   (MAYA)   Mob-ID#1147
Mistress   (MISTRESS)   Mob-ID#1059
Osiris   (OSIRIS)   Mob-ID#1038
Pharaoh   (PHARAOH)   Mob-ID#1157
Phreeoni   (PHREEONI)   Mob-ID#1159
Tao Gunka   (TAO_GUNKA)   Mob-ID#1583
Turtle General   (TURTLE_GENERAL)   Mob-ID#1312
Vesper   (APOCALIPS_H)   Mob-ID#1685

NORMAL
Amon Ra   (AMON_RA)   Mob-ID#1511
Baphomet   (BAPHOMET)   Mob-ID#1039
Dark Lord   (DARK_LORD)   Mob-ID#1272
Detale / Detardeurus   (DETALE)   Mob-ID#1719
Evil Snake Lord   (DARK_SNAKE_LORD)   Mob-ID#1418
Golden Thief Bug   (GOLDEN_BUG)   Mob-ID#1086
Incantation Samurai / Samurai Specter   (INCANTATION_SAMURAI)   Mob-ID#1492
Knight of Windstorm / Stormy Knight   (KNIGHT_OF_WINDSTORM)   Mob-ID#1251
Lady Tanee   (LADY_TANEE)   Mob-ID#1688
Lord of Death / Lord of the Dead   (LORD_OF_DEATH)   Mob-ID#1373
Moonlight Flower   (MOONLIGHT)   Mob-ID#1150
Orc Hero   (ORK_HERO)   Mob-ID#1087
Orc Lord   (ORC_LORD)   Mob-ID#1190
RSX 0806 / RSX-0806   (RSX_0806)   Mob-ID#1623
Wounded Morroc   (MOROCC_)   Mob-ID#1917

HARD
Beelzebub   (BEELZEBUB_)   Mob-ID#1874
Fallen Bishop / Fallen Bishop Hibram   (FALLINGBISHOP)   Mob-ID#1871
Gloom Under Night   (GLOOMUNDERNIGHT)   Mob-ID#1768
Ifrit   (IFRIT)   Mob-ID#1832
Kiel D-01   (KIEL_)   Mob-ID#1734
Ktullanux   (KTULLANUX)   Mob-ID#1779
Thanatos / Memory of Thanatos   (THANATOS)   Mob-ID#1708
Valkyrie Randgris   (RANDGRIS)   Mob-ID#1751

2. Will wait for it /no1 <--- Can we skip the rank Name and just the killing points only for meantime. if possible

3. For monthly only

4. Points trigger on MVP maps only. (branch and bloody branch summons not included)

 

Thank you so much!

Edited by MikZ

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.