Jump to content
  • 0

@autotrade for merchant class


Talaysen

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

Is @autotrade a default mechanism for merchant class characters?

I wasn't sure if this was something that would automatically be available.

Or, do I just need to enable it for the default group in groups.conf?

Thanks!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

/conf/groups.conf

 groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 0
    inherit: ( /*empty list*/ )
    commands: {
        /* no commands by default */
    }
    permissions: {
        /* without this basic permissions regular players could not
        trade or party */
        can_trade: true
        can_party: true
    }
}

 

As you can see, you have to enable autotrade command for regular players, unless you set players to be GM level 1, which has autotrade command enabled by default. Simply add "autotrade: true" inside the commands as you can see un the Super Player group.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

I wasn't sure if that would enable it for all players regardless of class,

but I imagine if only merchants can get carts, then that wouldn't be the case.

I'll go ahead and add that with the other default user commands.

Thanks for the response! :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

Anyways, @autotrade works only if you have a shop open (checks for shop, not for cart). It would be pointless for any job that doesn't have the Vending skill anyway unless you edit the source for the command or allow the other jobs to use Vending.

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...