Jump to content
  • 0

!market/@market command


Pink Guy

Question


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

Does anyone know how to do the !market/@market command from Talon RO? it's like a modified @main but your messages should start with Trade/T> Sell/S> or Buy/B>. Also, how to make multiple ones because I am planning to add another one specifically for recruiting guild members. And how to make them "on" all the time unless the player types "@market off" "@main off" and etc? I hope someone can help me.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  12/10/12
  • Last Seen:  

Here's for adding new chats other than @main

http://rathena.org/board/topic/53527-src-adding-a-new-chat/

and for making it "on" every time a player log in just make a script like this one,

- script commands -1,{
 OnPCLoginEvent:
   atcommand "@main on";
   atcommand "@showexp on";
   atcommand "@autoloot 100";
   close;
 end;
}

I'm not too sure how to change the codes to " ! " from being a " @ ".

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

It's alright I just put ! because that's how to put it. Thank you very much!

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