init
This commit is contained in:
40
server/cross/LogicServer/data/config/guild/Guild.config
Normal file
40
server/cross/LogicServer/data/config/guild/Guild.config
Normal file
@@ -0,0 +1,40 @@
|
||||
--AB-行会配置.xlsx Guildconst
|
||||
GuildConfig={
|
||||
levelLimit = 24,
|
||||
createNeedYb = 10,
|
||||
awardGuildMoney = 1000,
|
||||
leftTimeLimit = 0,
|
||||
protectDay = 3,
|
||||
buildnum = 3,
|
||||
declareWarNeedCoin = 100,
|
||||
warLastTime = 3,
|
||||
impeachcost = 10,
|
||||
noticetips = "沙巴克攻城结束后,城主可通过我来领取专属奖励!/n/n沙城之巅称号:/n暴击倍率:+50%/n物防:30-30/n魔御:30-30/n全职业攻击:1-2",
|
||||
noticereward = {{type=0,id=950,count=1},{type=0,id=1031,count=1},{type=0,id=1032,count=1}},
|
||||
Approval = 1,
|
||||
czrewards = {{type=0,id=1111,count=1}},
|
||||
czrewardsMailTT = "跨服沙巴克城主",
|
||||
czrewardsMailCT = "恭喜你获得沙巴克城主奖励",
|
||||
rankAward = {
|
||||
[1] = { rank="1",value=1, awards={{type=0,id=1112,count=1}} },
|
||||
[2] = { rank="2",value=2, awards={{type=0,id=1112,count=1}} },
|
||||
[3] = { rank="3",value=3, awards={{type=0,id=1112,count=1}} },
|
||||
},
|
||||
rankAwardMailTT = "跨服沙巴克荣耀奖励",
|
||||
rankAwardMailCT = "恭喜你在跨服沙巴克优秀会长奖励",
|
||||
open = 0,
|
||||
guilClose = {
|
||||
isOpen = 0,
|
||||
TimeType = 3,
|
||||
TimeDetail = {
|
||||
[1]={StartTime="1-00:01",EndTime="6-23:59"},
|
||||
},
|
||||
},
|
||||
guildClear = {
|
||||
isOpen = 0,
|
||||
TimeType = 3,
|
||||
TimeDetail = {
|
||||
[1]={StartTime="1-05:00", EndTime="1-06:00"},
|
||||
},
|
||||
},
|
||||
}
|
||||
7
server/cross/LogicServer/data/config/guild/Guild.txt
Normal file
7
server/cross/LogicServer/data/config/guild/Guild.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
--lua script
|
||||
--#include "..\..\language\LangCode.txt"
|
||||
--#include "..\..\language\LangCode.config"
|
||||
--#include ".\Guild.config"
|
||||
--#include ".\GuildLeveL.config"
|
||||
--#include ".\GuildDonate.config"
|
||||
--#include ".\GuildBuild.config"
|
||||
99
server/cross/LogicServer/data/config/guild/GuildBuild.config
Normal file
99
server/cross/LogicServer/data/config/guild/GuildBuild.config
Normal file
@@ -0,0 +1,99 @@
|
||||
--AB-行会配置.xlsx 建筑升级
|
||||
GuildBuildConfig={
|
||||
[1] = {
|
||||
[1] = {
|
||||
type = 1,
|
||||
level = 1,
|
||||
cost = 0,
|
||||
guillvlimit = 0,
|
||||
},
|
||||
[2] = {
|
||||
type = 1,
|
||||
level = 2,
|
||||
cost = 10000,
|
||||
guillvlimit = 0,
|
||||
},
|
||||
[3] = {
|
||||
type = 1,
|
||||
level = 3,
|
||||
cost = 20000,
|
||||
guillvlimit = 0,
|
||||
},
|
||||
[4] = {
|
||||
type = 1,
|
||||
level = 4,
|
||||
cost = 30000,
|
||||
guillvlimit = 0,
|
||||
},
|
||||
[5] = {
|
||||
type = 1,
|
||||
level = 5,
|
||||
cost = 40000,
|
||||
guillvlimit = 0,
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
[1] = {
|
||||
type = 2,
|
||||
level = 1,
|
||||
cost = 0,
|
||||
guillvlimit = 1,
|
||||
},
|
||||
[2] = {
|
||||
type = 2,
|
||||
level = 2,
|
||||
cost = 10000,
|
||||
guillvlimit = 2,
|
||||
},
|
||||
[3] = {
|
||||
type = 2,
|
||||
level = 3,
|
||||
cost = 20000,
|
||||
guillvlimit = 3,
|
||||
},
|
||||
[4] = {
|
||||
type = 2,
|
||||
level = 4,
|
||||
cost = 30000,
|
||||
guillvlimit = 4,
|
||||
},
|
||||
[5] = {
|
||||
type = 2,
|
||||
level = 5,
|
||||
cost = 40000,
|
||||
guillvlimit = 5,
|
||||
},
|
||||
},
|
||||
[3] = {
|
||||
[1] = {
|
||||
type = 3,
|
||||
level = 1,
|
||||
cost = 0,
|
||||
guillvlimit = 1,
|
||||
},
|
||||
[2] = {
|
||||
type = 3,
|
||||
level = 2,
|
||||
cost = 10000,
|
||||
guillvlimit = 2,
|
||||
},
|
||||
[3] = {
|
||||
type = 3,
|
||||
level = 3,
|
||||
cost = 20000,
|
||||
guillvlimit = 3,
|
||||
},
|
||||
[4] = {
|
||||
type = 3,
|
||||
level = 4,
|
||||
cost = 30000,
|
||||
guillvlimit = 4,
|
||||
},
|
||||
[5] = {
|
||||
type = 3,
|
||||
level = 5,
|
||||
cost = 40000,
|
||||
guillvlimit = 5,
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
--AB-元宝替代.xlsx 行会捐献
|
||||
GuildDonateConfig={
|
||||
[2] = {
|
||||
type = 2,
|
||||
cost = 200000,
|
||||
addcion = 20,
|
||||
limittimes = 5,
|
||||
staticcounttype = 30,
|
||||
adddonate = 20,
|
||||
},
|
||||
[3] = {
|
||||
type = 3,
|
||||
cost = 20,
|
||||
addcion = 88,
|
||||
limittimes = 5,
|
||||
staticcounttype = 31,
|
||||
adddonate = 88,
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
--H-行会配置.xlsx FreshMonsters
|
||||
GuildFreshMonConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
tree = { monsterId=279, sceneId=48, num=1, pos={41,36,41,36}, livetime=900, level=1,},
|
||||
monsters = {
|
||||
{ --第1批怪
|
||||
{ monsterId=289, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=289, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=289, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=289, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第2批怪
|
||||
{ monsterId=290, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=290, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=290, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=290, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第3批怪
|
||||
{ monsterId=291, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=291, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=291, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=291, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第4批怪
|
||||
{ monsterId=292, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=292, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=292, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=292, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第5批怪
|
||||
{ monsterId=293, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=293, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=293, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=293, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第6批怪
|
||||
{ monsterId=294, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=294, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=294, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=294, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第7批怪
|
||||
{ monsterId=295, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=295, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=295, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=295, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第8批怪
|
||||
{ monsterId=296, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=296, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=296, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=296, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第9批怪
|
||||
{ monsterId=297, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=297, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=297, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=297, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
{ --第10批怪
|
||||
{ monsterId=298, sceneId=48, num=5, pos={21,46,26,52}, livetime=900},
|
||||
{ monsterId=298, sceneId=48, num=5, pos={57,51,62,59}, livetime=900},
|
||||
{ monsterId=298, sceneId=48, num=5, pos={17,71,25,77}, livetime=900},
|
||||
{ monsterId=298, sceneId=48, num=5, pos={59,66,67,71}, livetime=900},
|
||||
},
|
||||
|
||||
|
||||
|
||||
},
|
||||
awardsClient = {
|
||||
{type = 0, id = 517, count = 1, quality = 0, strong = 0, bind=1},
|
||||
{type = 0, id = 892, count = 1, quality = 0, strong = 0, bind=1 },
|
||||
{type = 0, id = 778, count = 1, quality = 0, strong = 0, bind=1 },
|
||||
|
||||
|
||||
},
|
||||
awardsSuc = {
|
||||
{type = 2, id = 0, count = 300, quality = 0, strong = 0, bind=1 }, --行会贡献
|
||||
{type = 0, id = 517, count = 10, quality = 0, strong = 0, bind=1 },
|
||||
{type = 13, id = 1, count = 10000, quality = 0, strong = 0, bind=1 },
|
||||
},
|
||||
pos = 30,
|
||||
livetime = {21,46,26,52},
|
||||
monsterlevel = 900,
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
--H-行会配置.xlsx fruitLevel
|
||||
GuildFruitLevelConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
chargeAddDegreeRate = 4000,
|
||||
backGuildCoin = {0, 0},
|
||||
fruitNum = 80,
|
||||
getNeedGx = 30,
|
||||
fruitId = 518,
|
||||
qualityName = OldLang.Script.Guild045,
|
||||
fruitAwards = {
|
||||
{type = 3, id = 0, count = 200000, quality = 0, strong = 0, bind=1 },
|
||||
{type = 0, id = 1023, count = 5, bind = 1},
|
||||
{type = 0, id = 761, count = 4, bind = 1},
|
||||
{type = 0, id = 753, count = 1, bind = 1},
|
||||
{type = 0, id = 952, count = 1, bind = 1},
|
||||
{type = 0, id = 948, count = 1, bind = 1},
|
||||
{type = 0, id = 866, count = 1, bind = 1},},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
--H-行会配置.xlsx guildLevel
|
||||
guildLevelConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
maxFBZ = 1,
|
||||
maxTZ = 4,
|
||||
maxMember = 80,
|
||||
needYb = 1000,
|
||||
weekDecCoin = 100,
|
||||
fruitLevel = 1,
|
||||
benefit = {
|
||||
{type = 0, id = 517, count = 10, quality = 0, strong = 0, bind=1},
|
||||
{type = 0, id = 1033, count = 1, quality = 0, strong = 0, bind=1 },
|
||||
{type = 0, id = 753, count = 1, quality = 0, strong = 0, bind=1 },
|
||||
|
||||
},
|
||||
getBenefitCond = 1000,
|
||||
depotPage = 10,
|
||||
},
|
||||
}
|
||||
38
server/cross/LogicServer/data/config/guild/GuildLeveL.config
Normal file
38
server/cross/LogicServer/data/config/guild/GuildLeveL.config
Normal file
@@ -0,0 +1,38 @@
|
||||
--AB-行会配置.xlsx 行会等级
|
||||
GuildLevelConfig={
|
||||
[1] = {
|
||||
nLevel = 1,
|
||||
nMaxSecLeader = 2,
|
||||
nMaxelders = 2,
|
||||
nMaxElite = 5,
|
||||
nMaxMember = 110,
|
||||
},
|
||||
[2] = {
|
||||
nLevel = 2,
|
||||
nMaxSecLeader = 2,
|
||||
nMaxelders = 2,
|
||||
nMaxElite = 5,
|
||||
nMaxMember = 112,
|
||||
},
|
||||
[3] = {
|
||||
nLevel = 3,
|
||||
nMaxSecLeader = 2,
|
||||
nMaxelders = 2,
|
||||
nMaxElite = 5,
|
||||
nMaxMember = 114,
|
||||
},
|
||||
[4] = {
|
||||
nLevel = 4,
|
||||
nMaxSecLeader = 2,
|
||||
nMaxelders = 2,
|
||||
nMaxElite = 5,
|
||||
nMaxMember = 116,
|
||||
},
|
||||
[5] = {
|
||||
nLevel = 5,
|
||||
nMaxSecLeader = 2,
|
||||
nMaxelders = 2,
|
||||
nMaxElite = 5,
|
||||
nMaxMember = 120,
|
||||
},
|
||||
}
|
||||
59
server/cross/LogicServer/data/config/guild/GuildLog.config
Normal file
59
server/cross/LogicServer/data/config/guild/GuildLog.config
Normal file
@@ -0,0 +1,59 @@
|
||||
--AB-行会配置.xlsx 日志提示
|
||||
GuildLogConfig={
|
||||
[1] = {
|
||||
id = 1,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:创建了行会|",
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:加入了行会!|",
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:离开了行会!|",
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:将|{{name2}}|C:0xe5ddcf&T:请出了行会!|",
|
||||
},
|
||||
[5] = {
|
||||
id = 5,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:把会长禅让给|{{name2}}",
|
||||
},
|
||||
[6] = {
|
||||
id = 6,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:被任命为|{{offcial}}|C:0xe5ddcf&T:!|",
|
||||
},
|
||||
[7] = {
|
||||
id = 7,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:被撤销了|{{offcial}}",
|
||||
},
|
||||
[8] = {
|
||||
id = 8,
|
||||
logContent = "|C:0xe5ddcf&T:本行会已提升至|{{level}}|C:0xe5ddcf&T:级!|",
|
||||
},
|
||||
[9] = {
|
||||
id = 9,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:弹劾成功,成为了|{{offical}}|C:0xe5ddcf&T:!|",
|
||||
},
|
||||
[10] = {
|
||||
id = 10,
|
||||
logContent = "{{guild}}|C:0xe5ddcf&T:向我方行会宣战!|",
|
||||
},
|
||||
[11] = {
|
||||
id = 11,
|
||||
logContent = "|C:0xe5ddcf&T:向|{{guild}}|C:0xe5ddcf&T:宣战!|",
|
||||
},
|
||||
[12] = {
|
||||
id = 12,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:捐献了|{{money}}|C:0xe5ddcf&T:绑定金币!|",
|
||||
},
|
||||
[13] = {
|
||||
id = 13,
|
||||
logContent = "{{name1}}|C:0xe5ddcf&T:捐献了|{{money}}|C:0xe5ddcf&T:银两!|",
|
||||
},
|
||||
[14] = {
|
||||
id = 14,
|
||||
logContent = "恭喜{{name1}}|C:0xe5ddcf&T:职位提升到|{{offical}}",
|
||||
},
|
||||
}
|
||||
194
server/cross/LogicServer/data/config/guild/GuildSiege.config
Normal file
194
server/cross/LogicServer/data/config/guild/GuildSiege.config
Normal file
@@ -0,0 +1,194 @@
|
||||
--G-工会配置.xlsx GuildSiege
|
||||
GuildSiegeConfig={
|
||||
OpenSvrSingDays = 3,
|
||||
OpenSvrDaysWinLeaderYb = 10000,
|
||||
siegeDay = {2,4,6},
|
||||
autoSignMainHallLevel = 3,
|
||||
palaceSceneId = 30,
|
||||
siegeSceneId = 14,
|
||||
siegeTime = 3600,
|
||||
startTempOccupuyTime = 660,
|
||||
dragonRoleBuffId = 455,
|
||||
generalMonster = {
|
||||
monsterId=323, sceneId=14, num=1, pos={80,82}, livetime=3600, refreshTime = 10, buffId = 454,buffRadius = 12
|
||||
},
|
||||
redFlagMonster = {
|
||||
monsterId=322, sceneId=14, num=1, pos={40,80}, livetime=3600,
|
||||
},
|
||||
relivePos = {105,130,110,145},
|
||||
relivePosRedFlag = {35,76,45,85},
|
||||
teleport = {sceneId = 14, posX = 63, posY = 64},
|
||||
returnSiegeScene = {sceneId = 14, posX= 92, posY = 90, radius = 5},
|
||||
show1WGoldText = {7,7},
|
||||
UglyModel = {1,2},
|
||||
informationModel = {
|
||||
{
|
||||
{107, 52, 7, 1},
|
||||
{108, 52, 7},
|
||||
},
|
||||
{
|
||||
{57, 27, 5},
|
||||
{58, 27, 5, 1},
|
||||
},
|
||||
{
|
||||
{59, 28, 5, 1},
|
||||
{60, 28, 5},
|
||||
},
|
||||
{
|
||||
{55, 26, 4},
|
||||
{56, 26, 4, 1},
|
||||
},
|
||||
{
|
||||
{55, 26, 4, 1},
|
||||
{56, 26, 4},
|
||||
},
|
||||
},
|
||||
command = {
|
||||
commandCd = 10,
|
||||
commandNeedGuildCoin = 10,
|
||||
commandMsg =
|
||||
{
|
||||
{
|
||||
{desc=OldLang.Script.GuildsiegeCmd051},
|
||||
},
|
||||
|
||||
{
|
||||
{desc=OldLang.Script.GuildsiegeCmd052,eType=1},
|
||||
},
|
||||
|
||||
{
|
||||
{desc=OldLang.Script.GuildsiegeCmd053},
|
||||
},
|
||||
},
|
||||
},
|
||||
winAwardShow =
|
||||
{ { type =0, id =758, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =759, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =755, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1029, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =785, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =784, count = 1, strong = 0, quality = 0, bind = 1 },},
|
||||
winAwards = {
|
||||
{
|
||||
awards =
|
||||
{
|
||||
{ type =0, id =1112, count = 10, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1118, count = 2, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =3, id =0, count = 2000000, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
awards =
|
||||
{
|
||||
{ type =0, id =1112, count = 5, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1118, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =3, id =0, count = 1300000, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
awards =
|
||||
{
|
||||
{ type =0, id =1112, count = 5, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1118, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =3, id =0, count = 1300000, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
},
|
||||
{
|
||||
awards =
|
||||
{
|
||||
{ type =0, id =1112, count = 5, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1118, count = 1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =3, id =0, count = 1300000, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
cityPosName = {
|
||||
OldLang.Script.GuildSiege044,
|
||||
OldLang.Script.GuildSiege045,
|
||||
OldLang.Script.GuildSiege046,
|
||||
OldLang.Script.GuildSiege047,
|
||||
OldLang.Script.GuildSiege048,
|
||||
},
|
||||
cityPosAward = {
|
||||
{
|
||||
{ type =0, id =1102, count =10, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1104, count =5, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1124, count =3, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =10, id =0, count =2000, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
{
|
||||
{ type =0, id =1102, count =8, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1104, count =3, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1124, count =2, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1254, count =2, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
{
|
||||
{ type =0, id =1102, count =6, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1104, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1124, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1254, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
},
|
||||
{
|
||||
{ type =0, id =1102, count =6, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1104, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1124, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1254, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
},
|
||||
{
|
||||
{ type =0, id =1102, count =6, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1104, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1124, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
{ type =0, id =1254, count =1, strong = 0, quality = 0, bind = 1 },
|
||||
},
|
||||
},
|
||||
callArcherYb = 1000,
|
||||
archerConfig = {
|
||||
{sceneId = 14, monsterId = 235, posX = 73, posY = 95, livetime = 180,},
|
||||
{sceneId = 14, monsterId = 235, posX = 74, posY = 94, livetime = 180,},
|
||||
{sceneId = 14, monsterId = 235, posX = 69, posY = 99, livetime = 180,},
|
||||
{sceneId = 14, monsterId = 235, posX = 68, posY = 100, livetime = 180,},
|
||||
},
|
||||
StatueConfig = {
|
||||
sceneId = 4,
|
||||
npcId = 84,
|
||||
dayWorShipCount = 3,
|
||||
initScore = 1000,
|
||||
maxScore = 2000,
|
||||
minScore = 0,
|
||||
oneScore = 1,
|
||||
goldYb = 100,
|
||||
blackYb = 100,
|
||||
defaultModel = 74,
|
||||
isShowScore = 0,
|
||||
ScoreAndModel =
|
||||
{
|
||||
{min =1051, max= 2000, model = {79,86},buffId = 470},
|
||||
{min =1021, max= 1050, model = {77,84},buffId = 469},
|
||||
{min =1001, max= 1020, model = {75,82},buffId = 468},
|
||||
{min =1000, max= 1000, model = {74,81},buffId = 0},
|
||||
{min = 980, max= 999, model = {76,83},buffId = 471},
|
||||
{min = 950, max= 979, model = {78,85},buffId = 472},
|
||||
{min = 0, max= 949, model = {80,87},buffId = 473},
|
||||
},
|
||||
worshipAwards =
|
||||
{
|
||||
{ type =13, id =1, count =600, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
goldBlackAwards=
|
||||
{
|
||||
{ type =3, id =0, count =388888, strong = 0, quality = 0, bind = 1 },
|
||||
|
||||
},
|
||||
},
|
||||
}
|
||||
17
server/cross/LogicServer/data/config/guild/GuildTask.config
Normal file
17
server/cross/LogicServer/data/config/guild/GuildTask.config
Normal file
@@ -0,0 +1,17 @@
|
||||
--H-行会配置.xlsx guildTask
|
||||
GuildTaskConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
taskType = 10,
|
||||
taskId = 101,
|
||||
taskObjId = 89,
|
||||
taskObjNum = 200,
|
||||
taskDesc = 518,
|
||||
needGx = OldLang.Script.GuildTaskDesc101,
|
||||
awards = {
|
||||
{type = 3, id = 0, count = 500000, quality = 0, strong = 0, bind=1},
|
||||
|
||||
|
||||
},
|
||||
},
|
||||
}
|
||||
42
server/cross/LogicServer/data/config/guild/Guildlang.config
Normal file
42
server/cross/LogicServer/data/config/guild/Guildlang.config
Normal file
@@ -0,0 +1,42 @@
|
||||
--H-行会配置.xlsx 操作提示
|
||||
GuildlangConfig={
|
||||
[{{guild}}<7D><><EFBFBD>ҷ<EFBFBD><D2B7>л<EFBFBD><D0BB><EFBFBD>ս<EFBFBD><D5BD>] = {
|
||||
text = {{guild}}向我方行会宣战!,
|
||||
},
|
||||
[{{name1}}<7D>ѻ᳤<D1BB><E1B3A4><EFBFBD>ø<EFBFBD>{{name2}}] = {
|
||||
text = {{name1}}把会长禅让给{{name2}},
|
||||
},
|
||||
[{{name1}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>л<EFBFBD>] = {
|
||||
text = {{name1}}创建了行会,
|
||||
},
|
||||
[{{name1}}<7D><><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>{{offical}}<7D><>] = {
|
||||
text = {{name1}}弹劾成功,成为了{{offical}}!,
|
||||
},
|
||||
[{{name1}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>лᣡ] = {
|
||||
text = {{name1}}加入了行会!,
|
||||
},
|
||||
[{{name1}}<7D><>{{name2}}<7D>߳<EFBFBD><DFB3><EFBFBD><EFBFBD>лᣡ] = {
|
||||
text = {{name1}}将{{name2}}踢出了行会!,
|
||||
},
|
||||
[{{name1}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{{money}}<7D><><EFBFBD>ң<EFBFBD>] = {
|
||||
text = {{name1}}捐献了{{money}}金币!,
|
||||
},
|
||||
[{{name1}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{{money}}Ԫ<><D4AA><EFBFBD><EFBFBD>] = {
|
||||
text = {{name1}}捐献了{{money}}元宝!,
|
||||
},
|
||||
[{{name1}}<7D>뿪<EFBFBD><EBBFAA><EFBFBD>лᣡ] = {
|
||||
text = {{name1}}离开了行会!,
|
||||
},
|
||||
[{{name}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{{offcial}}] = {
|
||||
text = {{name}}被撤销了{{offcial}},
|
||||
},
|
||||
[{{name}}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ{{offcial}}<7D><>] = {
|
||||
text = {{name}}被任命为{{offcial}}!,
|
||||
},
|
||||
[<5B><><EFBFBD>л<EFBFBD><D0BB>ѳɹ<D1B3><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{{level}}<7D><><EFBFBD><EFBFBD>] = {
|
||||
text = 本行会已成功提升至{{level}}级!,
|
||||
},
|
||||
[<5B><>{{guild}}<7D><>ս<EFBFBD><D5BD>] = {
|
||||
text = 向{{guild}}宣战!,
|
||||
},
|
||||
}
|
||||
9
server/cross/LogicServer/data/config/guild/Notice.config
Normal file
9
server/cross/LogicServer/data/config/guild/Notice.config
Normal file
@@ -0,0 +1,9 @@
|
||||
--AB-行会配置.xlsx 沙巴克公告牌
|
||||
NoticeConfig={
|
||||
[4] = {
|
||||
position = 4,
|
||||
noticereward = {{type=16,id=12,count=1},{type=0,id=1031,count=1},{type=0,id=1032,count=1}},
|
||||
ActivityID = 13,
|
||||
ActivityID2 = 41,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user