Jump to content
  • 0

about @main , @trade , @ask in chat


mightyryan

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  10/03/12
  • Last Seen:  

Hi I am searching for @main and @trade in rathena, found one but i think it was for eathena, I would like to request for :

@main (no need to activate @main on) with different color(light blue if possible),

@trade(no need to activate / color is orange if possible)

@ask ( blue green color if possbile)

I would be grateful if someone will make this, I dont really have idea about src modification

thank you

bump

bump

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/20/11
  • Last Seen:  

Well, I don't know how to change the colors, but there's a script to activate @main and @trade when a player logs in. Here it is. I know this isn't a source edit, but it still does the job. :)

- script cmd_npc -1,{
end;
OnPCLoginEvent:
if(getgmlevel() >= 10) { end; }
atcommand "@main on";
//Add more commands here..
end;
}

When you mean @trade, do you mean market chat?

Edited by UltraSlayer
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...