Add descriptions to all gm 4 commands
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
/**
|
||||
@@ -30,7 +30,7 @@ import tools.MaplePacketCreator;
|
||||
*/
|
||||
public class BossDropRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world boss drop rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,15 +23,15 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MapleLifeFactory;
|
||||
import server.life.MapleMonster;
|
||||
|
||||
public class CakeCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Cake boss with specified HP.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class DropRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world drop rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class ExpRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world exp rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class FishingRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set fishing rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import client.inventory.MaplePet;
|
||||
import client.inventory.manipulator.MapleInventoryManipulator;
|
||||
import server.maps.MapleMapItem;
|
||||
@@ -38,7 +38,7 @@ import java.util.List;
|
||||
|
||||
public class ForceVacCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Loot all drops on the map.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.maps.MapleMap;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public class HorntailCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Horntail on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.maps.MapleMapObject;
|
||||
import server.maps.MapleMapObjectType;
|
||||
|
||||
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
|
||||
public class ItemVacCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Loot all drops on the map.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class MesoRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world meso rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MapleLifeFactory;
|
||||
|
||||
public class PapCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Papulatus on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MapleLifeFactory;
|
||||
|
||||
public class PianusCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Pianus (R) on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MapleLifeFactory;
|
||||
|
||||
public class PinkbeanCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Pink Bean on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MaplePlayerNPC;
|
||||
|
||||
public class PlayerNpcCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn a player NPC of an online player.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MaplePlayerNPC;
|
||||
|
||||
public class PlayerNpcRemoveCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Remove a \"lv 200\" player NPC.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -39,7 +39,7 @@ import java.sql.SQLException;
|
||||
|
||||
public class PmobCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn a permanent mob on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -41,7 +41,7 @@ import java.util.List;
|
||||
|
||||
public class PmobRemoveCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Remove all permanent mobs of the same type on the map.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -40,7 +40,7 @@ import java.sql.SQLException;
|
||||
|
||||
public class PnpcCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn a permanent NPC on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -41,7 +41,7 @@ import java.util.List;
|
||||
|
||||
public class PnpcRemoveCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Remove a permanent NPC on the map.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import client.inventory.Equip;
|
||||
import client.inventory.Item;
|
||||
import client.inventory.MapleInventoryType;
|
||||
@@ -35,7 +35,7 @@ import server.MapleItemInformationProvider;
|
||||
|
||||
public class ProItemCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn an item with custom stats.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class QuestRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world quest rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
|
||||
public class ServerMessageCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set scrolling server message.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import client.inventory.Equip;
|
||||
import client.inventory.MapleInventory;
|
||||
import client.inventory.MapleInventoryType;
|
||||
@@ -33,7 +33,7 @@ import constants.inventory.ItemConstants;
|
||||
|
||||
public class SetEqStatCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set stats of all equips in inventory.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class TravelRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world travel rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import server.life.MapleLifeFactory;
|
||||
|
||||
public class ZakumCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Spawn Zakum on your location.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user