Difference between revisions of "Droid Commands (Game Mechanics)"
From SWGANH Wiki
(→Droid Command Programming Mechanics) |
(→Droid Command Programming Mechanics) |
||
Line 63: | Line 63: | ||
− | <font size =4>'''Part 1. | + | <font size =4>'''Part 1. Programmable List'''</font> |
Line 129: | Line 129: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 190: | Line 194: | ||
'''Note: Pets can be issued commands from up to 90 meters away by using /tellpet to issue the command. Using spatial chat to issue commands to pet is limited to the spatial chat radius.''' | '''Note: Pets can be issued commands from up to 90 meters away by using /tellpet to issue the command. Using spatial chat to issue commands to pet is limited to the spatial chat radius.''' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <font size =4>'''Part 2. Command List'''</font> | ||
+ | |||
+ | |||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="anhsmalltable" | ||
+ | |- align="center" style="background-color:#ffffcc;" | ||
+ | |- align="center" | ||
+ | |'''Command Name''' | ||
+ | |'''Command''' | ||
+ | |---- | ||
+ | |Follow Me | ||
+ | |follow | ||
+ | |---- | ||
+ | |Follow Other | ||
+ | |chase | ||
+ | |---- | ||
+ | |Stay | ||
+ | |stay | ||
+ | |---- | ||
+ | |Befriend | ||
+ | |friend | ||
+ | |---- | ||
+ | |Get in Column Formation | ||
+ | |column formation | ||
+ | |---- | ||
+ | |Get in Wedge Formation | ||
+ | |wedge formation | ||
+ | |---- | ||
+ | |Patrol | ||
+ | |patrol | ||
+ | |---- | ||
+ | |Get Patrol Point | ||
+ | |get patrol point | ||
+ | |---- | ||
+ | |Clear Patrol Point | ||
+ | |clear patrol point | ||
+ | |---- | ||
+ | |Group | ||
+ | |group | ||
+ | |---- | ||
+ | |Store | ||
+ | |release | ||
+ | |---- | ||
+ | |Guard<font size =3>*</font> | ||
+ | |guard | ||
+ | |---- | ||
+ | |Attack<font size =3>*</font> | ||
+ | |attack | ||
+ | |||
+ | |---- | ||
+ | |Transfer<font size =3>***</font> | ||
+ | |transfer No longer programmable | ||
+ | |---- | ||
+ | |Repair Other Droid<font size =3> $</font> | ||
+ | |(Unknown) | ||
+ | |---- | ||
+ | |Recharge Other Droid <font size =3>% </font> | ||
+ | |(Unknown) | ||
+ | |---- | ||
+ | |Program Launch Trap | ||
+ | |(used from droid radial) | ||
+ | |---- | ||
+ | |} | ||
+ | |} | ||
==Source References== | ==Source References== |
Revision as of 17:42, 21 October 2008
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
Droid Command Programming MechanicsIn this section, I will go over the basic droid commands, how to program a droid, and how tos and what nots of different droid modules.
Part 1. Programmable List
|
Bold text |