Register for your free account! | Forgot your password?

You last visited: Today at 00:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Revised Perfect Reborn Script

Discussion on Revised Perfect Reborn Script within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 05/18/2010, 00:52   #16
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
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.
Arcо is offline  
Thanks
2 Users
Old 05/18/2010, 03:49   #17
 
elite*gold: 0
Join Date: Sep 2006
Posts: 42
Received Thanks: 14
hey arco, when i got the 2 reborn i only have summonguard
sagitarius2118 is offline  
Old 05/18/2010, 03:56   #18
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
And you followed all the instructions I gave?
Arcо is offline  
Thanks
1 User
Old 05/18/2010, 04:40   #19
 
elite*gold: 0
Join Date: Sep 2006
Posts: 42
Received Thanks: 14
yes, i follow correctly, the 1 reborns skills all works but the 2 not.. :S
sagitarius2118 is offline  
Old 05/18/2010, 06:27   #20
 
elite*gold: 0
Join Date: Jun 2009
Posts: 4
Received Thanks: 0
Good Job. First this excelent work . i don´t find problem.... Thanks xD
jairot is offline  
Old 05/18/2010, 07:08   #21
 
elite*gold: 0
Join Date: Nov 2007
Posts: 62
Received Thanks: 21
Pretty sure I identified the problem above. As I am a nublet at C# I don't have a fix:S
Gazzayeatman is offline  
Old 05/21/2010, 14:13   #22
 
elite*gold: 0
Join Date: Jan 2009
Posts: 4
Received Thanks: 1
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);
pmo is offline  
Old 05/22/2010, 06:16   #23
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
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();
Arcо is offline  
Thanks
2 Users
Old 05/23/2010, 04:54   #24
 
elite*gold: 0
Join Date: Oct 2009
Posts: 3
Received Thanks: 0
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
darkbringer26 is offline  
Old 05/24/2010, 09:33   #25
 
elite*gold: 0
Join Date: Nov 2007
Posts: 62
Received Thanks: 21
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
Gazzayeatman is offline  
Old 07/17/2010, 05:35   #26
 
elite*gold: 0
Join Date: Aug 2007
Posts: 22
Received Thanks: 0
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 or on mediafire or something. Hope to hear back from ya soon.
liljon50 is offline  
Old 07/17/2010, 06:07   #27
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
put it to character.cs
Fish* is offline  
Old 07/18/2010, 22:27   #28
 
elite*gold: 0
Join Date: Aug 2007
Posts: 22
Received Thanks: 0
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
liljon50 is offline  
Old 07/19/2010, 13:17   #29
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
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.
.Beatz is offline  
Old 08/19/2010, 15:46   #30
 
elite*gold: 0
Join Date: Apr 2010
Posts: 291
Received Thanks: 61
Arco dude you suck , It made me 26541654867 Errors..
†he Knight is offline  
Reply


Similar Threads Similar Threads
[Release]Perfect RB Script
03/29/2010 - CO2 PServer Guides & Releases - 93 Replies
After about a week of working on this I shall release a perfect RB script for 5165. I went to the Conquer website and got the combination for every RB possible. Well a lot of people are saying its not working. Well this is pretty much just a base then I guess. As dragon said, its easy enough to manipulate. All credits go to me. First you are going to Character.cs and search for:public byte PreviousJob You are going to change that to public byte PreviousJob1 It will ask you something...
Script - The perfect song / dance in party
03/04/2010 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 14 Replies
If SWS and BD is 78 and the songs of second class is enchanted to +6, not need recharge, the MP will recovered after song/dance. Song: LABEL(ren) !CharBuffs(Song of Renewal){ USESKILL(Song of Renewal) } !CharBuffs(Song of Renewal){
[Release] PHP Reborn Script
12/13/2009 - Dekaron Private Server - 24 Replies
Hi, zombe and me where working on a reborn script for player to have there own reborn without the help of GM's this allows them to reborn them when they want just go to the page fill in your character name, and follow the steps Here is the code: reborn.php (FILE MUST BE REBORN.PHP !!!!)
[Release]3rd Reborn Script
06/28/2009 - CO2 PServer Guides & Releases - 8 Replies
public void ReBorn3(byte ToJob) { try { { if (Level == 121) StatP += 40; else if (Level == 122) StatP += 50; else if (Level == 123)
[Release] Reborn Script (Pro Edition)
04/17/2009 - CO2 PServer Guides & Releases - 23 Replies
This is everything you need to setup Reborn in your LOTF based server source. This code doesn't have the MyClient.Drop(); since it is pointless and lame, and has extra Stats for all Jobs including Water Tao. Why Release it? - Already been released, this one is just better. What will I need? - Brain w/ common sense - LOTF source http://www.elitepvpers.com/forum/co2-main-discussio ns-questions/150327-lotf-source-guide.html]



All times are GMT +1. The time now is 00:14.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.