Jump to content

Recommended Posts

Posted

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
Posted (edited)

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
  • 2 months later...
Posted (edited)

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
Posted

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

  • 3 weeks later...
Posted
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

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

  • 2 months later...
Posted
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.

  • 1 month later...
Posted
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.. ^_^

 

  • 6 years later...

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.

  • Recently Browsing   0 members

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