Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Command command in eo


DepTa
 Share

Recommended Posts

What commands are there in the Eclipse origins?

like as

/motd
/p
/setaccess
/kick
/ban
/warpto
/setsprite
/editmap
/edititem
/editnpc
/editshop
/editresource
/loc
/editspell
/editanimation
/mapreport
/respawn

there may be more?
Link to comment
Share on other sites

Client>modInput>Find /help
and you can get all of the commands
/mute can be added with the code

```
case "/mute"

If UBound(Command) < 1 Then
                        AddText "Usage: /info (name)", AlertColor
                        GoTo Continue
                    End If

If IsNumeric(Command(1)) Then
                        AddText "Usage: /info (name)", AlertColor
                        GoTo Continue
                    End If

if player(myindex).access < admin_developer then goto continue

sendplayermute

```SendPlayerMute will not work because a paceket will have to be made. ModClientTCP
Link to comment
Share on other sites

@Robin:

> Q: What are the slash commands?
> A: /help, /info, /who, /fps, /fpslock, /stats, /party, /join, /leave, /admin, /kick, /loc, /warpmeto, /warptome, /warpto, /setsprite, /mapreport, /respawn, /motd, /banlist, /ban, /edititem, /editanimation, /editnpc, /editresource, /editshop, /editspell, /editmap, /setaccess, /destroybanlist, /debug

For mute http://www.touchofdeathforums.com/smf2/index.php/topic,75749.0.html or
http://www.touchofdeathforums.com/smf2/index.php/topic,78425.0.html
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...