|
@@ -210,7 +210,7 @@ namespace ET.Server
|
|
|
MaxHP = 99999,
|
|
|
HPPer = 1,
|
|
|
HP = 88888,
|
|
|
- Attack = 10,
|
|
|
+ Attack = 100,
|
|
|
AttackPer = 100,
|
|
|
},
|
|
|
effectsExt = new { },
|
|
@@ -266,9 +266,9 @@ namespace ET.Server
|
|
|
{
|
|
|
//x = this.getPlayerAreaData().bornX,
|
|
|
//y = this.getPlayerAreaData().bornY,
|
|
|
- x = 0,
|
|
|
- y = 30,
|
|
|
- direction = 0f,
|
|
|
+ x = 225,
|
|
|
+ y = 127,
|
|
|
+ direction = System.MathF.PI / 2,
|
|
|
hp = 100000,
|
|
|
mp = 0,
|
|
|
},
|