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);
You're doing RebornCharacter2(); right? Not RebornCharacter();
Turns out I wasn't
Quote:
Originally Posted by pmo
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);
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.
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
[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]