Jump to content
  • 0

set up @autotrade


lanblakebea

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  02/16/16
  • Last Seen:  

Hi I'm looking for someone who can edit @autotrade. I just wanted to let other players use it even they are not on vend or a merchant class.
It's like @afk @logout but not complicated. Can someone please provide me what to edit in my trunk. My SVN Version is R 17709. Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   16
  • Joined:  09/26/16
  • Last Seen:  

not sure about that version, but if you want, you remove this lines/comment out to enable @autotrade without the vend requirement.

src/atcommand.c

if( !sd->state.vending && !sd->state.buyingstore ) { //check if player is vending or buying
		clif_displaymessage(fd, msg_txt(sd,549)); // "You should have a shop open to use @autotrade."
		return -1;
	}

add // each line or just delete them O_O

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  02/16/16
  • Last Seen:  

Great!! Have you tried this?

 

Edited by lanblakebea
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

*bump anyone can fix this to latest ?

I'm having an error bro.

17 hours ago, BeWan said:

you can use @afk bro. mine is working 

Where can i find @afk can you give me the patch file or script? Thanks

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

3 minutes ago, Ryo Osaki said:

*bump anyone can fix this to latest ?

you can use @afk bro. mine is working 

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...