Crew: Difference between revisions
(Created page with "Crews (groupings of up to 6 toons) are controlled by crewnames in Entropy. You can make as many crewnames with different toons and assigned roles as you like. All crew data...") |
(→form) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
= Controls = | = Controls = | ||
|- | {| class="wikitable" style="text-align: left;" | ||
|- | |||
|- | |||
|add | |||
|submenu | |||
|- | |||
|buildas | |||
|creates a group | |||
|- | |||
|delete | |||
|submenu | |||
|- | |||
|form | |||
|puts group together and assigns roles | |||
|} | |||
<br /> | <br /> | ||
<code>/crew . add:-> . buildas . delete:-> . form</code> | |||
== add == | == add == | ||
|- | {| class="wikitable" style="text-align: left;" | ||
| | |- | ||
|- | |||
|active | |||
|on/off use class agro skills | |||
|- | |||
|character | |||
|creates a character for use in crews | |||
|- | |||
|crewname | |||
|creates a crewname (group name) | |||
|- | |||
|member | |||
|submenu | |||
|- | |||
|role | |||
|adds a character to a role for a crewname | |||
|} | |||
<br /> | <br /> | ||
<code>/crew add . character . crewname . member . role</code> | |||
=== character === | === character === | ||
---- | |||
- Any character running entropy will be automatically added to the list of existing characters. | <code>/crew add character NAME [SERVER]</code> will add that character and server (if not specified will use current server) for use in creating groups to form.<br/> | ||
- Any character running entropy will be automatically added to the list of existing characters. | |||
=== crewname === | === crewname === | ||
---- | |||
<code>/crew add CREWNAME</code> will create an empty crewname. | |||
=== member === | === member === | ||
---- | |||
<code>/crew add member CHARACTER CREWNAME</code> will add an existing character to an existing crewname. | |||
=== role === | === role === | ||
---- | |||
<code>/crew add CHARACTER ROLE CREWNAME</code> will add a group role for that character to a specific crewname.<br/> | |||
- not all roles are used by Entropy, only here for the sake of completion and expansion. | - not all roles are used by Entropy, only here for the sake of completion and expansion. | ||
<pre> | <pre> | ||
Valid roles:: | Valid roles:: | ||
::Leader | ::Leader | ||
::MainTank | ::MainTank | ||
::MainAssist | ::MainAssist | ||
::MasterLooter | ::MasterLooter | ||
::Puller | ::Puller | ||
::MarkNpc | ::MarkNpc | ||
................ | ................ | ||
</pre> | </pre> | ||
== buildas == | == buildas == | ||
<code>/crew buildas CREWNAME</code> will build a crewname with the design of your current group, matching all roles.<br/> | |||
- buildas will only make new, it will not overwrite existing | - buildas will only make new, it will not overwrite existing | ||
<pre> | |||
Notice::/crew buildas - will only build a NEW group from your current group design. | |||
/crew buildas::main2 (Success) | |||
/crew buildas::RANGER main2 (Success) | |||
/crew buildas::BEASTLORD main2 (Success) | |||
/crew buildas::BEASTLORD main2 Leader (Success) | |||
/crew buildas::PALADIN main2 (Success) | |||
/crew buildas::PALADIN main2 MainTank (Success) | |||
/crew buildas::PALADIN main2 MainAssist (Success) | |||
/crew buildas::ENCHANTER main2 (Success) | |||
/crew buildas::ROGUE main2 (Success) | |||
/crew buildas::ROGUE main2 MasterLooter (Success) | |||
/crew buildas::CLERIC main2 (Success) | |||
................ | |||
</pre> | |||
Names removed to protect the not-so-innocent. | Names removed to protect the not-so-innocent. | ||
== delete == | == delete == | ||
| | {| class="wikitable" style="text-align: left;" | ||
|- | |- | ||
|- | |||
|crewname | |||
|deletes a crewname | |||
|- | |||
|role | |||
|deletes a role | |||
|} | |||
<br /> | <br /> | ||
<code>/crew delete . crewname . role</code> | |||
=== crewname === | === crewname === | ||
---- | |||
<code>/crew delete crewname NAME</code> will delete a crewname and all assigned roles. There is no do-over button. | |||
=== role === | === role === | ||
---- | |||
<code>/crew delete role CHARACTER ROLE CREWNAME</code> will delete a characters role from that specific crewname. | |||
== form == | == form == | ||
<code>/crew form NAME</code> will build assemble a group and assign the roles set for that crewname. | |||
<pre> | <pre> | ||
Line 107: | Line 137: | ||
== list == | == list == | ||
<code>/crew list</code> with no crewname option will list all the crewnames you have built. | |||
<pre> | |||
> /crew list | > /crew list | ||
Crewname List::all | |||
main (6/6) | |||
orckillers (6/6) | |||
................ | |||
</pre> | |||
<br /> | <br /> | ||
<code>/crew list NAME</code> list with a crewname will show you all the members and their assigned roles. | |||
<pre> | |||
> /crew list main | > /crew list main | ||
Crewname List::main (6/6) | |||
Members:: | |||
::RANGER | |||
::ROGUE | |||
::ENCHANTER | |||
::PALADIN | |||
::BEASTLORD | |||
::CLERIC | |||
Roles:: | |||
::MasterLooter::ROGUE | |||
::MainAssist::PALADIN | |||
::Leader::CLERIC | |||
................ | |||
</pre> | |||
Latest revision as of 04:04, 8 May 2021
Crews (groupings of up to 6 toons) are controlled by crewnames in Entropy. You can make as many crewnames with different toons and assigned roles as you like.
All crew data is shared.
- All names replaced with classes to protect the not-so-innocent.
Controls
add | submenu |
buildas | creates a group |
delete | submenu |
form | puts group together and assigns roles |
/crew . add:-> . buildas . delete:-> . form
add
active | on/off use class agro skills |
character | creates a character for use in crews |
crewname | creates a crewname (group name) |
member | submenu |
role | adds a character to a role for a crewname |
/crew add . character . crewname . member . role
character
/crew add character NAME [SERVER]
will add that character and server (if not specified will use current server) for use in creating groups to form.
- Any character running entropy will be automatically added to the list of existing characters.
crewname
/crew add CREWNAME
will create an empty crewname.
member
/crew add member CHARACTER CREWNAME
will add an existing character to an existing crewname.
role
/crew add CHARACTER ROLE CREWNAME
will add a group role for that character to a specific crewname.
- not all roles are used by Entropy, only here for the sake of completion and expansion.
Valid roles:: ::Leader ::MainTank ::MainAssist ::MasterLooter ::Puller ::MarkNpc ................
buildas
/crew buildas CREWNAME
will build a crewname with the design of your current group, matching all roles.
- buildas will only make new, it will not overwrite existing
Notice::/crew buildas - will only build a NEW group from your current group design. /crew buildas::main2 (Success) /crew buildas::RANGER main2 (Success) /crew buildas::BEASTLORD main2 (Success) /crew buildas::BEASTLORD main2 Leader (Success) /crew buildas::PALADIN main2 (Success) /crew buildas::PALADIN main2 MainTank (Success) /crew buildas::PALADIN main2 MainAssist (Success) /crew buildas::ENCHANTER main2 (Success) /crew buildas::ROGUE main2 (Success) /crew buildas::ROGUE main2 MasterLooter (Success) /crew buildas::CLERIC main2 (Success) ................
Names removed to protect the not-so-innocent.
delete
crewname | deletes a crewname |
role | deletes a role |
/crew delete . crewname . role
crewname
/crew delete crewname NAME
will delete a crewname and all assigned roles. There is no do-over button.
role
/crew delete role CHARACTER ROLE CREWNAME
will delete a characters role from that specific crewname.
form
/crew form NAME
will build assemble a group and assign the roles set for that crewname.
> /crew form main /crew form::main (6/6) ::ROGUE (2883) ::ENCHANTER (2877) ::PALADIN (2864) ::BEASTLORD (2886) ::CLERIC (2896) ::MasterLooter::ROGUE ::MainAssist::PALADIN ::Leader::CLERIC ................
list
/crew list
with no crewname option will list all the crewnames you have built.
> /crew list Crewname List::all main (6/6) orckillers (6/6) ................
/crew list NAME
list with a crewname will show you all the members and their assigned roles.
> /crew list main Crewname List::main (6/6) Members:: ::RANGER ::ROGUE ::ENCHANTER ::PALADIN ::BEASTLORD ::CLERIC Roles:: ::MasterLooter::ROGUE ::MainAssist::PALADIN ::Leader::CLERIC ................