Eternity problem when reborning

03/25/2010 04:28 sefiro233#1
Hey

When i first reborn Eternity send me to a spot where i cant see or move my charater O.o

whats the solution?
03/26/2010 05:50 lostsolder05#2
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));
            }
have fun.
03/26/2010 08:19 Arcо#3
Lol I just added a teleport method with each control.
03/26/2010 12:13 -Shunsui-#4
Quote:
Originally Posted by lostsolder05 View Post
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));
            }
have fun.
nice bro, :P
04/25/2010 04:30 greasontim#5
Where in the NPCDialog would i have put
GC.MyChar.Teleport(1002, 429, 378);
?
04/25/2010 13:15 Fish*#6
Quote:
Originally Posted by greasontim View Post
Where in the NPCDialog would i have put
GC.MyChar.Teleport(1002, 429, 378);
?
use his code :P
04/26/2010 06:11 Arcо#7
Quote:
Originally Posted by grillmad View Post
use his code :P
Maybe he wants the players to spawn in tc?
04/26/2010 08:21 Fish*#8
Quote:
Originally Posted by .Arco View Post
Maybe he wants the players to spawn in tc?
Then he could put the teleport after the reborn is success.
He just have to search for his npc.
I dont know lol.
04/27/2010 06:33 Arcо#9
Quote:
Originally Posted by greasontim View Post
Where in the NPCDialog would i have put
GC.MyChar.Teleport(1002, 429, 378);
?
Doesn't necessarily have to be in the npc, I'd put it inside of the Reborn method.
04/27/2010 20:20 greasontim#10
I put it in the NPC Dialog, Sure it causes 3 seconds of lag but it does the trick