Turns out I wasn'tQuote:
You're doing RebornCharacter2(); right? Not RebornCharacter();
Quote:
im with Gazzayeatman i think when you 2rb it just does 1rb agian .. thats why no bless skill
still .Arco nice work
for the ppl that was not getting bless after 2rb
try this in Alex you see this
Over:
if (Control == 3) GC.MyChar.RebornCharacter(11);
if (Control == 4) GC.MyChar.RebornCharacter(21);
if (Control == 5) GC.MyChar.RebornCharacter(41);
if (Control == 6) GC.MyChar.RebornCharacter(132);
if (Control == 7) GC.MyChar.RebornCharacter(142);
if (Control == 8) GC.MyChar.RebornCharacter(51);
make it this just needed the 2 in it
Over:
if (Control == 3) GC.MyChar.RebornCharacter2(11);
if (Control == 4) GC.MyChar.RebornCharacter2(21);
if (Control == 5) GC.MyChar.RebornCharacter2(41);
if (Control == 6) GC.MyChar.RebornCharacter2(132);
if (Control == 7) GC.MyChar.RebornCharacter2(142);
if (Control == 8) GC.MyChar.RebornCharacter2(51);