修改拾取优化和初始移动速度
This commit is contained in:
parent
e098e0197c
commit
9bd90e2516
4 changed files with 877 additions and 881 deletions
|
|
@ -440,8 +440,8 @@ OverSpeedKickCount=2
|
|||
KickOverSpeed=0
|
||||
HitIntervalTime=550
|
||||
MagicHitIntervalTime=720
|
||||
RunIntervalTime=300
|
||||
WalkIntervalTime=300
|
||||
RunIntervalTime=330
|
||||
WalkIntervalTime=330
|
||||
TurnIntervalTime=100
|
||||
ActionIntervalTime=300
|
||||
DisableStruck=1
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -114,7 +114,7 @@ function PlayerLogin:Login(actor)
|
|||
---* ¼¤»îʰȡ¾«Áé
|
||||
if getflagstatus(actor, VarCfg.Falg_shiqujinlin) == 1 then
|
||||
createsprite(actor, "à»à»»¢")
|
||||
pickupitems(actor, 3, 8, 500)
|
||||
pickupitems(actor, 3, 10, 1000)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue