Jump to content
  • 0

Client command automation


Poseidon

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

Hi guys

 

Not sure if this is the right  place to put this

 

But as the title says client commands ie /showname on is there away to automate it ie like this script i use for @commands

-	script	cmd_npc	-1,{
end;

OnPCLoginEvent:
if(getgmlevel() >= 10) { end; }

	atcommand "@autoloot";
end;
}
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

If im not mistaken, you can configure it in-game by turning the commands on/off by default, press ESC button then click the corresponding setup that you will configure..

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