Prevent teleport in instance with admin teleport.
This commit is contained in:
@@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler
|
|||||||
final int z = Integer.parseInt(st.nextToken());
|
final int z = Integer.parseInt(st.nextToken());
|
||||||
|
|
||||||
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||||
activeChar.teleToLocation(x, y, z);
|
activeChar.teleToLocation(x, y, z, null);
|
||||||
activeChar.sendMessage("You have been teleported to " + Coords);
|
activeChar.sendMessage("You have been teleported to " + Coords);
|
||||||
}
|
}
|
||||||
catch (NoSuchElementException nsee)
|
catch (NoSuchElementException nsee)
|
||||||
|
@@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler
|
|||||||
final int z = Integer.parseInt(st.nextToken());
|
final int z = Integer.parseInt(st.nextToken());
|
||||||
|
|
||||||
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||||
activeChar.teleToLocation(x, y, z);
|
activeChar.teleToLocation(x, y, z, null);
|
||||||
activeChar.sendMessage("You have been teleported to " + Coords);
|
activeChar.sendMessage("You have been teleported to " + Coords);
|
||||||
}
|
}
|
||||||
catch (NoSuchElementException nsee)
|
catch (NoSuchElementException nsee)
|
||||||
|
@@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler
|
|||||||
final int z = Integer.parseInt(st.nextToken());
|
final int z = Integer.parseInt(st.nextToken());
|
||||||
|
|
||||||
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||||
activeChar.teleToLocation(x, y, z);
|
activeChar.teleToLocation(x, y, z, null);
|
||||||
activeChar.sendMessage("You have been teleported to " + Coords);
|
activeChar.sendMessage("You have been teleported to " + Coords);
|
||||||
}
|
}
|
||||||
catch (NoSuchElementException nsee)
|
catch (NoSuchElementException nsee)
|
||||||
|
@@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler
|
|||||||
final int z = Integer.parseInt(st.nextToken());
|
final int z = Integer.parseInt(st.nextToken());
|
||||||
|
|
||||||
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||||
activeChar.teleToLocation(x, y, z);
|
activeChar.teleToLocation(x, y, z, null);
|
||||||
activeChar.sendMessage("You have been teleported to " + Coords);
|
activeChar.sendMessage("You have been teleported to " + Coords);
|
||||||
}
|
}
|
||||||
catch (NoSuchElementException nsee)
|
catch (NoSuchElementException nsee)
|
||||||
|
@@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler
|
|||||||
final int z = Integer.parseInt(st.nextToken());
|
final int z = Integer.parseInt(st.nextToken());
|
||||||
|
|
||||||
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
|
||||||
activeChar.teleToLocation(x, y, z);
|
activeChar.teleToLocation(x, y, z, null);
|
||||||
activeChar.sendMessage("You have been teleported to " + Coords);
|
activeChar.sendMessage("You have been teleported to " + Coords);
|
||||||
}
|
}
|
||||||
catch (NoSuchElementException nsee)
|
catch (NoSuchElementException nsee)
|
||||||
|
Reference in New Issue
Block a user