Guest User

Untitled

a guest
Oct 10th, 2018
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.34 KB | None | 0 0
  1. # Open Aion Game Server Configuration#
  2. # To load server on this config file, please use command :
  3. # java -Xms128m -Xmx1536m -ea -Xbootclasspath/p:./libs/jsr166.jar -cp ./libs/*:game.jar org.openaion.gameserver.GameServer /path/to/configuration/file.config > log/console.log &
  4.  
  5.  
  6. # ===================================
  7. # DATABASE
  8. # ===================================
  9.  
  10. # JDBC driver to use
  11. database.driver = com.mysql.jdbc.Driver
  12.  
  13. # JDBC database URL
  14. database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
  15.  
  16. # Database user
  17. database.user = root
  18.  
  19. # Database password
  20. database.password = root
  21.  
  22. # JDBC Connection Pool minimum size (concurrent connections)
  23. database.connections.min = 5
  24.  
  25. # JDBC Connection Pool maximum size
  26. database.connections.max = 10
  27.  
  28. # DAO Scripts context file
  29. database.scriptcontext.descriptor = ./data/scripts/system/database.xml
  30.  
  31. # ===================================
  32. # NETWORK
  33. # ===================================
  34.  
  35. # GameServer ID
  36. gameserver.network.login.gsid = 1
  37.  
  38. # GameServer bind IP address (* for all available IP)
  39. gameserver.network.client.host = *
  40.  
  41. # GameServer bind TCP port
  42. gameserver.network.client.port = 7777
  43.  
  44. # RDC (Remote Data Call) bind IP address
  45. gameserver.network.rdc.client.host = *
  46.  
  47. # RDC bind TCP port
  48. gameserver.network.rdc.client.port = 732
  49.  
  50. # GeoServer address
  51. gameserver.network.geoserver.address = localhost:5550
  52.  
  53. # GeoServer password
  54. gameserver.network.geoserver.password = password
  55.  
  56. # Online players limit
  57. gameserver.network.client.maxplayers = 100
  58.  
  59. # Required access level to enter gameserver
  60. # If set to bigger than 0 only GM's are able to connect
  61. # and normal players can't see server on serverlist
  62. # Default = 0
  63. gameserver.network.client.requiredlevel = 0
  64.  
  65. # LoginServer location
  66. gameserver.network.login.address = localhost:9014
  67.  
  68. # LoginServer password for this GameServer
  69. gameserver.network.login.password = password
  70.  
  71. # ChatServer location
  72. gameserver.network.chat.address = localhost:9021
  73.  
  74. # ChatServer password for this ChatServer
  75. gameserver.network.chat.password = password
  76.  
  77. # Enable debug information from network layer
  78. gameserver.network.nio.debug = false
  79.  
  80. # Additional threads that are used to read network data
  81. gameserver.network.nio.threads.read = 1
  82.  
  83. # Number of retries to do when reading a packet
  84. gameserver.network.nio.threads.read.retries = 8
  85.  
  86. # Additional threads that are used to write network data
  87. gameserver.network.nio.threads.write = 1
  88.  
  89. # Number of retries to do when writing a packet
  90. gameserver.network.nio.threads.write.retries = 8
  91.  
  92. # Enable additional threads (workers) to handle data processing
  93. gameserver.network.nio.threads.workers.enable = false
  94.  
  95. # Number of workers
  96. gameserver.network.nio.threads.workers = 1
  97.  
  98. # Number of buffers by worker
  99. gameserver.network.nio.threads.workers.buffers = 16
  100.  
  101. # Display/hide unknown packets received by server
  102. gameserver.network.display.unknownpackets = false
  103.  
  104. # ===================================
  105. # FLOOD PROTECTOR
  106. # ===================================
  107.  
  108. # Max connection between choosen interval
  109. gameserver.floodcontrol.maxconnection = 10
  110.  
  111. # Interval in minutes for max connection
  112. # Ex: If max connexion= 10 and interval is 5, then the user will be able to connect only 10 times in 5 minutes.
  113. gameserver.floodcontrol.interval = 5
  114.  
  115. # IPs not restricted
  116. # Use "," if there is more than one ip (ex : 127.0.0.1, 127.0.0.2)
  117. gameserver.floodcontrol.exceptions = 127.0.0.1
  118.  
  119. # ===================================
  120. # GAMESERVER
  121. # ===================================
  122.  
  123. # GameServer Name
  124. gameserver.name = aion private
  125.  
  126. # Pattern for player names validation
  127. # To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{2,16}
  128. gameserver.character.name.pattern = [a-zA-Z]{2,16}
  129.  
  130. # Pattern for pet names validation
  131. # To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{2,16}
  132. gameserver.pet.name.pattern = [a-zA-Z]{2,16}
  133.  
  134. # Server Country Code (cc)
  135. gameserver.country.code = 1
  136.  
  137. # Server Version
  138. # Do not Modify, even if we run 2.5 !
  139. gameserver.version = 2.1.0.12
  140.  
  141. # Server Mode
  142. # 1 = user can create characters from both factions
  143. # 34 = user is bound to a faction, can't create more than 2 characters and can't enter the game world (character reservation mode)
  144. # 128 = user is bound to a faction (can't create characters from both factions at the same time)
  145. gameserver.mode = 1
  146.  
  147. # Character Passkey
  148. # Enable or Disable Character Passkey
  149. # Default: false (US retail is true)
  150. gameserver.passkey.enable = false
  151.  
  152. # Enter the maximum number of incorrect password set to Character Passkey
  153. # Default: 5 (retail server value)
  154. gameserver.passkey.wrong.maxcount = 5
  155.  
  156. # Disable chat server connection
  157. gameserver.disable.chatserver = true
  158.  
  159. # Enable Repurchase
  160. gameserver.enable.repurchase = true
  161.  
  162. # Enable Purchase Limit
  163. gameserver.enable.purchaselimit = true
  164.  
  165. # Purchase Limit restock time in hours
  166. # Default: 4
  167. gameserver.purchaselimit.restock.time = 4
  168.  
  169. # Display the server revision in player MOTD
  170. # SHALL BE DISABLED ON UNIX SERVERS
  171. gameserver.motd.revision.display = false
  172.  
  173. # Enable ratios limitation
  174. gameserver.factions.ratio.limited = false
  175.  
  176. # When a faction ratio reach this value, it's not possible to create new characters of this faction
  177. gameserver.factions.ratio.value = 50
  178.  
  179. # Minimum character level to take into account in ratio calculation
  180. gameserver.factions.ratio.level = 10
  181.  
  182. # Minimum characters count in each faction needed before limiting ratios
  183. gameserver.factions.ratio.minimum = 50
  184.  
  185. # Enable server freefly
  186. gameserver.enable.freefly = true
  187.  
  188. # Log chat?
  189. gameserver.log.chat = false
  190.  
  191. # Log item?
  192. gameserver.log.item = false
  193.  
  194. # Language
  195. gameserver.lang = "en"
  196.  
  197. # Geo enabled
  198. gameserver.enable.geo = false
  199.  
  200. # ===================================
  201. # INGAMESHOP DATABASE
  202. # ===================================
  203.  
  204. # IngameShop Database
  205. # Same database name as in your LS
  206. # defaultValue = "au_server_ls")
  207. gameserver.aionshop.database = au_server_ls
  208.  
  209. # Enable IngameShop Gift
  210. # Default : false
  211. gameserver.aionshop.gift.enable = true
  212.  
  213. #Credits Exchange
  214. #Default : false
  215. gameserver.rate.tollexchange.enable = true
  216.  
  217. #Credits Exchange Restrictions
  218. #Exchange Restriction available options: none, ap, kinah
  219. #Default : none
  220. gameserver.rate.tollexchange.restriction = none
  221.  
  222. #Credits Exchange Rate AP
  223. #Default : 10
  224. gameserver.rate.tollexchange.ap = 10
  225.  
  226. #Credits Exchange Rate Kinah
  227. #Default : 100
  228. gameserver.rate.tollexchange.kinah = 1000
  229.  
  230. # ===================================
  231. # RATES
  232. # ===================================
  233.  
  234. # Display server rates when player enter in world
  235. gameserver.rate.display.rates = false
  236.  
  237. # Regular experience rate for group members
  238. gameserver.rate.regular.group.xp = 1
  239. gameserver.rate.premium.group.xp = 2
  240.  
  241. # Experience rate for single players
  242. gameserver.rate.regular.xp = 1
  243. gameserver.rate.premium.xp = 2
  244.  
  245. # Item drop rate
  246. gameserver.rate.regular.drop = 1
  247. gameserver.rate.premium.drop = 2
  248.  
  249. # Chest drop rate
  250. gameserver.rate.chest.regular.drop = 1
  251. gameserver.rate.chest.premium.drop = 2
  252.  
  253. # Gathering XP rates
  254. gameserver.rate.regular.gathering.xp = 1
  255. gameserver.rate.premium.gathering.xp = 1
  256.  
  257. # Gathering Skill point leveling rates
  258. gameserver.rate.regular.gathering.lvl = 1
  259. gameserver.rate.premium.gathering.lvl = 1
  260.  
  261. # Crafting XP rates
  262. gameserver.rate.regular.crafting.xp = 1
  263. gameserver.rate.premium.crafting.xp = 1
  264.  
  265. # Crafting Skill point leveling rates
  266. gameserver.rate.regular.crafting.lvl = 1
  267. gameserver.rate.premium.crafting.lvl = 1
  268.  
  269. # Quest XP rates
  270. gameserver.rate.regular.quest.xp = 1
  271. gameserver.rate.premium.quest.xp = 2
  272.  
  273. # Quest Kinah rate
  274. gameserver.rate.regular.quest.kinah = 1
  275. gameserver.rate.premium.quest.kinah = 2
  276.  
  277. # Abyss points rate (can be 0.5 etc.)
  278. # For PvE
  279. gameserver.rate.regular.ap.npc = 1
  280. gameserver.rate.premium.ap.npc = 2
  281.  
  282. # Abyss points rate (can be 0.5 etc.)
  283. # For PvP
  284. gameserver.rate.regular.ap.player = 1
  285. gameserver.rate.premium.ap.player = 2
  286.  
  287. # Kinah rate
  288. gameserver.rate.regular.kinah = 1
  289. gameserver.rate.premium.kinah = 2
  290.  
  291. # ===================================
  292. # DROP CONFIG
  293. # ===================================
  294.  
  295. # Drop chance increasing formulas. There are 2 of them:
  296. # 0 - slow growth up to 70 kills, then going very fast, 100% chance reached after 100 kills, takes more CPU resources
  297. # 1 - adds 5% to previous chance (chance become 10 times bigger after each 50 kills)
  298. # Default: 0
  299. gameserver.drop.chance.formula = 0
  300.  
  301. # Number of NPCs to store in player's kill history to use in more precise drop calculations
  302. # Default: 20
  303. gameserver.drop.player.history = 20
  304.  
  305. # Minutes until NPC kill stats are reset for each player if not killed during that time
  306. # Value -1 makes the stats to not expire, 0 - expires immediately (to use old calculation)
  307. # Default: 15
  308. gameserver.drop.history.expire = 15
  309.  
  310. # World drop chance for common quality items in %
  311. # Default: 0.01
  312. gameserver.world.drop.common = 0.01
  313.  
  314. # World drop chance for rare quality items in %
  315. # Default: 0.005
  316. gameserver.world.drop.rare = 0.005
  317.  
  318. # World drop chance for legendary quality items in %
  319. # Default: 0.003
  320. gameserver.world.drop.legendary = 0.003
  321.  
  322. # World drop chance for unique quality items in %
  323. # Default: 0.003
  324. gameserver.world.drop.unique = 0.003
  325.  
  326. # Disable drop rate reduction based on level difference between players and mobs
  327. # Default: false
  328. gameserver.disable.drop.reduction = false
  329.  
  330. # Enable or not the Drop quantity restriction based on item quality
  331. # Default : false
  332. gameserver.dropquantity.restriction.enabled = false
  333.  
  334. # Drop quantity restriction for blue items
  335. # Default : 3
  336. gameserver.dropquantity.restriction.blue = 3
  337.  
  338. # Drop quantity restriction for gold items
  339. # Default : 2
  340. gameserver.dropquantity.restriction.gold = 2
  341.  
  342. # Drop quantity restriction for orange items
  343. # Default : 1
  344. gameserver.dropquantity.restriction.orange = 1
  345.  
  346. # Chances are lowered with next item from the same item category
  347. # Default : false
  348. gameserver.itemcategory.restriction.enabled = false
  349.  
  350. # ===================================
  351. # CACHE
  352. # ===================================
  353.  
  354. # This parameter says what kind of cache should be used
  355. # in CacheMap that is used for caching many things.
  356. #
  357. # Setting this value to true means that cache will be using
  358. # soft references - what means, that objects will be in memory as long as possible
  359. # and would be removed when there is little of memory.
  360. #
  361. # Setting this value to false mans that cache will be using
  362. # weak references - what means, that objects will be in memory as long as they are
  363. # strong achievable to
  364. # Default: false
  365. gameserver.cache.softcache = false
  366.  
  367. # If true then whole Player objects (with inventory etc) are cached as long
  368. # as there is memory for them
  369. # Default: false
  370. gameserver.cache.players = false
  371.  
  372. # If true then whole PlayerCommonData are cached as long
  373. # as there is memory for them
  374. # Default: false
  375. gameserver.cache.pcd = false
  376.  
  377. # If true then Account objects are cached as long as there is memory for them
  378. # Default: false
  379. gameserver.cache.accounts = false
  380.  
  381. # ===================================
  382. # CUSTOMS
  383. # ===================================
  384.  
  385. # Speaking mode between factions
  386. # 0 = default, factions can't speak together
  387. # 1 = all players can speak to all others
  388. # Default: 0
  389. gameserver.factions.speaking.mode = 0
  390.  
  391. # Whisper mode between factions
  392. # 0 = default, factions can't whisper each other
  393. # 1 = all players can speak to one another
  394. # Default: 0
  395. gameserver.factions.whisper.mode = 0
  396.  
  397. # Searching players of opposite faction
  398. # false : factions can't search each other
  399. # true: factions can search each other
  400. # Default: false
  401. gameserver.factions.search.mode = false
  402.  
  403. # Skill auto learn mode
  404. # true = no skill books are required
  405. # false = need skill books to learn lvl1 skill
  406. # Default: false
  407. gameserver.skill.autolearn = false
  408.  
  409. # Stigma skills auto learn mode
  410. # true = no stigma stones are required
  411. # false = need stigma stones to learn this skills
  412. # Default: false
  413. gameserver.stigma.autolearn = false
  414.  
  415. # Retail like character deletion times
  416. # true = it takes 7 days to delete a character that is level 20+
  417. # false = characters get deleted in 5 minutes
  418. # Default: true
  419. gameserver.character.delete.retail = true
  420.  
  421. # Retail like emotions
  422. # true = Players need to buy emotions
  423. # false = Players have all emotions
  424. # Default: true
  425. gameserver.emotions.retail = true
  426.  
  427. # Disable aggressive behavior from monsters
  428. # Default: false
  429. gameserver.disable.mob.aggro = false
  430.  
  431. # Enable 2nd class change simple mode
  432. # Default: false
  433. gameserver.enable.simple.2ndclass = false
  434.  
  435. # Enable the Christmas decorations
  436. # Default: false
  437. gameserver.enable.decor.christmas = false
  438.  
  439. # Unstuck delay in seconds
  440. # Default: 3600 (1 hour)
  441. gameserver.unstuck.delay = 3600
  442.  
  443. # Enable instances (temporary config till instances will be mature)
  444. # Default: true
  445. gameserver.instances.enable = true
  446.  
  447. # Default Fly Time
  448. # Default: 60 (60 seconds)
  449. gameserver.base.flytime = 60
  450.  
  451. # Cross-Faction Binding
  452. # Allows opposite factions to bind in enemy territories
  453. # Default: false
  454. gameserver.cross.faction.binding = false
  455. # Enable/Disable Dredgion
  456. gameserver.dredgion.enable = true
  457.  
  458. # Dredgion AP Bonus
  459. gameserver.dredgion.ap.win.bonus = 3000
  460. gameserver.dredgion.ap.lose.bonus = 1000
  461. gameserver.chantradredgion.ap.win.bonus = 5000
  462. gameserver.chantradredgion.ap.lose.bonus = 2500
  463.  
  464. # NPC relation aggresive
  465. # This enables/disables the agression between NPCs
  466. # Default: true
  467. gameserver.npc.relation.aggro = true
  468.  
  469. # Maximum number of pvp kills on one player before receiving 1AP per kill in a time period.
  470. # Default: 5
  471. gameserver.pvp.maxkills = 5
  472.  
  473. # Time period in hours
  474. # Default: 24
  475. gameserver.pvp.period = 24
  476.  
  477. # Enable .ely, .asmo, .both chat channels
  478. # Default: false
  479. gameserver.channels.all.enabled = false
  480.  
  481. # Enable .world chat channel
  482. # Default: false
  483. gameserver.channels.world.enabled = false
  484.  
  485. # Show all connected players from both factions in research window
  486. gameserver.search.listall = false
  487.  
  488. # Enable/Disable instance cooldown
  489. gameserver.instance.cooldown = true
  490.  
  491. # Announce for rare drops
  492. # Shown message only for players that are situated on the same faction and location.
  493. # Default: false
  494. gameserver.announce.raredrops = false
  495.  
  496. # Kick players using speed hack
  497. # Default: true
  498. gameserver.kick.speedhack.enable = true
  499.  
  500. # Toggle CASTSPELL hack detection
  501. # Default: true (active)
  502. gameserver.log.castspell.targethack = true
  503. gameserver.log.castspell.speedhack = true
  504. gameserver.log.castspell.cooldownhack = true
  505.  
  506. # Ping minimun Interval to consider speed hack
  507. # Default: 100000
  508. gameserver.kick.speedhack.pinginterval = 100000
  509.  
  510. # Chain Trigger
  511. # true = Chain Trigger Rate is enabled
  512. # false = Chain Trigger Rate is disabled, Retail
  513. # Default: false
  514. gameserver.skill.chain.trigger = true
  515.  
  516. # Chain Trigger Rate
  517. # 75 = 75% Trigger Rate
  518. # Default: 75
  519. gameserver.skill.chain.rate = 75
  520.  
  521. # Surveys
  522. # true = Surveys is enabled and you can integrate with Web Shops(Players receive items on logon).
  523. # false = Surveys is disabled.
  524. # Default: true
  525. gameserver.enable.surveys = false
  526.  
  527. # Enable the rewards for pvp kills
  528. # Default: false
  529. # (Reset all_kill from abyss_rank table before activate it)
  530. gameserver.pvpreward.enable = false
  531.  
  532. # Set the kills needed to get a reward (do NOT set config to 0)
  533. # Default: 5
  534. gameserver.pvpreward.kills.needed1 = 5
  535.  
  536. # Default: 10
  537. gameserver.pvpreward.kills.needed2 = 10
  538.  
  539. # Default: 15
  540. gameserver.pvpreward.kills.needed3 = 15
  541.  
  542. # Select the item reward for pvp kills
  543. # Default: 186000031 (Silver Medal)
  544. gameserver.pvpreward.item.reward1 = 186000031
  545.  
  546. # Default: 186000030 (Golden Medal)
  547. gameserver.pvpreward.item.reward2 = 186000030
  548.  
  549. # Default: 186000096 (Platinum Medal)
  550. gameserver.pvpreward.item.reward3 = 186000096
  551.  
  552. # Minimum level to use search.
  553. # Default: 10
  554. search.level.restriction = 10
  555.  
  556. # Minimum level to use whisper.
  557. # Default: 10
  558. whisper.level.restriction = 10
  559.  
  560. # Allow players to control their experience gain with xpon / xpoff commands
  561. # Default: false
  562. gameserver.player.experience.control = false
  563.  
  564. # Time in seconds which character stays online
  565. # after closing client window
  566. # Default: 10
  567. # Anti Kinah dupe : 3
  568. gameserver.disconnect.time = 10
  569.  
  570. # Disable rifts for opposing race.
  571. # Default: false
  572. gameserver.rift.race = false
  573.  
  574. # Calculate NPC stats based on level/rank
  575. # Default: false
  576. gameserver.npc.dynamicstat = false
  577.  
  578. # ----------------------------
  579. # HTML Welcome Message
  580. # ----------------------------
  581.  
  582. # Enable or Disable HTML Welcome Message
  583. # To Edit this file, go to /data/static_data/HTML
  584. # and open welcome.html
  585. # remember to edit the messages just after <![CDATA[ tag
  586. enable.html.welcome = false
  587.  
  588. # ----------------------------
  589. # HTML Config
  590. # ----------------------------
  591.  
  592. # Default: ./data/static_data/HTML/
  593. html.root = ./data/static_data/HTML/
  594.  
  595. # Default: ./cache/html.cache
  596. html.cache.file = ./cache/html.cache
  597.  
  598. # Default: UTF-8
  599. html.encoding = UTF-8
  600.  
  601. # ----------------------------
  602. # Top Ranking
  603. # ----------------------------
  604. # Time at what top ranking is updated.
  605. # Default: 0:00:00
  606. gameserver.topranking.time = 0:00:00
  607.  
  608. # Delay between two updates in hours
  609. # Default: 24
  610. gameserver.topranking.delay = 24
  611.  
  612. # ----------------------------
  613. # Daily Quests
  614. # ----------------------------
  615. # Time at what daily quest is sent
  616. # Default: 9:00:00
  617. gameserver.dailyquest.time = 9:00:00
  618.  
  619. # ----------------------------
  620. # Crafting settings
  621. # ----------------------------
  622. # SpeedUp, Regular and Critical Crafting Success chance Config
  623. # SpeedUp default: 15
  624. # Regular default: 33 (lower, easier)
  625. # Critical default: 30
  626. gameserver.crafting.speedupchance = 15
  627. gameserver.regular.crafting.success = 33
  628. gameserver.critical.crafting.success = 30
  629.  
  630. # Work Order collect items leftovers deleted or keeped as bonus
  631. # Default: false
  632. gameserver.workorder.bonus = false
  633.  
  634. # Only 2 Expert and Top Expert crafts and 1 Master craft available by default
  635. # if true no limets at all.
  636. # Default: false
  637. gameserver.mastercraft.limit.disable = false
  638.  
  639. # ----------------------------
  640. # Launch effects on critical
  641. # ----------------------------
  642. # Enable or Disable launching effects on critical
  643. # Default: false
  644. gameserver.criticaleffect = false
  645.  
  646. # ----------------------------
  647. # Skills related to geodata
  648. # ----------------------------
  649. # Enable or Disable launching effects related to geodata
  650. # Default: false(disabled)
  651. gameserver.geodata.related.effects = false
  652.  
  653.  
  654. # ----------------------------
  655. # Advanced Stigma Slots on level up
  656. # ----------------------------
  657. # Automatic adv.stigmas (follow lvls of quests)
  658. # level slots
  659. # 45 2
  660. # 50 3
  661. # 52 4
  662. # 55 5
  663. # Default: false
  664. gameserver.advstigmaslot.onlvlup = false
  665.  
  666. # ----------------------------
  667. # Droplist Master Data Source
  668. # xml : XML drops have precedence (SQL duplicates will get discarded)
  669. # sql : SQL drops have precedence (XML duplicates will get overwritten by SQL values)
  670. # ----------------------------
  671. gameserver.droplist.master.source = xml
  672.  
  673. # ----------------------------
  674. # Abyss Xform after logout
  675. # ----------------------------
  676. # Enable or Disable counting down of duration after logout on Abyss transformations
  677. # Default: false
  678. gameserver.abyssxform.afterlogout = false
  679.  
  680. # ----------------------------
  681. # Pvp damage reduction
  682. # ----------------------------
  683. # Enable or Disable pvp damage reduction according to difference between attacker and targets level
  684. # Default: false
  685. gameserver.dmgreduction.lvldiffpvp = false
  686.  
  687. # ===================================
  688. # ENCHANTMENTS
  689. # ===================================
  690.  
  691. # Default: 57
  692. gameserver.manastone.percent = 57
  693.  
  694. # Default: 43
  695. gameserver.manastone.percent1 = 43
  696.  
  697. # Default: 33
  698. gameserver.manastone.percent2 = 33
  699.  
  700. # Default: 25
  701. gameserver.manastone.percent3 = 25
  702.  
  703. # Default: 19
  704. gameserver.manastone.percent4 = 19
  705.  
  706. # Default: 2
  707. gameserver.manastone.percent5 = 2
  708.  
  709. # Supplement Additional Success Rates
  710. # Default: 10
  711. gameserver.supplement.lesser = 10
  712.  
  713. # Default: 15
  714. gameserver.supplement.regular = 15
  715.  
  716. # Default: 20
  717. gameserver.supplement.greater = 20
  718.  
  719. # ===================================
  720. # FALL_DAMAGE
  721. # ===================================
  722.  
  723. # Enable fall damage
  724. gameserver.fall.damage.active = true
  725.  
  726. # The damage percentage per meter.
  727. gameserver.fall.damage.percentage = 1.0
  728.  
  729. # Minimum fall height to receive damage.
  730. gameserver.fall.damage.distance.minimum = 10
  731.  
  732. # Maximum fall height on which you will die when you hit the ground.
  733. gameserver.fall.damage.distance.maximum = 50
  734.  
  735. # Maximum fall height after which you will die in mid air.
  736. gameserver.fall.damage.distance.midair = 200
  737.  
  738. # ===================================
  739. # GROUPS
  740. # ===================================
  741.  
  742. # Time in seconds after a group member is removed after he/she disconnected
  743. gameserver.playergroup.removetime = 600
  744.  
  745. # Maximum distance in meters between killed monster and party member to receive XP
  746. gameserver.playergroup.maxdistance = 100
  747.  
  748. # Time in seconds after a alliance member is removed after he/she disconnected
  749. gameserver.playeralliance.removetime = 600
  750.  
  751. # ===================================
  752. # LEGIONS
  753. # ===================================
  754.  
  755. # Character patterns
  756. gameserver.legion.pattern = [a-zA-Z ]{2,16}
  757. gameserver.legion.selfintropattern = [a-zA-Z]{2,25}
  758. gameserver.legion.nicknamepattern = [a-zA-Z]{2,10}
  759. gameserver.legion.announcementpattern = .*{2,255}
  760.  
  761. # Disband settings
  762. gameserver.legion.disbandtime = 86400
  763. gameserver.legion.disbanddifference = 604800
  764.  
  765. # Required Kinah to create a legion
  766. gameserver.legion.creationrequiredkinah = 10000
  767.  
  768. # Legion Emblem settings
  769. gameserver.legion.emblemrequiredkinah = 10000
  770.  
  771. # Legion level up settings
  772. gameserver.legion.level2requiredkinah = 100000
  773. gameserver.legion.level3requiredkinah = 1000000
  774. gameserver.legion.level4requiredkinah = 2000000
  775. gameserver.legion.level5requiredkinah = 6000000
  776. gameserver.legion.level2requiredmembers = 10
  777. gameserver.legion.level3requiredmembers = 20
  778. gameserver.legion.level4requiredmembers = 30
  779. gameserver.legion.level5requiredmembers = 40
  780. gameserver.legion.level2requiredcontribution = 0
  781. gameserver.legion.level3requiredcontribution = 20000
  782. gameserver.legion.level4requiredcontribution = 100000
  783. gameserver.legion.level5requiredcontribution = 500000
  784.  
  785. # Legion member settings
  786. gameserver.legion.level1maxmembers = 30
  787. gameserver.legion.level2maxmembers = 60
  788. gameserver.legion.level3maxmembers = 90
  789. gameserver.legion.level4maxmembers = 120
  790. gameserver.legion.level5maxmembers = 150
  791.  
  792. # Legion functions
  793. gameserver.legion.warehouse = false
  794. gameserver.legion.inviteotherfaction = false
  795.  
  796. # Time in seconds for updating legion ranking
  797. gameserver.legion.ranking.periodicupdate = 1200
  798.  
  799. # ===================================
  800. # NPC_MOVEMENTS
  801. # ===================================
  802.  
  803. # Enable NPC movement
  804. gameserver.npc.movement.active = true
  805.  
  806. # The minimum time in seconds that the NPC waits before moving again.
  807. gameserver.npc.movement.delay.minimum = 3
  808.  
  809. # The maximum time in seconds that the NPC waits before moving again.
  810. gameserver.npc.movement.delay.maximum = 15
  811.  
  812. # ===================================
  813. # PERIODIC_SAVE
  814. # ===================================
  815.  
  816. # WARNING:
  817. # With 500 player online saving can be up to 10 seconds
  818. # (it depends on hardware, changes in item locations, new acquisitions etc)
  819. # Generally accepted interval is 15-20 minutes
  820.  
  821. # Time in seconds for saving player data (player, abyss rank, quests, skills)
  822. gameserver.periodicsave.player.general = 900
  823.  
  824. # Time in seconds for saving player items and item stones
  825. gameserver.periodicsave.player.items = 900
  826.  
  827. # Time in seconds for saving legion wh items and item stones
  828. gameserver.periodicsave.legion.items = 1200
  829.  
  830. # Time in seconds for saving broker
  831. gameserver.periodicsave.broker = 1500
  832.  
  833. # ===================================
  834. # PRICES
  835. # ===================================
  836.  
  837. # Controls the "Prices:" value in influence tab.
  838. gameserver.prices.default.prices = 100
  839.  
  840. # Hidden modifier for all prices.
  841. gameserver.prices.default.modifier = 100
  842.  
  843. # Taxes: value = 100 + tax %
  844. gameserver.prices.default.taxes = 100
  845.  
  846. gameserver.prices.vendor.buymod = 100
  847.  
  848. gameserver.prices.vendor.sellmod = 20
  849.  
  850. # ===================================
  851. # SHUTDOWN
  852. # ===================================
  853.  
  854. # Shutdown Settings.
  855. # NOTE: This settings works only if shutdown is used from console.
  856. # Shutdown Hook Mode. 1 = Shutdown, 2 = Restart.
  857. gameserver.shutdown.mode = 1
  858.  
  859. # Shutdown Hook delay.
  860. gameserver.shutdown.delay = 60
  861.  
  862. # Shutdown announce interval.
  863. gameserver.shutdown.interval = 1
  864.  
  865. # This is a safe reboot mode.
  866. # All action is disabled in shutdown progress.
  867. gameserver.shutdown.safereboot = true
  868.  
  869. # ===================================
  870. # SIEGE
  871. # ===================================
  872.  
  873. # Enable/Disable Siege Engine
  874. gameserver.siege.enabled = true
  875.  
  876. # Siege schedule type.
  877. # 1 for PVE schedule (daily vulnerable state)
  878. # 2 for PVP oriented schedule (multiple vulnerables fortress at same time)
  879. # any other value for test purpose (all fortress vulnerable)
  880. gameserver.siege.schedule.type = 1
  881.  
  882. # Points Per Fortress
  883. gameserver.siege.influence.fortress = 10
  884.  
  885. # Points Per Artifact
  886. gameserver.siege.influence.artifact = 1
  887.  
  888. # ===================================
  889. # EVENTS
  890. # ===================================
  891. # Item which is given by NPCs Laylin and Ronya
  892. # Default: 160009017 (Vinna Juice)
  893. gameserver.events.givejuice.elyos = 160009017
  894. gameserver.events.givejuice.asmos = 160009017
  895.  
  896. # Item which is given by NPCs Brios and Bothen
  897. # Default: 160009017 ([Event] Piece of Cake)
  898. gameserver.events.givecake.elyos = 160010073
  899. gameserver.events.givecake.asmos = 160010073
  900.  
  901. # ===================================
  902. # TASK_MANAGER
  903. # ===================================
  904.  
  905. # Enable/disable deadlock detector (true/false)
  906. gameserver.deadlock.enable = false
  907.  
  908. # Interval for deadlock detector run schedule (seconds)
  909. gameserver.deadlock.interval = 300
  910.  
  911. # ===================================
  912. # THREADS
  913. # ===================================
  914.  
  915. thread.basepoolsize = 2
  916. thread.threadpercore = 4
  917.  
  918. # Default: 5000
  919. thread.runtime = 5000
  920.  
  921. # ===================================
  922. # ADMINS
  923. # ===================================
  924.  
  925. # GM Level.
  926. gameserver.administration.gmlevel = 3
  927.  
  928. # Display or not gm tags for different levels of admins/gms
  929. gameserver.gmtag.display = false
  930.  
  931. # Different tags for gms according to AccessLevel
  932. # Tag for Access Level 1
  933. # Default: <GM>
  934. gameserver.gmtag.level1 = <GM>
  935.  
  936. # Tag for Access Level 2
  937. # Default: <HEADGM>
  938. gameserver.gmtag.level2 = <HEADGM>
  939.  
  940. # Tag for Access Level 3
  941. # Default: <ADMIN>
  942. gameserver.gmtag.level3 = <ADMIN>
  943.  
  944. # Announce on GM connection
  945. # GM name is announced to players on login
  946. gameserver.announce.gm.connection = false
  947.  
  948. # Invisible on GM connection
  949. # GM login invisible
  950. gameserver.invis.gm.connection = false
  951.  
  952. # Invulnerable on GM connection
  953. # GM login invulnerable
  954. gameserver.invul.gm.connection = false
  955.  
  956. # Silent on GM connection
  957. # GM login in whisper refusal mode
  958. gameserver.silence.gm.connection = false
  959.  
  960. # Speed Up on GM connection
  961. # Gm logins with setted speed stats value
  962. gameserver.speed.gm.connection = 0
  963.  
  964. # Unlimited Flight Time for GMs
  965. gameserver.administration.flight.unlimited = 3
  966.  
  967. # Free Flight Everywhere for GMs
  968. gameserver.administration.flight.freefly = 3
  969.  
  970. # Shields hurt players with this access level and below
  971. gameserver.administration.shield.vulnerable = 0
  972.  
  973. # ===================================
  974. # ADMIN_COMMANDS
  975. # ===================================
  976.  
  977. # Various AI-related tasks
  978. gameserver.administration.command.ai = 3
  979.  
  980. # Adds an item to your inventory
  981. gameserver.administration.command.add = 3
  982.  
  983. # Adds an item set to your inventory
  984. gameserver.administration.command.addset = 3
  985.  
  986. # Adds drop entry
  987. gameserver.administration.command.adddrop = 3
  988.  
  989. # Add target player skill
  990. gameserver.administration.command.addskill = 3
  991.  
  992. # Add title to player
  993. gameserver.administration.command.addtitle = 3
  994.  
  995. # This command send fakeserverpackets to the server for test porpouses, Used by Developers
  996. gameserver.administration.command.advsendfakeserverpacket = 3
  997.  
  998. # The message is sent to all players chatbox
  999. gameserver.administration.command.announce = 3
  1000.  
  1001. # Announce for only one faction (asmo/ely)
  1002. gameserver.administration.command.announce_faction = 3
  1003.  
  1004. # Announcements
  1005. gameserver.administration.command.announcements = 3
  1006.  
  1007. # All ban and unban commands (//ban, //unban, //banip, //unbanip)
  1008. gameserver.administration.command.ban = 3
  1009.  
  1010. # Bookmark command
  1011. gameserver.administration.command.bk = 3
  1012.  
  1013. # Configures properties on runtime
  1014. gameserver.administration.command.configure = 3
  1015.  
  1016. # Self explanatory
  1017. gameserver.administration.command.deletespawn = 3
  1018.  
  1019. # Command to remove all buff effect of the player
  1020. gameserver.administration.command.dispel = 3
  1021.  
  1022. # Command to manage dredgion instance
  1023. gameserver.administration.command.dredgion = 3
  1024.  
  1025. # Dye a player
  1026. gameserver.administration.command.dye = 3
  1027.  
  1028. # Gag and ungag
  1029. gameserver.administration.command.gag = 3
  1030.  
  1031. # Find a location GPS
  1032. gameserver.administration.command.gps = 3
  1033.  
  1034. # Give missin skills to self
  1035. gameserver.administration.command.givemissingskills = 0
  1036.  
  1037. # Teleport youself to specified place name
  1038. # Example: //goto poeta
  1039. gameserver.administration.command.goto = 3
  1040.  
  1041. # Restores target hp/mp/dp
  1042. gameserver.administration.command.heal = 3
  1043.  
  1044. # Print target info
  1045. gameserver.administration.command.info = 3
  1046.  
  1047. # Make you invis/vis
  1048. gameserver.administration.command.invis = 3
  1049.  
  1050. # Switch to Invulnerable / Vulnerable
  1051. gameserver.administration.command.invul = 3
  1052.  
  1053. # Disconnect the player
  1054. gameserver.administration.command.kick = 3
  1055.  
  1056. # Kill target
  1057. gameserver.administration.command.kill = 3
  1058.  
  1059. # Add Kinah to self or target/named player
  1060. gameserver.administration.command.kinah = 3
  1061.  
  1062. # Legion command allows you to disband/setlevel/setpoints of a legion
  1063. gameserver.administration.command.legion = 3
  1064.  
  1065. # Show all connected players from both factions when opening research window
  1066. gameserver.administration.search.listall = 3
  1067.  
  1068. # Morph command
  1069. gameserver.administration.command.morph = 3
  1070.  
  1071. # Move player1 to player2 location
  1072. gameserver.administration.command.moveplayertoplayer = 3
  1073.  
  1074. # Teleport to specified XYZ coordinates
  1075. gameserver.administration.command.moveto = 3
  1076.  
  1077. # Teleport to specified NPC
  1078. gameserver.administration.command.movetonpc = 3
  1079.  
  1080. # Move player to my position
  1081. gameserver.administration.command.movetome = 3
  1082.  
  1083. # Teleport you to player position
  1084. gameserver.administration.command.movetoplayer = 3
  1085.  
  1086. # Command to watch cutscenes. Used by quest writers
  1087. gameserver.administration.command.movie = 3
  1088.  
  1089. # Make yourself appear neutral to both factions
  1090. gameserver.administration.command.neutral = 3
  1091.  
  1092. # The message is sent to all players chatbox and a message appear in center screen
  1093. gameserver.administration.command.notice = 3
  1094.  
  1095. # Who is allowed to handle petitions
  1096. gameserver.administration.command.petition = 3
  1097.  
  1098. # Playerinfo command
  1099. gameserver.administration.command.playerinfo = 3
  1100.  
  1101. # Prison command
  1102. gameserver.administration.command.prison = 3
  1103.  
  1104. # Give admin rights to player
  1105. gameserver.administration.command.promote = 3
  1106.  
  1107. # Quest steps control (admin/GM)
  1108. gameserver.administration.command.questcommand = 3
  1109.  
  1110. # Restart quest (player) default = 3 (turned off)
  1111. gameserver.administration.command.questcommandplayers = 3
  1112.  
  1113. # Command to remove all buff effect of the player
  1114. gameserver.administration.command.recall = 3
  1115.  
  1116. # Reload all command
  1117. gameserver.administration.command.reload = 3
  1118.  
  1119. # Reload all spawn data from files
  1120. gameserver.administration.command.reloadspawns = 3
  1121.  
  1122. # Remove command allow remove an item from player
  1123. gameserver.administration.command.remove = 3
  1124.  
  1125. # Resurrect a target player
  1126. gameserver.administration.command.resurrect = 3
  1127.  
  1128. # Revoke admin rights to player
  1129. gameserver.administration.command.revoke = 3
  1130.  
  1131. # Command to add fly rings
  1132. gameserver.administration.command.ring = 3
  1133.  
  1134. # Save all spawn data to files (Directory to save GameServer/data/static_data/spawns/new)
  1135. gameserver.administration.command.savespawndata = 3
  1136.  
  1137. # Speak as player or a NPC
  1138. gameserver.administration.command.say = 3
  1139.  
  1140. # This commands sends packets to the server for test porpouses, Used by Developers
  1141. gameserver.administration.command.sendfakeserverpacket = 3
  1142. gameserver.administration.command.sendrawpacket = 3
  1143.  
  1144. # Set target player ap
  1145. gameserver.administration.command.setap = 3
  1146.  
  1147. # Set target player class
  1148. gameserver.administration.command.setclass = 3
  1149.  
  1150. # Set target player experience amount
  1151. gameserver.administration.command.setexp = 3
  1152.  
  1153. # Sets target player level
  1154. gameserver.administration.command.setlevel = 3
  1155.  
  1156. # Set title target player title
  1157. gameserver.administration.command.settitle = 3
  1158.  
  1159. # Modify current siege values
  1160. gameserver.administration.command.siege = 3
  1161.  
  1162. # Switch to not whisperable / whisperable
  1163. gameserver.administration.command.silence = 3
  1164.  
  1165. # Self explanatory
  1166. gameserver.administration.command.spawnnpc = 3
  1167.  
  1168. # Temporary increases speed of character
  1169. gameserver.administration.command.speed = 3
  1170. gameserver.administration.command.speed.maxvalue = 500
  1171.  
  1172. # Show gamestats about selected target
  1173. gameserver.administration.command.stat = 3
  1174.  
  1175. # System commands
  1176. gameserver.administration.command.system = 3
  1177.  
  1178. # Self explanatory
  1179. gameserver.administration.command.unloadspawn = 3
  1180.  
  1181. # Unstuck player
  1182. gameserver.administration.command.unstuck = 3
  1183.  
  1184. # Change weather of a region a reset weather in the world
  1185. gameserver.administration.command.weather = 3
  1186.  
  1187. # Ban / Unban players from .world / .ely / .asmo channels
  1188. gameserver.administration.command.worldban = 3
  1189.  
  1190. # Prints zone info (//zone) or refreshes currect zone (//zone refresh)
  1191. gameserver.administration.command.zone = 3
  1192.  
  1193. # Returns how many players are online
  1194. gameserver.administration.command.online = 3
  1195.  
  1196. # Command to fix Z coordinate of mob
  1197. gameserver.administration.command.fixz = 3
  1198.  
  1199. # Command to fix heading of mob
  1200. gameserver.administration.command.fixh = 3
  1201.  
  1202. # Rename named player to new specified and valid name
  1203. gameserver.administration.command.rename = 3
  1204.  
  1205. # HTML commands
  1206. gameserver.administration.command.html = 3
  1207.  
  1208. # Adds 9 slots expansion to player inventory
  1209. gameserver.administration.command.addcube = 3
  1210.  
  1211. # Npc is moved to admin and saved to DB
  1212. gameserver.administration.command.recallnpc = 3
  1213.  
  1214. # Removes skill/item cooldowns from player
  1215. gameserver.administration.command.removecd = 3
  1216.  
  1217. # Set the seestate of target to allow him to see player in hide or gms
  1218. gameserver.administration.command.see = 3
  1219.  
  1220. # List GMs online
  1221. gameserver.administration.command.gmonline = 0
  1222.  
  1223. # Character Passkey Reset
  1224. gameserver.administration.command.passkey = 3
  1225.  
  1226. # Player Power Up
  1227. gameserver.administration.command.powerup = 3
  1228.  
  1229. # Returns who is online
  1230. gameserver.administration.command.who = 3
  1231.  
  1232. # Applies appearance preset on the selected player
  1233. gameserver.administration.command.preset = 3
  1234.  
  1235. # Print target Drop info
  1236. gameserver.administration.command.dropinfo = 0
  1237.  
  1238. # Enchant item
  1239. gameserver.administration.command.enchant = 3
  1240.  
  1241. # Insert godstone to item
  1242. gameserver.administration.command.godstone = 3
  1243.  
  1244. # Socket command
  1245. gameserver.administration.command.socket = 3
Add Comment
Please, Sign In to add comment