Dungeon Maker Leave Dungeon from OgreMCP or Alias

MrObvious

Senior Member
Someone was asking about how to leave a DM dungeon with a group using Ogrebot. Someone suggested using an alias:

alias ral relay all eq2execute \"/apply_verb \${Actor[Exit].ID} Leave Dungeon\"

I can't get an alias to work or figure out how to put in on an OgreMCP button. Any help out there?

Thanks,

Mr. O.
 

Kannkor

Ogre
Someone was asking about how to leave a DM dungeon with a group using Ogrebot. Someone suggested using an alias:

alias ral relay all eq2execute \"/apply_verb \${Actor[Exit].ID} Leave Dungeon\"

I can't get an alias to work or figure out how to put in on an OgreMCP button. Any help out there?

Thanks,

Mr. O.
PRIMALZ I HATE YOU. That has your name written all over it.

MCP
Select command: apply_verb
Parameter1: Dungeon Exit
Parameter2: Leave Dungeon

Note: apply_verb is relay'ed, so it will hit all of your sessions.
 
Top Bottom