Difference between revisions of "party"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';party :Display a list of your party members, with their online status, location and health. Category:Console Command')
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
;party
 
;party
 
:Display a list of your party members, with their online status, location and health.  
 
:Display a list of your party members, with their online status, location and health.  
 +
 +
 +
----
 +
 +
 +
;party create (<party name>)
 +
 +
:<party name>
 +
::- the name (string).
 +
 +
:Organize a party.
 +
 +
 +
----
 +
 +
 +
;party share (<share flag>)
 +
 +
:<share flag>
 +
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to set EXP sharing to even, or 0 for individual take.
 +
 +
:Set party EXP sharing.
 +
 +
Note: This command will override AI (to back to normal you will need to use shareauto)
 +
 +
----
 +
 +
 +
;party shareitem (<share flag>)
 +
 +
:<share flag>
 +
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to set ITEM sharing to even, or 0 for individual take.
 +
 +
:Set party ITEM sharing.
 +
 +
 +
----
 +
 +
 +
;party sharediv (<share flag>)
 +
 +
:<share flag>
 +
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to set ITEM PICKUP sharing to even, or 0 for individual take.
 +
 +
:Set party ITEM PICKUP sharing.
 +
 +
 +
----
 +
 +
 +
;party shareauto
 +
 +
:Set party EXP sharing auto by AI.
 +
 +
 +
----
 +
 +
 +
;party request (<player #>|<player's name>)
 +
 +
:<player #>
 +
::- a corresponding number from the player list when you use the pl command.
 +
 +
:<player's name>
 +
::- the name of the player that if going to be invinted for party
 +
 +
:Request player to join your party.
 +
 +
 +
----
 +
 +
 +
;party join (<accept flag>)
 +
 +
:<accept flag>
 +
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to accept, or 0 to deny.
 +
 +
:Accept or deny a party join request.
 +
 +
:'''''Note.''''' See [[partyAuto]] in [[:Category:config.txt|config.txt]] to automatically accept or deny an incoming party join request.
 +
 +
 +
----
 +
 +
 +
;party kick (<party member #>)
 +
 +
:<party member #>
 +
::- a corresponding number from the party members list when you use the party command.
 +
 +
:Expel a party member from your party.
 +
 +
 +
----
 +
 +
 +
;party leave
 +
:Leave your current party.
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 21:01, 6 July 2019

party
Display a list of your party members, with their online status, location and health.




party create (<party name>)
<party name>
- the name (string).
Organize a party.




party share (<share flag>)
<share flag>
- a boolean value. Specify either 1 to set EXP sharing to even, or 0 for individual take.
Set party EXP sharing.

Note: This command will override AI (to back to normal you will need to use shareauto)



party shareitem (<share flag>)
<share flag>
- a boolean value. Specify either 1 to set ITEM sharing to even, or 0 for individual take.
Set party ITEM sharing.




party sharediv (<share flag>)
<share flag>
- a boolean value. Specify either 1 to set ITEM PICKUP sharing to even, or 0 for individual take.
Set party ITEM PICKUP sharing.




party shareauto
Set party EXP sharing auto by AI.




party request (<player #>|<player's name>)
<player #>
- a corresponding number from the player list when you use the pl command.
<player's name>
- the name of the player that if going to be invinted for party
Request player to join your party.




party join (<accept flag>)
<accept flag>
- a boolean value. Specify either 1 to accept, or 0 to deny.
Accept or deny a party join request.
Note. See partyAuto in config.txt to automatically accept or deny an incoming party join request.




party kick (<party member #>)
<party member #>
- a corresponding number from the party members list when you use the party command.
Expel a party member from your party.




party leave
Leave your current party.