-
Notifications
You must be signed in to change notification settings - Fork 20
Party_Time
Nifim edited this page Jun 8, 2021
·
5 revisions
- Automatically accept or decline invites.
- Send party requests which can be automatically accepted by Party Time users.
- Provide dialog for accepting and declining invites or requests and save auto accept/decline
- /pt (i)nvite [names] - Invite a player or players to join your party.
/pt invite Alice Bob
/pt i Charles
- /pt (r)equest [name] - Send an invite request to a player.
/pt request Bob
/pt r Charles
- /pt (k)ick [names] - Remove player(s) from your party.
/pt kick Alice Bob
/pt k Charles
- /pt leave - leave the party.
/pt leave
- /pt leader [name] - Assign a new party or alliance leader. If no name is given the leader select dialog will pop up.
/pt leader Bob
- /pt looter [name] - Assign player the quartermaster role.
/pt looter Bob
- /pt breakup party|alliance - Disband your party or Dissolve your alliance.
/pt breakup party
- /pt whitelist (a)dd|(r)emove [names] - Add or remove player from your auto accept whitelist.
/pt whitelist add Bob
/pt whitelist r Alice
- /pt blacklist (a)dd|(r)emove [names] - Add or remove player from your auto decline blacklist.
/pt blacklist remove Bob
/pt blacklist a Charles Alice
- /pt auto_accept_enable true|false - Turn on or off the auto accept invite and request function. default: on
/pt auto_accept_enable true
- /pt auto_decline_enable true|false - Turn on or off the auto decline invite and request function. default: off
/pt auto_decline_enable false
- /pt default (a)sk|(w)hitelist|(b)lacklist - Set the default action for unhandled invites. default: ask
/pt default ask
-
Leader Dialog
- Used to select new party or alliance leader, when no name is passed for
/leader
command - Has a button with the name of each valid option for new party and alliance leader.
- Used to select new party or alliance leader, when no name is passed for
-
Invite Dialog
- Used after receiving an invite from a user who is not on the
whitelist
orblacklist
while the default setting isask
- Has a
Remember <player name>
checkbox, checking this will add the user to thewhitelist
if the invite is accepted or theblacklist
if it is declined.
- Used after receiving an invite from a user who is not on the
-
Request Dialog
- Used after receiving a request to join your party from a user who is not on the
whitelist
orblacklist
while the default setting isask
- Has a
Remember <player name>
checkbox, checking this will add the user to thewhitelist
if the player is invited or theblacklist
if player is ignored.
- Used after receiving a request to join your party from a user who is not on the
- Background and Architecture
- Windower Data Locations
- Code Standards and Guidelines
- Addon Development
- Windower Commands
- Packet Tutorial
- burdometer
- config
- delay_me_not
- distance
- dress_up
- enternity
- fps
- ime
- logger
- party_time
- paste
- pouches
- send
- shortcuts
- speedometer
- target_info
- terminate
- timestamp
- window_title
- Game
- Windower
- General