mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed command bug on class change. Implmented more of the local levequest errors and such.
This commit is contained in:
		| @@ -1265,6 +1265,12 @@ namespace Meteor.Map.Actors | ||||
|                 charaWork.command[16] = 0xA0F00000 | 22005; //Herd | ||||
|                 charaWork.command[17] = 0xA0F00000 | 22009; //Herd 2 | ||||
|             } | ||||
|  | ||||
|             ActorPropertyPacketUtil propertyBuilder = new ActorPropertyPacketUtil("charaWork/command", this); | ||||
|             propertyBuilder.AddProperty(string.Format("charaWork.command[{0}]", 16)); | ||||
|             propertyBuilder.AddProperty(string.Format("charaWork.commandCategory[{0}]", 17)); | ||||
|             List<SubPacket> packets = propertyBuilder.Done(); | ||||
|             QueuePackets(packets); | ||||
|         } | ||||
|  | ||||
|         public void UpdateClassLevel(byte classId, short level) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user