Jump to content

PVP, GVG - Nyani's GVG Barricade Controller + Misc controls


Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.05
  • Content Count:  45
  • Reputation:   25
  • Joined:  09/09/23
  • Last Seen:  

Hello everynyan!

This free script is to help facilitate GvG events with crude but simple commands to make conducting events easier for all our event GMs out there~

Usage

		dispbottom "@event usage: ";
		dispbottom "------------------";
		dispbottom "@event left (teleport left-side)";
		dispbottom "@event right ((teleport right-side)";
		dispbottom "@event recall (recall parties)";
		dispbottom "@event debuff (debuff all)";
		dispbottom "@event supply (give supply all)";
		dispbottom "@event start (start event)";
		dispbottom "@event stop (stop event)";
		dispbottom "@event partycount (count online members)";
		dispbottom "------------------";

Customizable Options

	//set your supplies if you wish
	setarray .supply_ids, 501,502,503;
	setarray .supply_amt, 1  ,2  ,3;
	
	//add maps that you want to allow the @event command to work on
	//make sure to update the OnPartyRecall event as well
	//make sure you add setwall and barricade spawns on those new maps as well
	setarray .map$, "guild_vs1", "2012rwc_06", "2012rwc_08";

 

 

GvGManager.txt

Edited by Nyaniverse
  • Upvote 1
  • Love 1
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...