EOSERV Forum > Seose > Command wont work
Topic is locked.
Page: << 1 >>
Command wont work
Author Message
Post #25044 Command wont work

i wanted to make the spawn command to be +s <name> instead of +spawn <name>


i made the admin bit look like this:


    [admin]
    {
      ListInvisible = false /* Will invisible admins show on the Player list */

      /* Mimimum admim level required to perform the commands */
      [levels]
      {
        /* Light guides */
        hide    = 1          /* Toggle invisible state */
        info    = 1          /* View information about a player */
        find    = 1          /* Find a players location */
        title   = 1          /* Award a player a title */
        effect  = 1          /* Play an effect on a player, pointless but fun */
        id      = 1          /* Lookup item/map/spell/class/npc IDs */
        cure    = 1          /* Cure a a player of cursed items */
        seehide = 1          /* See hidden players in the playerlist */

        /* Guardians */
        mute     = 2          /* Mute a player */
        goto     = 2          /* Teleport to a location / player */
        warp     = 2          /* Teleport another player */
        jail     = 2          /* Jail a player */
        kick     = 2          /* Disconnect a player */
        stitle   = 2          /* Silently title a player */
        race     = 2          /* Change a players race */
        srace    = 2          /* Silently change a players race */
        announce = 2          /* Use the @ announce */

        /* Game Masters */
        smute   = 3         /* Silently mute a player */
        sjail   = 3         /* Silently jail a player */
        skick   = 3         /* Silently kick a player */
        s       = 3         /* Spawn an NPC (should be the same level as killnpc) */
        killnpc = 3         /* Kill an NPC  (should be the same level as spawn) */
        item    = 3         /* Spawn an item */
        gitem   = 3         /* Spawn an item on the ground */
        skill   = 3         /* Teach a player a skill (spell) */

        /* High Game Master */
        pban      = 4       /* Permaban a player */
        spban     = 4       /* Silently permaban a player */
        admin     = 4       /* Set the admin level of a player */
        sadmin    = 4       /* Silently set the admin level of a player */
        holiday   = 5       /* Set the current holiday */
        botparams = 4       /* Adjust bot paramaters */
        console   = 4       /* Execute console commands */



Why wont it work?

16 years, 32 weeks ago
Post #25046 Re: Command wont work

Because its coded to source not to Seose.xini.

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
16 years, 32 weeks ago
Post #25051 Re: Command wont work

Sephiroth is right, the command is already coded into the soruce as "spawn", so you cannot change it, and changing the name of it there has no effect on the command itself. That "admin" command list is only to tell the server which Levels of adminship can use what commands, nothing more.:]

16 years, 32 weeks ago
Post #25066 Re: Command wont work

oh ok

16 years, 32 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > Command wont work