Register for your free account! | Forgot your password?

You last visited: Today at 22:50

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

Advertisement



Reborn?

Discussion on Reborn? within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
Reborn?

Anyone in here find any tuts on reborn? Search gave me nothing lol Or maybe you know how to get it working. Any help is appreciated with thanks.
ItsNobody is offline  
Old 03/08/2009, 17:29   #2
 
♠Blunt♠'s Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,454
Received Thanks: 159
you could use this tools posted by SilkBotter
♠Blunt♠ is offline  
Thanks
1 User
Old 03/08/2009, 17:30   #3
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
Yea i got those tools but i thought reborn was automatic?
ItsNobody is offline  
Old 03/08/2009, 17:40   #4
 
♠Blunt♠'s Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,454
Received Thanks: 159
Hmm... I know that fussion got it automaticly. When you're lvl 170 you log out and go back to lvl 1, But I'm pretty sure it's with that tools you just have to mess with it.
♠Blunt♠ is offline  
Old 03/08/2009, 17:44   #5
 
elite*gold: 0
Join Date: Jan 2009
Posts: 39
Received Thanks: 11
yes, its posible to make that from sql with a script thing or modify map reset with ur reborn thing and players should be able to reborn from webpage like map rese, or if u had others projects like ..Mu online then u know for sure what to do.
kindland is offline  
Old 03/10/2009, 11:32   #6
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
hmmm cant find the script and its not in silks files
ItsNobody is offline  
Old 03/10/2009, 11:51   #7



 
MMOPerfectionİ's Avatar
 
elite*gold: 280
Join Date: Mar 2008
Posts: 1,548
Received Thanks: 310
we didnt use silks files for our rb's
MMOPerfectionİ is offline  
Old 03/10/2009, 11:52   #8
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
mind hinting me fack?
ItsNobody is offline  
Old 03/10/2009, 12:05   #9



 
MMOPerfectionİ's Avatar
 
elite*gold: 280
Join Date: Mar 2008
Posts: 1,548
Received Thanks: 310
custom written query is the only way ur gonna get it to work


maybe take a look at a mu pserver db file's and check theyre rb script for other clues :P
MMOPerfectionİ is offline  
Old 03/10/2009, 12:27   #10
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
kkk ty much fak
ItsNobody is offline  
Old 03/10/2009, 12:37   #11
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339

these mu online server files?
ItsNobody is offline  
Old 03/10/2009, 14:04   #12
 
elite*gold: 0
Join Date: Nov 2007
Posts: 66
Received Thanks: 8
what kind of reset do u want?
lolpol is offline  
Old 03/10/2009, 16:04   #13
 
elite*gold: 0
Join Date: Nov 2007
Posts: 66
Received Thanks: 8
first u should add a new reborn column in user_character in query analyzer
USE [character];
GO

ALTER TABLE [user_character] ADD [Reborn] [smallint] DEFAULT(0) NOT NULL;

then

add job example for AK (its not full )

UPDATE dbo.user_character
SET wLevel = 1, dwExp = 0, wStatPoint = 250 * (Reborn + 1), nHP=106, nMP=16, dwMoney = dwMoney - (50000000), wStr = 6, wDex = 3, wCon = 4, wSpr = 2, wPosX = 336, wPosY = 366, Reborn = Reborn + 1, wMapIndex = 7, wSkillPoint = 0
WHERE (byPCClass = 0) AND (wlevel >= 170) AND (dwMoney >= (50000000)) AND (Reborn < 50);

its like 50 max reborns on lvl 170 which cost 50kk and add reborn*250stat points, you should add if login_flag = 0 and do something with skills;]
lolpol is offline  
Thanks
1 User
Old 03/10/2009, 22:56   #14
 
ItsNobody's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 784
Received Thanks: 339
Quote:
Originally Posted by lolpol View Post
first u should add a new reborn column in user_character in query analyzer
USE [character];
GO

ALTER TABLE [user_character] ADD [Reborn] [smallint] DEFAULT(0) NOT NULL;

then

add job example for AK (its not full )

UPDATE dbo.user_character
SET wLevel = 1, dwExp = 0, wStatPoint = 250 * (Reborn + 1), nHP=106, nMP=16, dwMoney = dwMoney - (50000000), wStr = 6, wDex = 3, wCon = 4, wSpr = 2, wPosX = 336, wPosY = 366, Reborn = Reborn + 1, wMapIndex = 7, wSkillPoint = 0
WHERE (byPCClass = 0) AND (wlevel >= 170) AND (dwMoney >= (50000000)) AND (Reborn < 50);

its like 50 max reborns on lvl 170 which cost 50kk and add reborn*250stat points, you should add if login_flag = 0 and do something with skills;]
gettin this error now Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'dbo.user_character'.


EDIT:: No error now cept Incorrect ID when i try to login with reborn char
ItsNobody is offline  
Old 03/10/2009, 23:13   #15
 
Venomblood314's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 142
Received Thanks: 11
Quote:
Originally Posted by MidnightClub View Post
Hmm... I know that fussion got it automaticly. When you're lvl 170 you log out and go back to lvl 1, But I'm pretty sure it's with that tools you just have to mess with it.
yes the auto system is a great idea, just dont screw it up like fussion and set it insanely low with high exp. everyone just hated it
Venomblood314 is offline  
Reply


Similar Threads Similar Threads
Where to do reborn and 2nd reborn in CoMy?
09/05/2009 - CO2 Private Server - 5 Replies
where can i do reborn and 2nd reborn? Thats the question
130 Non Reborn Tro
07/17/2007 - Conquer Online 2 - 7 Replies
does anyone know the stats for a 130 non-reborn tro? cause im a second reborn tro and and dont remember what stats a 130 tro has, ill give karma to whoever helps me...lol.. :cool:
QUESTION about reborn and 2nd reborn at lv130
12/14/2006 - Conquer Online 2 - 9 Replies
my question is if i got reborn at lv130 and got extra 55point after i got lv130 again and got reborn again what will happen to the extra 55point when i first reborn? because i don't want to waste time lv to 130 if i got 2nd reborn these point will gone. any one have a lv130-lv130-and reborn please help me thank you^^



All times are GMT +2. The time now is 22:50.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.