well enough talk, lets ask some questions shall we?
1."Sometimes" I encounter the revive button not functioning(by functioning I mean showing up) properly as it is supposed to as usual. Yes, I have looked over this and the revive code is exactly where it is supposed to be.
Code:
client.Send(new MapStatus() { ID = client.Entity.MapID, Status = 0 });
client.Entity.TransformationID = 0;
client.Entity.Update(true, false, true, Game.Enums.StatusFlag.Dead);
client.Entity.Hitpoints = client.Entity.MaxHitpoints;
2.Bound Conquer Points are not working as usual. by that I mean that they do not purchase anything I want to spend them on. this is how I save/load them:
Save:
Code:
.Set("BoundCPs", client.Entity.BoundConquerPoints)
Code:
client.Entity.BoundConquerPoints = r.ReadUInt32("BoundCPs");
4.The skill "Phoenix" doesn't seem to be working properly, for example, I wield a Blade and a Sword the attack monsters but the effect doesn't show neither the exp rises.
Probably I'll have more questions later on, but I have fixed most of my questions. These are the main ones I'm concerned about. any help would be greatly appreciated with this






