chatcommands.txt 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <- @@index|<<Back to Index>>@@
  2. ##3 <<Chat commands>>
  3. ##9<<Whispers>>
  4. ##2
  5. <</closeall - close all whispers.>>
  6. <</ignoreall - add all whispers to ignore list.>>
  7. <</msg NICK text, /whisper NICK text, /w NICK text - send whisper message to nick.>>
  8. <</query NICK, /q NICK - open new whisper tab for nick.>>
  9. ##9<<Actions>>
  10. ##2
  11. <</help - show small help about chat commands. >>
  12. <</target NICK - select nick as target. Can be monster or player nick.>>
  13. <</targetmercenary - target closest mercenary.>>
  14. <</targetpet - target pet.>>
  15. <</outfit N - wear outfit number N.>>
  16. <</outfit next - wear next outfit.>>
  17. <</outfit prev - wear previous outfit.>>
  18. <</talkpet TEXT - talk from your pet.>>
  19. <</emote N - use emotion number N.>>
  20. <</emotepet N - use emotion number N from your pet.>>
  21. <</away, /away MSG - set away mode.>>
  22. <</pseudoaway, /pseudoaway MSG - set/unset pseudo away mode.>>
  23. <</follow NICK - start follow mode.>>
  24. <</imitation NICK - start imitation mode.>>
  25. <</heal NICK - heal nick.>>
  26. <</move X Y - move to X,Y position in short distance.>>
  27. <</movetotarget - move to target position.>>
  28. <</movetohome - move to home position.>>
  29. <</sethome - set home position.>>
  30. <</navigate x y - move to position x,y in current map in any distance.>>
  31. <</mail NICK MSG - send offline message to NICK. Working only in tmw server.>>
  32. <</disconnect - quick disconnect from server.>>
  33. <</attack - attack target.>>
  34. <</atkhuman - select and attack nearest player.>>
  35. <</magicattack - attack target with magic.>>
  36. <</undress NICK - remove all clothes from nick. Local effect only.>>
  37. <</addattack NAME - add monster to attack list.>>
  38. <</addpriorityattack NAME - add monster to priority attack list.>>
  39. <</removeattack NAME - remove monster from attack list.>>
  40. <</addignoreattack NAME - add monster to ignore attack list.>>
  41. <</setdrop N - set drop counter to requested value.>>
  42. <</drop - drop N items from 0 slot.>>
  43. <</dropn - drop N items from any slot.>>
  44. <</info - show guild info. Only for native guilds only.>>
  45. <</wait NAME - wait for nick or moster with name.>>
  46. <</gm MESSAGE - send message to all online gms.>>
  47. <</catchpet - try to catch pet.>>
  48. ##9<<Trade>>
  49. ##2
  50. <</trade NICK - start trade with nick.>>
  51. <</priceload - load shop price from disc.>>
  52. <</pricesave - save shop price to disc.>>
  53. ##9<<Player relations>>
  54. ##2
  55. <</ignore NICK - add nick to ignore list.>>
  56. <</unignore NICK - Remove nick from ignore list.>>
  57. <</friend NICK, /befriend NICK - add nick to friends list.>>
  58. <</disregard NICK - add nick to disregarded list.>>
  59. <</neutral NICK - add nick to neutral relation list.>>
  60. <</blacklist NICK - add nick to blacklist relation list.>>
  61. <</erase NICK - add nick to erased list.>>
  62. <</enemy NICK - add nick to enemies list.>>
  63. <</createparty NAME - create party with selected name.>>
  64. <</me text - send text to chat as /me command in irc.>>
  65. <</serverignoreall - ignore all whispers on server side.>>
  66. <</serverunignoreall - unignore all whispers on server side.>>
  67. ##9<<Debug>>
  68. ##2
  69. <</who - print online players number to chat.>>
  70. <</present - print visible players number to chat.>>
  71. <</all - show visible beings list in debug tab.>>
  72. <</where - print current player position to chat.>>
  73. <</cacheinfo - show text cache info.>>
  74. <</uptime - show client uptime.>>
  75. <</dumpe - dump environment variables into chat.>>
  76. <</dumpg - dump graphics and some other settings to chat.>>
  77. <</dumpgl - dump OpenGL version into chat.>>
  78. <</dumpt - dump tests info into chat.>>
  79. <</dumpogl - dump all OpenGL variables into log file.>>
  80. <</dumpmods - dump all enabled mod names into chat.>>
  81. <</dirs - show client dirs in debug chat tab.>>
  82. <</uploadconfig - upload main config into pastebin service.>>
  83. <</uploadserverconfig - upload server config into pastebin service.>>
  84. <</uploadlog - upload log into pastebin service.>>
  85. ##9<<GM>>
  86. ##2
  87. <</announce MESSAGE - show global message.>>
  88. <</createitems - open dialog for creating items.>>
  89. ##9<<Tabs>>
  90. ##2
  91. <</clear - clear current chat tab.>>
  92. <</enablehighlight - enable highlight in current tab.>>
  93. <</disablehighlight - disable highlight in current tab.>>
  94. <</enableaway - enable away messages in current tab.>>
  95. <</disableaway - disable away messages in current tab.>>
  96. ##9<<Content devs>>
  97. ##2
  98. <</cleangraphics - remove all cached graphics. Useful for content developers.>>
  99. <</testparticle FILENAME - set test particle on player.>>
  100. ##9<<Mercenaries or homunculuses>>
  101. <</mercenaryfire - fire mercenary.>>
  102. <</firehomunculus - fire homunculus.>>
  103. <</sethomunname NAME - set homunculus name.>>
  104. ##9<<Pets>>
  105. <</setpetname NAME - set new pet name.>>
  106. <</petaistart - enable pet ai.>>
  107. <</petaistop - disable pet ai.>>
  108. <</petmoveup - move pet one tile up.>>
  109. <</petmovedown - move pet one tile down.>>
  110. <</petmoveleft - move pet one tile left.>>
  111. <</petmoveright - move pet one tile right.>>
  112. <</petdirectup - rotate pet up.>>
  113. <</petdirectdown - rotate pet down.>>
  114. <</petdirectleft - rotate pet left.>>
  115. <</petdirectright - rorate pet right.>>
  116. ##9<<Other>>
  117. ##2
  118. <</cleanfonts - remove all cached render strings.>>
  119. <</url URL - insert url into chat.>>
  120. <</open URL - open url in browser.>>
  121. ##9<<Whispers commands>>
  122. ##2
  123. <<Most commands working in whispers.
  124. For example command /imitation in whisper with nick1,
  125. similar to command /imitation nick1.>>