Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Woool V1.7 + 1.7SP1

Joined
Jun 27, 2003
Messages
622
Reaction score
0
淡抹夕阳传世服务器端0.1.7下载
更新说明:
1- 实现三职业全部技能。新增的技能有:诅咒术,替身法符,灵魂墙,困魔咒,血影刀法,残影刀法,魔魂术,圣言 术,兽灵术,赶尸
诅咒术所使用的人偶正确数据参见baseitem.txt,尸灵的设置参见magicext和basemo nsterex.txt
2- 增加行会战,行会联盟功能,支持增加行会人数上限功能
SETGUILDMAXMEMBERCOUNT [行会名] 数量 设置行会最大人数
ADDGUILDMAXMEMBERCOUNT [行会名] 数量 增加行会最大人数
requestguildwar 行会名 进行行会战
buildally 行会联盟
breakally 取消行会联盟
ISGUILDEXIST 行会名 行会是否存在
ALLOWALLY 允许联盟
ISALLOWALLY 是否允许联盟
3- 增加沙城税收,折扣功能 (在sabukw.txt中设置初始值)
$SABUKTOTALGOLD 沙城总资金
$SABUKTODAYINCOME 沙城今日收入
$SABUKTEXRATE 沙城税率
$SABUKREBATE 沙城行会成员折扣率
SETREBATE 数量 设置折扣率
SETTEXRATE 税率 税率是 n%,50表示 50% 缺省是 50%
GETSABUKGOLD 数量 从沙城取钱
PUTSABUKGOLD 数量 存钱
4- 支持普通全局变量和行会全局变量,
普通全局变量格式为 $全局变量组名.变量名
行会全局变量格式为 $GUILD.变量名 行会全局变量存储在 GUILDBASE\GUILDS\行会名字.VAR下
5- 修正了 goto 不能使用 @storage 的功能。
6- 修正了 物品使用中的inputtext不正常的问题
7- 增加了256个计时器(timer)
timerstart 1-256 计时器启动
timerstop 1-256 计时器停止
TIMERTIMEOUT 1-256 时间(秒) 检查计时器时间是否超过指定时间
8- 增加了stringlist子目录存储功能,stringlist的子目录功能,
addnamelist 目录名\文件名
示例:
addnamelist 测试\测试名字表 把自己的名字写进data\stringlist\测试\测试名字表.txt
检测的时候不用指定子目录
checkcharnamelist 测试名字表 子目录如果不存在会自动创建。
9- 增加了动态npc支持.
adddynamicnpc npcid 名字 外观 mapid x y 脚本 增加动态npc
removedynamicnpc npcid 删除动态npc
10- 增加了delaysystem
systemdelay 时间 脚本页面 延时调用叶面(系统级)
11- 增加了物品限制.物品限制放在data目录的itemlimit.txt中
物品限制格式为:
物品名字=限制条件1|限制条件2....
限制条件可以是以下任意一种
NODROP 不能扔掉
NODEADDROP 死亡不掉
NOEXCHANGE 无法交易
NOSELL 无法卖给NPC
NOPRIVATESHOP 无法放入摆摊物品
NOREPAIR 不能修理
NOTAKEOFF 不能卸下来
NOSTORAGE 不能存仓库
NOUPDATETODB 不能更新到数据库
NOUPGRADE 不能升级
示例:回城石=nodrop|nodeaddrop
12-增加新的地图标记
NOGROUPMOVE,禁止组队移动
NOSANDCITYHOME,禁止沙城回城
NODMOVE,禁止瞬移戒指
NOFLASHMOVE,禁止瞬移技能
USERDEFINE1,
USERDEFINE2,
USERDEFINE3,
USERDEFINE4,自定义,用于脚本检测
13-支持怪物触发,在MonGens的刷怪文件中加指定的脚本及页面
守护者/176/71/71/40/2/600/@守护者.tutelary
14-增加召唤宝宝动画特效,角色使用move功能时的动画特效
15-增加了破盾,破击剑法的几率和攻击控制。
basemagic.txt中
power = 0级破盾或者破防几率 maxpower = 每级增加多少几率 这两个值设置1表示 1%
defpower = 0级附加攻击点数 defmaxpower = 每级增加多少点数
16-增加地图格子触发功能
[16:300,300|enter&leave] @QTest0001.main
[16:300,300|leave] @loginenv.login
17-增加了烈火剑法的攻击增加率的控制。
defpower = 0级增加多少攻击 defmaxpower = 每级增加多少攻击 这个值设置1表示增加 1% 推荐值 40, 40
18-修正了小退无法存储背包物品位置和小退太快验证失败的问题。
支持最新的1.9.0.0的立即复活功能。(以上两个需要最新的选人服务器程序支持)
19-增加了治愈术/群体治愈术/灵魂道符/幽冥火咒的攻击增加率的控制
pwr = 0级 maxpwr = 每级增加点数 dpwr = 0级附加道数百分比 dmaxpwr = 每级增加百分比
20-增加了怪物的抗麻痹设置,使用最新的怪物编辑器
21-增加以下新的内部命令
removemagic 技能名或者技能id (需要最新的数据库程序支持)删除指定技能
addhp 数量 增加自己的hp
reloaditemlimit 重新读取物品限制
takeitemall 物品名字 拿走背包内所有该类物品
msgbox [目标人名] 内容 弹出一个消息框,不指定目标人名,则发给自己。内容中可以用变量。
multimaphumteleport mapid1 mapid2 mapid3 [x] [y] 将mapid1至mapdi2的所有玩家传到mapid3的X.Y处.X,Y可不写
groupmove mapid [x] [y] 群组传送
22-server.txt中Var段新增参数设置
hprecoverpoint = 16 每次回血点数
hprecovertime = 1000 多长时间一次.单位为毫秒
mprecoverpoint = 16 每次回蓝点数
mprecovertime = 1000 多长时间一次.单位为毫秒
GUILDWARTIME = 10800 行会战持续时间 单位为秒
STARTGUILDMEMBERCOUNT = 100 行会初始的人数上限
23-增加天下第一系统行会信息显示 示例:$top_2_0_guildname 天下第一男道士行会名.
24-修正宝宝打怪不增加经验问题
说明:下载后请先测试再进行版本升级.本版本只支持淡抹夕阳通用登陆器2.0正式版登录
淡抹夕阳 精彩无限
K.I.T.T 荣誉出品




 
Last edited:
Joined
Jun 27, 2003
Messages
622
Reaction score
0
And now now in Semi-English:

Palely wipes the setting sun is handed down for generations the server end 0.1.7 downloads

The renewal explained that:

1- realizes three occupations complete skills. Increases the skill includes: The curse technique, the substitute person law symbol, the soul wall, the sleepy evil spirit incantation, the blood shade knife skill, the remnant shade knife skill, the evil spirit soul technique, the saint word technique, the beastly spirit technique, catches up with the person partner correct data which the corpse curse technique uses to see also baseitem.txt, the establishment which the corpse works sees also magicext and basemonsterex.txt

2- increase line engages in a decisive battle, the guild alliance function, supports the increase guild population upper limit function
SETGUILDMAXMEMBERCOUNT [ guild ] quantity establishment guild greatest population
ADDGUILDMAXMEMBERCOUNT [ guild ] quantity increase guild greatest population
Requestguildwar guild carries on the line to engage in a decisive battle
Buildally guild alliance
Breakally cancellation guild alliance
ISGUILDEXIST Whether the guild famous guild does exist
ALLOWALLY permission alliance
ISALLOWALLY No permit

3- increases the Gaza city tax revenue, the discount function (establishes starting value in sabukw.txt)
$sabuktotalgold Sha Chengzong fund
$SABUKTODAYINCOME Sha Cheng today receives
$SABUKTEXRATE sand city tax rate
$SABUKREBATE sand city guild member discount rate
SETREBATE the quantity establishment discount rate
SETTEXRATE tax rate tax rate is n%, 50 expressed 50% lack the province is 50%
GETSABUKGOLD quantity quantity saves money from Sha Chengqu the money PUTSABUKGOLD

4- support ordinary overall situation variable and the guild overall situation variable, the ordinary overall situation variable form is $ overall situation variable group name The variable famous guild overall situation variable form is $GUILD. The variable famous guild overall situation variable saves in the GUILDBASE\GUILDS\ guild name VAR under

5- revised goto not to be able to use @storage the function.

6- revised in the goods use inputtext not normal question

7- increased 256 timers (timer) the timerstart 1-256 timer to start the timerstop 1-256 timer to stop the TIMERTIMEOUT 1-256 time (second) inspecting the timer time whether surpassed assigns the time

8- increased the stringlist child directory memory function, the stringlist child directory function, addnamelist the table of contents name \ filename demonstration: Addnamelist tests the \ test name table to interpolate own name data\stringlist\ tests the \ test name table txt examination time does not need to assign the child directory checkcharnamelist test name table child directory if does not exist can automatically found.

9- increased the dynamic npc support Adddynamicnpc npcid name outward appearance mapid x y script increases dynamic npc removedynamicnpc npcid to delete dynamic npc

10- increased delaysystem the systemdelay time script page time delay transfer leaf surface (system level)

11- increased the goods limit The goods limit puts in data table of contents itemlimit.txt the goods limit form is: Goods name = limiting condition 1| limiting condition 2... The limiting condition may be below wilfully one kind of
NODROP cannot discard ]
NODEADDROP not to be able to die
NOEXCHANGE to be unable transaction
NOSELL to be unable to sell to N P C
NOPRIVATESHOP to be unable to put in sets up a stall goods NOREPAIR not to be able to repair
NOTAKEOFF not to be able to dismount
NOSTORAGE not to be able to save warehouse
NOUPDATETODB not to be able to renew to database
NOUPGRADE cannot promote the demonstration:
Returns to city stone =nodrop|nodeaddrop

12- increases the new map to mark NOGROUPMOVE, the prohibition forms a team moves
NOSANDCITYHOME, forbids Sha Chenghui city
NODMOVE, the prohibition to flicker moves ring
NOFLASHMOVE, the prohibition flickers moves skill
USERDEFINE1,
USERDEFINE2,
USERDEFINE3,
USERDEFINE4,
from the definition, uses in the script examination

13- support monster triggers, in MonGens the script and page 守护者 /176/71/71/40/2/600/@ 守护者 which brushes strange document China and Canada to assign tutelary

14- increase summons the baby animation special effect, the role uses when the move function the animation special effect

15- increased the broken shield, 破击 剑法 probability and attack control. In basemagic.txt the power = 0 levels of broken shields or broken guard against probability maxpower = each level to increase how many probability these two values to establish 1 to express 1% defpower = 0 levels of attachments attacks points defmaxpower = each level increases how many points

16- increase map check triggered the function [ 16:300,300|enter&leave ] @QTest0001.main [ 16:300,300|leave ] @loginenv.login

17- increased the raging fire 剑法 attack increment control. The defpower = 0 levels increase how many attack defmaxpower = each levels to increase how many attack this values to establish 1 expression to increase 1% recommendation value 40, 40

18- revised has slightly drawn back is unable to save the knapsack goods position and slightly to draw back the too quick confirmation defeat the question. Supports newly 1.9.0.0 immediately reactivating function. (Above two need newest choose person server procedure support)

19- increased has cured the technique/community to cure the technique/soul symbol/nether world fire incantation attack increment control pwr = 0 level of maxpwr = each level of increase points dpwr = 0 levels of attachments magical skills percentage dmaxpwr = each level to increase the percentage

20- increased the monster anti- paralysis to establish, uses the newest monster editor

21- increases the new internal command removemagic skill name or skill id (needs most recent database procedure support) to delete assigns the skill addhp quantity to increase own hp reloaditemlimit reto read takes the goods to limit the takeitemall goods name to take away in the knapsack all this kind of goods msgbox [ goal personal name ] the content to spring a news frame, does not assign the goal personal name, then issues oneself. In the content may use the variable. Multimaphumteleport mapid1 mapid2 mapid3 [ x ] [ y ] all plays as handed down in the family mapid1 to mapdi2 as mapid3 X.Y place X, Y may not write groupmove mapid [ x ] [ y ] the group group to transmit

22-server.txt the Var section creation parameter establishes hprecoverpoint = 16 each time to return to blood points hprecovertime = more than 1,000 long time The unit = 16 each time returns to blue points mprecovertime = more than 1,000 long time for millisecond mprecoverpoint The unit engages in a decisive battle for the millisecond GUILDWARTIME = 10,800 lines the duration unit for the second STARTGUILDMEMBERCOUNT = 100 guilds initial populations upper limit

23- increase world first system guild information demonstration demonstration: $top_2_0_guildname world first male taoist priest guild

24- revises the baby 打怪 not to increase the experience question
 
Joined
Jun 27, 2003
Messages
622
Reaction score
0
Terabyte - Woool V1.7 + 1.7SP1 - RaGEZONE Forums
淡抹夕阳传世服务器端0.1.7SP1下载
更新内容:
1-修正无法兼容淡抹夕阳通用登陆器1.41版问题
2-修正了折扣率问题
3-修正了玩家的魔法可以伤害自己的问题
4-修正了宝宝被攻击后,进安全区可以杀人问题
5-怪物的经验和物品所属修改成第一个伤害该怪物,并且保持在一定时间内继续伤害该怪物的人
6-解决角色打怪时,无法做动作问题
7-修正突斩不少血问题
8-修正了联盟行会申请行会战不取消联盟问题
9-修正了非沙城主可以申请沙城霸主雕像问题
10-增加上线行会战提示功能
11-增加内部命令 isfirstguildmaster 检查是否是第一个会长

说明:在0.1.7的基础上替换原有相同程序即可,下载后请先测试再进行版本升级
淡抹夕阳 精彩无限
K.I.T.T 荣誉出品



Palely wipes the setting sun to be handed down for generations the server to carry the 0.1.7SP1 downloading Renewal content:
After 1- revision was compatibly unable compatibly palely to wipe the setting sun general landing 1.41 edition questions
2- to revise the discount rate question
3- to revise has played family's black magic to be allowed to injure own question 4- to revise the baby to attack, entered the safe area to be allowed to kill people the question
5- monster experience and the goods respectively revises first to injure this monster, and maintained in the certain time continues to injure this monster the person
6- solution role 打怪 time, Was unable to make the movement question
7- revision suddenly to cut many blood question
8- to revise the alliance guild to apply for the line to engage in a decisive battle does not cancel the alliance question
9- to revise non- Sha Chengzhu to be allowed to apply for the sand city overlord statue question
10- to increase the line line to engage in a decisive battle prompt function
11- increase internal command isfirstguildmaster to inspect whether was the first association president
 
Last edited:
Back
Top