Third reborn quest and item?

07/25/2010 12:28 2010mrsurfer#1
So ive seen a few servers with 3rd,4th and 5th reborn but theres no special item or anything, like you need the celestial stone and Exemption token for 1st and 2nd, i was wondering how would you make a quest for a rebirth? Also how would you make the item, so like the 2nd rebirth you can choose to do the quest or use the token... Also about the npc... i could the npc but i wouldnt be able to actually get you reborn.... I havent thought of any advantages of getting 3rd reborn..

Thanks :D
07/25/2010 12:38 .Beatz#2
There could be advantages of getting reborn if you make those "advantages". It is not hard to do because Conquer has quite a few skills not being used. And you could use Items that are already in the game just not used but if you wanted to create your own it is quite simple. I am sure if you look through some of the folders in your client and in your source you will see how to edit items and make new ones.
07/25/2010 13:24 2010mrsurfer#3
Quote:
Originally Posted by mattyc2580 View Post
There could be advantages of getting reborn if you make those "advantages". It is not hard to do because Conquer has quite a few skills not being used. And you could use Items that are already in the game just not used but if you wanted to create your own it is quite simple. I am sure if you look through some of the folders in your client and in your source you will see how to edit items and make new ones.
Thanks :) i know how to change the colour of items... but not the mesh shape, as for the quest and stuff.. i would probably get stuck
07/25/2010 13:40 .Beatz#4
Ok, Go to Conquer Online Edits section there might be something on there on how to edit items. How would you get stuck on the quest? Making the quest or making the char 3rd reborn? what do you mean?
07/25/2010 13:45 2010mrsurfer#5
Making the quest and making the player 3rd reborn, also i can make the npc that says, "hello, would you like to get 3rd reborn?" i could do that bit, just not the bit where it decreases your items and such
07/25/2010 14:14 .Beatz#6
What you will need to do for the bit that decreases the items and lvl is to take the old NPCs reborn 1 and reborn 2 and see what changes on them to make the player the right reborn. Then just make the 3rd reborn NPC like the others but instead add the 3rd reborn function. Also you will need to do some other things so I would advise looking at some reborn scripts posted on epvpers

Basically instead of it being Reborn == 2 or Reborn == 1 or += 1 whatever it is you will make its Reborn += 3 or Reborn == 3 sorry cant remember what you need to call for it to reborn you lol
07/25/2010 14:56 2010mrsurfer#7
lol, thanks for the help ill look into it :D
07/25/2010 15:54 .Beatz#8
Thats ok you need anymore add me on msn will help you where I can.
07/25/2010 19:37 killersub#9
just look into this for the reborn character and look this up in character.cs it will give you an example :) ( just an example from my source lol...)

Code:
                                       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);
also, remember if your lookin for a nice 3rd reborn system Id suggest copy/paste or re-make another RebornCharacter method in character.cs and name it like "RebornCharacter3" or sumthin and then modify all of it's contents, don't forget to update your NPC by givin it it's correct system, for example:

Code:
GC.MyChar.RebornCharacter(51);
TO

Code:
GC.MyChar.RebornCharacter3(51);
or w.e number u gave it lol...
07/25/2010 23:17 2010mrsurfer#10
Quote:
Originally Posted by mattyc2580 View Post
Thats ok you need anymore add me on msn will help you where I can.
Thanks :) ill probably need some help soon

Quote:
Originally Posted by killersub View Post
just look into this for the reborn character and look this up in character.cs it will give you an example :) ( just an example from my source lol...)

Code:
                                       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);
also, remember if your lookin for a nice 3rd reborn system Id suggest copy/paste or re-make another RebornCharacter method in character.cs and name it like "RebornCharacter3" or sumthin and then modify all of it's contents, don't forget to update your NPC by givin it it's correct system, for example:

Code:
GC.MyChar.RebornCharacter(51);
TO

Code:
GC.MyChar.RebornCharacter3(51);
or w.e number u gave it lol...

Thanks :D do you have a quest or any special items for your 3rd reborns?
07/25/2010 23:26 killersub#11
Quote:
Originally Posted by 2010mrsurfer View Post
Thanks :) ill probably need some help soon




Thanks :D do you have a quest or any special items for your 3rd reborns?
well to tell u da truth no(maybe a luxury gem lol)...but for my 4th reborn yes... it gives them a super 140 +15 2 soc -7 255 gear of deir choice(no weps)... I will release soon how to add ALOT of level 140+ items jus like lastco... :)
07/26/2010 00:44 Fish*#12
Now is up to your self to do a quest, items etc. :)
Goodluck
07/26/2010 10:46 2010mrsurfer#13
Quote:
Originally Posted by killersub View Post
well to tell u da truth no(maybe a luxury gem lol)...but for my 4th reborn yes... it gives them a super 140 +15 2 soc -7 255 gear of deir choice(no weps)... I will release soon how to add ALOT of level 140+ items jus like lastco... :)
That would be awesome! Ive got new edits from some other pserver guide thing, but it replaces the 130 weapons and 120 armors with 137 ones :s

Quote:
Originally Posted by grillmad View Post
Now is up to your self to do a quest, items etc. :)
Goodluck
Thanks :D ill post another thread if i get stuck :) .... going to look at the other quest codes :)
01/24/2020 18:34 pintinho12#14
necromancer attacks again
01/24/2020 19:33 krito777#15
Im interested to speak again about that :D i want to be 16 again :D hahah