Show
Ignore:
Timestamp:
11/19/08 13:25:37 (17 years ago)
Author:
yumileroy
Message:

[svn] * Removing useless data accidentally committed.
* Applying ImpConfig? patch.
* Note: QUEUE_FOR_GM currently disabled as it's not compatible with the ACE patch. Anyone care to rewrite it?
* Note2: This is untested - I may have done some mistakes here and there. Will try to compile now.

Original author: XTZGZoReX
Date: 2008-10-10 13:37:21-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/trinitycore.conf.dist

    r33 r34  
    10751075Network.TcpNodelay = 1 
    10761076 
    1077  
     1077################################################################################################################### 
     1078# CUSTOM SERVER OPTIONS 
     1079# 
     1080#       PlayerStart.Gold 
     1081#               Amount of gold that new players will start with. 
     1082#               If you want to start with silver, use for example 0.1 (for 10s) 
     1083#               Default: 0 
     1084# 
     1085#       PlayerStart.HonorPoints 
     1086#               Amount of honor that new players will start with 
     1087#               Default: 0 
     1088# 
     1089#       PlayerStart.ArenaPoints 
     1090#               Amount of arena points that new players will start with 
     1091#               Default: 0 
     1092# 
     1093#       PlayerStart.AllReputation 
     1094#               Players will start with most of the high level reputations that are needed for items, mounts etc. 
     1095#               If there are any reputation faction you want to be added, just tell me. 
     1096# 
     1097#       PlayerStart.AllSpells 
     1098#               If enabled, players will start with all their class spells (not talents). Useful for instant 70 servers. 
     1099#               You must import playercreateinfo_spell_custom.sql, it's included in the SQL folder. 
     1100#               Default: 0 - off 
     1101#                                1 - on 
     1102# 
     1103#       PlayerStart.MapsExplored 
     1104#               Players will start with all maps explored if enabled 
     1105# 
     1106#       PlayerStart.AllFlightPaths 
     1107#               Players will start with all flight paths (Note: ALL flight paths, not only player's team) 
     1108# 
     1109#       AntiCheat.GMIsland 
     1110#               If a player enters GM island, he will get teleported away. This will prevent cheaters from buying GM stuff 
     1111#               on servers with a GM mall. GM's will not get teleported away. 
     1112# 
     1113#       GamemasterStartLevel 
     1114#               GM starting level 
     1115#               Default: 70 Min,max: 1 - 255 
     1116# 
     1117#       PlayerInstantLogout 
     1118#               Enable or disable instant logout for all players (NOT in combat/while dueling/while falling) 
     1119#               Default: 0 - off 
     1120#                               1 - on 
     1121# 
     1122#       MusicInBattleground 
     1123#               If enabled, "L70ETC - Power of the horde" will be played when BG starts ;) 
     1124# 
     1125#       EnableQueueForGMs 
     1126#      NOTE: This option currently does not work due to ACE patch 
     1127#               GMs will also be added to the login queue (not gmlvl 3+) if enabled. Useful for GM servers. 
     1128#               Default: 0 - off 
     1129#                                1 - on 
     1130# 
     1131#       HonorPointsAfterDuel 
     1132#               The amount of honor points the duel winner will get after a duel. 
     1133#               Default: 0 - disable 
     1134# 
     1135#       DisableWaterBreath 
     1136#               Disable/enable waterbreathing for players 
     1137# 
     1138#       DisableResurrectSickness 
     1139#               Players wont get any resurrect sickness when speaking with a spirit healer if this is enabled+ 
     1140# 
     1141#       AlwaysMaxWeaponSkill 
     1142#               Players will automatically gain max weapon/defense skill when logging in, leveling up etc. 
     1143# 
     1144#       PvPToken.Enable 
     1145#               Enable/disable PvP Token System. Players will get a token after slaying another player that gives honor. 
     1146# 
     1147#       PvPToken.MapAllowType 
     1148#               Where players can receive the pvp token 
     1149#               4 - In all maps 
     1150#               3 - In battlegrounds only 
     1151#               2 - In FFA areas only (gurubashi arena etc) 
     1152#               1 - In battlegrounds AND FFA areas only 
     1153# 
     1154#       PvPToken.ItemID 
     1155#               The item players will get after killing someone if PvP Token system is enabled. 
     1156#               Default: 29434 - Badge of justice 
     1157# 
     1158#       PvPToken.ItemCount 
     1159#               Modify the item ID count - Default: 1 
     1160# 
     1161#       NoResetTalentsCost 
     1162#               Enable or disable no cost when reseting talents 
     1163# 
     1164################################################################################################################### 
     1165 
     1166PlayerStart.Gold = 0 
     1167PlayerStart.HonorPoints = 0 
     1168PlayerStart.ArenaPoints = 0 
     1169PlayerStart.AllReputation = 0 
     1170PlayerStart.AllSpells = 0 
     1171PlayerStart.MapsExplored = 0 
     1172PlayerStart.AllFlightPaths = 0 
     1173AntiCheat.GMIsland = 0 
     1174GamemasterStartLevel = 70 
     1175PlayerInstantLogout = 0 
     1176MusicInBattleground = 0 
     1177EnableQueueForGMs = 0 
     1178HonorPointsAfterDuel = 0 
     1179DisableWaterBreath = 0 
     1180DisableResurrectSickness = 0 
     1181AlwaysMaxWeaponSkill = 0 
     1182PvPToken.Enable = 0 
     1183PvPToken.MapAllowType = 4 
     1184PvPToken.ItemID = 29434 
     1185PvPToken.ItemCount = 1 
     1186NoResetTalentsCost = 0