Hey
When i first reborn Eternity send me to a spot where i cant see or move my charater O.o
whats the solution?
When i first reborn Eternity send me to a spot where i cant see or move my charater O.o
whats the solution?
public void RebornCharacter(byte ToJob)
foreach (Skill S in Skills.Values)
{
MyClient.AddSend(Packets.GeneralData(EntityID, S.ID, this.Loc.X, this.Loc.Y, 109));
}
foreach (Prof P in Profs.Values)
{
MyClient.AddSend(Packets.GeneralData(EntityID, P.ID, this.Loc.X, this.Loc.Y, 108));
}
nice bro, :PQuote:
have fun.Code:public void RebornCharacter(byte ToJob) foreach (Skill S in Skills.Values) { MyClient.AddSend(Packets.GeneralData(EntityID, S.ID, this.Loc.X, this.Loc.Y, 109)); } foreach (Prof P in Profs.Values) { MyClient.AddSend(Packets.GeneralData(EntityID, P.ID, this.Loc.X, this.Loc.Y, 108)); }