Game-Elites
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Game Elites is offering you all kind of Hacks, Bots, Tips and Tools.
 
HomeLatest imagesSearchRegisterLog in

 

 [Release] Second Reborn (FULL) [FINISHED]

Go down 
AuthorMessage
LeGend
NOOB!
NOOB!
LeGend


Posts : 18
Join date : 2009-05-09
Age : 31
Location : California

[Release] Second Reborn (FULL) [FINISHED] Empty
PostSubject: [Release] Second Reborn (FULL) [FINISHED]   [Release] Second Reborn (FULL) [FINISHED] EmptySat May 09, 2009 5:23 pm

First Off Here are the definitions
Add these into Client.cs

Code:
public string RBGem2 = "";
public string RBGem = "";
 public int into = 0;

Add these into Character.cs
Code:

  public byte FirstJob = 0;
        public byte SecondJob = 0;

You need to download this and Place it in your Other.cs
http://www.mediafire.com/download.php?ijdmolxirey

Here is the Control Code its too big to post on here so its in a text file
http://www.mediafire.com/download.php?jnd5nyyoozn


Last edited by LeGend on Sat May 09, 2009 5:29 pm; edited 1 time in total
Back to top Go down
LeGend
NOOB!
NOOB!
LeGend


Posts : 18
Join date : 2009-05-09
Age : 31
Location : California

[Release] Second Reborn (FULL) [FINISHED] Empty
PostSubject: The Npc   [Release] Second Reborn (FULL) [FINISHED] EmptySat May 09, 2009 5:26 pm

Last but not Least the Npc
Here is the Talk Code:
Code:

 if (CurrentNPC == 19993)
                            {
                                if (MyChar.RBCount == 2)
                                {
                                    SendPacket(General.MyPackets.NPCSay("You are already Second reborn. I cannot help you."));
                                    SendPacket(General.MyPackets.NPCLink("I see.", 255));
                                    SendPacket(General.MyPackets.NPCSetFace(30));
                                    SendPacket(General.MyPackets.NPCFinish());
                                }
                                else
                                {
                                    if (MyChar.Level >= 120 && MyChar.RBCount == 1)
                                    {
                                        SendPacket(General.MyPackets.NPCSay("I devote all my life to the research of eternity, finally I know the aranum of Rebirth of the life."));
                                        SendPacket(General.MyPackets.NPCLink("I would like to know it.", 1));
                                        SendPacket(General.MyPackets.NPCLink("Just passing by.", 255));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                    else if (MyChar.Level >= 110 && MyChar.Job == 135)
                                    {
                                        SendPacket(General.MyPackets.NPCSay("I devote all my life to the research of eternity, finally I know the aranum of Rebirth of the life."));
                                        SendPacket(General.MyPackets.NPCLink("I would like to know it.", 1));
                                        SendPacket(General.MyPackets.NPCLink("Just passing by.", 255));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                    else if (MyChar.Level > 119)
                                    {
                                        SendPacket(General.MyPackets.NPCSay("You can only Second reborn if you are level 120 or over."));
                                        SendPacket(General.MyPackets.NPCLink("I see.", 255));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                }
                            }
Back to top Go down
 
[Release] Second Reborn (FULL) [FINISHED]
Back to top 
Page 1 of 1
 Similar topics
-
» 1st Reborn script
» [Release] Nobility
» [Release] Free Cps by Npc
» [Release] Day & Night
» [Release] Lucytime aka BlessSkill

Permissions in this forum:You cannot reply to topics in this forum
Game-Elites :: Conquer Online 2 :: CO2 Programming-
Jump to: