I've been thinking, if possible as the item feedback mod, why not have XP as well?
It would be cool
Â
When i kill and npc working the message EXP RECEBIDA
Quote
    public static void SendEntityDie(Entity en)
    {
      SendDataToProximity(en.MapId, new EntityDiePacket(en.Id, en.GetEntityType(), en.MapId));
      PacketSender.SendActionMsg(en, "EXP RECEBIDA", CustomColors.Alerts.ModJoined);
    }
Â
I just need to get the NPC EXP information to convert it to a string
Question
Guest
I've been thinking, if possible as the item feedback mod, why not have XP as well?
It would be cool
Â
When i kill and npc working the message EXP RECEBIDA
I just need to get the NPC EXP information to convert it to a string
Â
Can someone help me?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now