Jump to content

PVP, WoE, GVG: PvP Wager Match (@wager)


Recommended Posts


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  429
  • Reputation:   163
  • Joined:  12/12/17
  • Last Seen:  

PvP Wager Match (@wager)


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. 

 


 

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