Jump to content

Quests, Games: MVP Ladder - Instanced Edition


Recommended Posts


  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

File Name: MVP Ladder - Instanced Edition

File Submitter: Secrets

File Submitted: 24 Sep 2016

File Category: Games, Events, Quests

Content Author: Secretdataz, Euphy


MVP Ladder - Instanced Edition is a rewrite of the MVP Ladder event that is included in rAthena project custom NPC folder.
It retains 90% of original functionality except multiple parties can participate in the ladder without having to wait for the other party to finish anymore.



Click here to download this file

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   3
  • Joined:  01/18/12
  • Last Seen:  

I just rewrote this for Hercules, this is quite an awesome script! :D


http://herc.ws/board/files/file/290-custom-instance-mvp-ladder/

Don't know if anything I did was incorrect but everything seems fine and functional to the bitter end. If you want update the script using the __Time2Str function I included so people actually know how much time they have left, seeing 23 hours constantly was kind of annoying, as a player I wanna know when I can hop back into this awesome instance! Lol kudos  /bawi 

Nice job.

Edited by Aeromesi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/19/15
  • Last Seen:  

as I can duplicate this npc ?. to have both script loaded with different mobs and awards, I just reading this one in the emulator

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

I cant generate it.. Already add the line in instance_db.txt.. I got reservation failed and in my emulator shows
 

----------- nulpo info ------------

\src\map\instance.c:335: in func 'unknown'

 

Each time i tried generate it..


EDIT :

SOLVED! I forgot to load instance_db after add it.. xD Sorry.. My bad..

Edited by rakuzas
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Is it just me or we cannot get any rewards for completing round?

Just tested.. Rewards working when killed all MVPS and bonus rewards when kill below 45 minutes.. But I cannot get any rewards when finished killing MVP each round..

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 12/9/2016 at 10:15 AM, rakuzas said:

Is it just me or we cannot get any rewards for completing round?

Just tested.. Rewards working when killed all MVPS and bonus rewards when kill below 45 minutes.. But I cannot get any rewards when finished killing MVP each round..

me too

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

8 minutes ago, hendra814 said:

me too

Try this :

OnMyMobDead:
	++'round;

IDK what I fix before.. But I already implement this script at my live server.. And working perfectly..
 

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

OnMyMobDead:
	++'round;
	if ( 'round >= 2 && 'round != 'mvpamount && 'round_item_amount ) {
		for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
			if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
				attachrid $@partymemberaid[.@i];
				if ( strcharinfo(3) == instance_mapname("guild_vs2-2") )
					getitem 'round_item_id, 'round_item_amount;
			}
		}
	}

try this? copy from euphy mvp ladder.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   15
  • Joined:  01/26/12
  • Last Seen:  

can someone confirm  with me rewards are not given i tried to add the above sniped still no reward.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

On 5/2/2017 at 8:29 AM, sikiro said:

can someone confirm  with me rewards are not given i tried to add the above sniped still no reward.

I once used this script in my server.. Even some tweaking from mvp ladder from rathena default script, my player sometimes got the reward and sometimes get nothing.. I tried to fixed it by myself but no luck.. So finally, I just bought the script from emistry with $25 and it works perfectly.. ^_^

 

Link to comment
Share on other sites

  • 6 years later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

Hello, i have this error Could anyone help me pleaseimage.png.d1287738cb401f6bf3e034b5231f075b.png

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
Reply to this topic...

×   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...