Jump to content

PvP Wager Match (@wager) 1.1.0


2 Screenshots

About This File

Quote
//===== rAthena Script =======================================
//= PvP Wager Match
//=====  by: =============================
//= pajodex
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena Project (pajodex)
//===== Description: =========================================
/*
PvP Wager Match
 
 Instead of boring @duel, I offer you a match where players
 will need to bet zeny and item. Use @wager command to use
 the NPC.
 
 All are easily configured on the settings below.
 
 Enjoy!
*/
//=====******** Note ********=================================
//= if you find bugs or problem, please do tell DM me at
//= Discord (pajodex#1328) or rAthena (pajodex)
//= open for suggestions
//===== Additional Comments: =================================
/*  1.0 - Initial release
*/
//=============================================================

You can find these settings here:

OnInit:
	// Start of config
	.item_bet = 501;						// Item used for bet
	.map$ = "force_5-1";					// Map name
	setarray .challenger_coord, 75, 100; 	// Challenger Map coord <X>, <Y>
	setarray .challengee_coord, 125, 100; 	// Challengee Map coord <X>, <Y>
	.min_bet = 1000;						// Minimum Zeny Bet
	.min_bet_item = 5;						// Minimum Item Bet
	// End of config

 

Incase of updates or fixes, please immediately visit my Github: https://github.com/pajodex/ScriptCollections

Feel free to use and modify as you need as long as you follow my Terms of Service. Thank you!

By downloading this file, you agree with my Terms of Service:

• You are not allowed remove my signature from any of the included files.
• You are not allowed sell, resell or in any form for money or rewards using my work.
• You are not allowed claim my work as yours.

• I have the rights to change all the terms above without prior notice. 

 


What's New in Version 1.1.0   See changelog

Released

1.1 - added mapflag on default map (force_5-1)

  • Upvote 1

×
×
  • Create New...