mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Merge branch 'develop' into ioncannon/crafting_and_localleves
This commit is contained in:
@@ -2732,7 +2732,7 @@ namespace Meteor.Map.Actors
|
||||
private void EquipAbilitiesAtLevel(byte classId, short level, List<CommandResult> actionList = null)
|
||||
{
|
||||
//If there's any abilites that unlocks at this level, equip them.
|
||||
List<ushort> commandIds = Server.GetWorldManager().GetBattleCommandIdByLevel(classId, GetLevel());
|
||||
List<ushort> commandIds = Server.GetWorldManager().GetBattleCommandIdByLevel(classId, level);
|
||||
foreach (ushort commandId in commandIds)
|
||||
{
|
||||
EquipAbilityInFirstOpenSlot(classId, commandId, false);
|
||||
|
@@ -79,8 +79,10 @@ namespace Meteor.Map.actors
|
||||
|
||||
public class PushBoxEventCondition
|
||||
{
|
||||
public uint bgObj;
|
||||
public uint layout;
|
||||
public string conditionName = "";
|
||||
public float size = 30.0f;
|
||||
public string reactName = "";
|
||||
public bool outwards = false;
|
||||
public bool silent = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user