diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index c0b4b52..8943f34 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -7761,6 +7761,7 @@ StdItems = { isShowUseBtn = 1, itemlvl = 3, name = "金砖", + openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverid = 0, @@ -11807,13 +11808,14 @@ StdItems = { desc = "双击使用充值100元(不计入真实充值)", dropBroadcast = 0, dropGroupid = 120000, - dup = 99, + dup = 9999, existScenes = { -1 }, forcetips = 0, icon = 13247, id = 380, itemlvl = 3, name = "100元代金券", + openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -12055,6 +12057,7 @@ StdItems = { isShowUseBtn = 1, itemlvl = 3, name = "200元代金券", + openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -12086,6 +12089,7 @@ StdItems = { isShowUseBtn = 1, itemlvl = 3, name = "500元代金券", + openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -32013,7 +32017,7 @@ StdItems = { shape = 0, showQuality = 5, staitcAttrs = { - { type = 75, value = 10000 }, + { type = 75, value = 20000 }, { type = 116, value = 100 }, { type = 19, value = 99 }, { type = 17, value = 99 }, @@ -32376,7 +32380,7 @@ StdItems = { recoverView = { { count = 1, id = 841, rate = 100, type = 0 } }, recoverid = 150064, shape = 0, - showQuality = 4, + showQuality = 5, staitcAttrs = { { type = 80, value = 100000 }, { type = 19, value = 99 }, @@ -32417,7 +32421,7 @@ StdItems = { recoverView = { { count = 1, id = 841, rate = 100, type = 0 } }, recoverid = 150064, shape = 0, - showQuality = 4, + showQuality = 5, staitcAttrs = { { type = 6, value = 5000 }, { type = 81, value = 5000 }, @@ -32686,7 +32690,7 @@ StdItems = { recoverView = { { count = 1, id = 841, rate = 100, type = 0 } }, recoverid = 150064, shape = 0, - showQuality = 4, + showQuality = 5, staitcAttrs = { { type = 114, value = 600000 }, { type = 112, value = 600000 }, @@ -41684,7 +41688,7 @@ StdItems = { desc = "100元返利卡,双击使用获得价值100元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值", dropBroadcast = 0, dropGroupid = 120017, - dup = 99, + dup = 9999, existScenes = { -1 }, forcetips = 1, icon = 13702, diff --git a/LogicServer/data/config/monster/Props.config b/LogicServer/data/config/monster/Props.config index e7fbc00..f89eb15 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -11781,10 +11781,10 @@ Props = { nMagicAttackMaxAdd = 200000, nWizardAttackMinAdd = 0, nWizardAttackMaxAdd = 0, - nPhysicalDefenceMinAdd = 200000, - nPhysicalDefenceMaxAdd = 200000, - nMagicDefenceMinAdd = 200000, - nMagicDefenceMaxAdd = 200000, + nPhysicalDefenceMinAdd = 100000, + nPhysicalDefenceMaxAdd = 100000, + nMagicDefenceMinAdd = 100000, + nMagicDefenceMaxAdd = 100000, nHitValueAdd = 10000, nDogValueAdd = 0, nMagicHitRateAdd = 10000,