Revised Perfect Reborn Script

05/18/2010 00:52 Arcо#16
Quote:
Originally Posted by .Summer View Post
then put skill self at 2nd rb.
skilld is 9876, 0
Code:
NewSkill(new Skill() { ID = 9876 , Lvl = 0, Exp = 0 });
It's already there.
05/18/2010 03:49 sagitarius2118#17
hey arco, when i got the 2 reborn i only have summonguard
05/18/2010 03:56 Arcо#18
And you followed all the instructions I gave?
05/18/2010 04:40 sagitarius2118#19
yes, i follow correctly, the 1 reborns skills all works but the 2 not.. :S
05/18/2010 06:27 jairot#20
Good Job. First this excelent work . i donīt find problem.... Thanks xD
05/18/2010 07:08 Gazzayeatman#21
Pretty sure I identified the problem above. As I am a nublet at C# I don't have a fix:S
05/21/2010 14:13 pmo#22
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);
05/22/2010 06:16 Arcо#23
Quote:
Originally Posted by Gazzayeatman View Post
Pretty sure I identified the problem above. As I am a nublet at C# I don't have a fix:S
You're doing RebornCharacter2(); right? Not RebornCharacter();
05/23/2010 04:54 darkbringer26#24
Ok im a total noob at this.. so laugh at my question if you want

i tried to put this
public int Top = 0;

in the character.cs, but when i tried to build the server it gave me an error that says "Expected class, delegate, enum, interface, or struct"

can anyone help me out? My guess is that im trying to put it in the wrong place... so if anyone can point out where the proper place is
05/24/2010 09:33 Gazzayeatman#25
Quote:
Originally Posted by .Arco View Post
You're doing RebornCharacter2(); right? Not RebornCharacter();
Turns out I wasn't



Quote:
Originally Posted by pmo View Post
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);


Thanks it was what I needed
07/17/2010 05:35 liljon50#26
Hmm, Is this a standalone? or is some of your previous script still supposed to be in the coding? I get it all in there but I can't seem to get it to work. Maybe if you could just release it in Database.cs and Character.cs form via msn at [Only registered and activated users can see links. Click Here To Register...] or on mediafire or something. Hope to hear back from ya soon.
07/17/2010 06:07 Fish*#27
put it to character.cs
07/18/2010 22:27 liljon50#28
Hmm, this is probably pretty easy to fix. But after 2nd rb it gives me guard again. So i have guard and then empty slot then other skills the empty slot hovering over says guard lol. which is from the 1st rb
07/19/2010 13:17 .Beatz#29
Very nice .Arco will test this out when I get home :) Hope it works.

@liljon50 if no one has replied by the time I get home I will see what I can do for ya.
08/19/2010 15:46 †he Knight#30
Arco dude you suck , It made me 26541654867 Errors..