gm.conf 1.4 KB

1234567891011121314151617181920212223242526272829
  1. //--------------------------------------------------------------
  2. // rAthena Battle Configuration File
  3. // Originally Translated by Peter Kieser <pfak@telus.net>
  4. // Made in to plainer English by Ancyker
  5. //--------------------------------------------------------------
  6. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  7. // Note 2: Value is in percents (100 means 100%)
  8. //--------------------------------------------------------------
  9. // The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
  10. atcommand_spawn_quantity_limit: 100
  11. // Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
  12. atcommand_slave_clone_limit: 25
  13. // If 'no', commands require exact player name. If 'yes', entering a partial
  14. // name will work, as long as there's only one match from all players in the
  15. // current map server.
  16. partial_name_scan: yes
  17. // Ban people that try trade dupe.
  18. // Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
  19. ban_hack_trade: 5
  20. // requires RENEWAL_EXP or RENEWAL_DROP to be enabled (src/config/renewal.h)
  21. // modifies @mobinfo to display the users' real drop rate as per renewal_drop formula
  22. // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level)
  23. // modifies @whodrops to display the users' real drop rate as per renewal_drop formula
  24. atcommand_mobinfo_type: 1