Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 03:29

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

Advertisement



dekaron reborn system

Discussion on dekaron reborn system within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
bigmanlord's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 155
Received Thanks: 1
[HELP]dekaron reborn

hallo ich hab den reborn eingerichtet aber die stat punkte werden
auch resetet was muss ich da mal genau beachten damit
die stat punkte beim reborn behalten werden kann?


with Babylon translated

Hello i got the reborn outfit but the stat points are also reset what do I need time carefully so that the stat points when reborn keep?
bigmanlord is offline  
Old 09/03/2009, 14:09   #2
 
janvier123's Avatar
 
elite*gold: 20
Join Date: Nov 2007
Posts: 2,853
Received Thanks: 1,876
that english looks like ****, i cant make up whate the hell your trying to say
reborn outfit ??
janvier123 is offline  
Old 09/03/2009, 16:59   #3
 
bigmanlord's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 155
Received Thanks: 1
Quote:
Originally Posted by janvier123 View Post
that english looks like ****, i cant make up whate the hell your trying to say
reborn outfit ??
idk i translated with babylon me english is bad.

Hello i turned on the reborn but stat issues also reset what do I need time carefully so that the stat points when reborn keep?

its that better translated?
bigmanlord is offline  
Old 09/03/2009, 22:06   #4
 
elite*gold: 0
Join Date: Feb 2008
Posts: 185
Received Thanks: 57
If you are using a script, check that it is only modifying the wlevel field and no others.
caper is offline  
Old 09/03/2009, 22:45   #5
 
bigmanlord's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 155
Received Thanks: 1
Quote:
Originally Posted by caper View Post
If you are using a script, check that it is only modifying the wlevel field and no others.
USE [character];
GO

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 >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 1) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 2) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 3) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 4) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 5) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

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 = 6) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);

its this ok when i reborn stat point resetet all time ?
bigmanlord is offline  
Old 09/03/2009, 23:02   #6

 
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
i never used a reborn script before but from what im reading isnt this script gonna make a reborn to lvl 1 with 250 stat points and when it reaches lvl 170 again it will be reborned back to lvl 1 but again with 250 stat points which means that the player would just be repeating himself or is the reborn gonna be one beacuse it says Reborn + 1
~Kakkarot~ is offline  
Old 09/03/2009, 23:11   #7
 
bigmanlord's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 155
Received Thanks: 1
idk this skript works when i relog is lvl 1 and stat isnt resetet when i have str= 1000
then reborn is str =3 why can i do that str=1000 stay?
bigmanlord is offline  
Old 09/04/2009, 00:25   #8

 
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
everything goes back the way it was beacuse of this
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

see the scripts literaly reborns the char just the way it would be as if you would make a new one, only difference is that you added 250 stat points at the beginning
~Kakkarot~ is offline  
Thanks
1 User
Old 09/04/2009, 16:07   #9
 
bigmanlord's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 155
Received Thanks: 1
Quote:
Originally Posted by ~Kakkarot~ View Post
everything goes back the way it was beacuse of this
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

see the scripts literaly reborns the char just the way it would be as if you would make a new one, only difference is that you added 250 stat points at the beginning
What do I have just change the stat points remain the reborn?
bigmanlord is offline  
Old 09/04/2009, 16:13   #10

 
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
Quote:
Originally Posted by bigmanlord View Post
What do I have just change the stat points remain the reborn?
well, for example if reborn is at lvl 170 and you get 5 stat points per lvl then 170X5=850 so put that when reborned lvl 1 gets 850 extra stat points

like this:

UPDATE dbo.user_character
SET wLevel = 1, dwExp = 0, wStatPoint = 850 * (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 = 6) AND (wlevel >= 190) AND (dwMoney >= (500)) AND (Reborn < 50);
~Kakkarot~ is offline  
Thanks
1 User
Old 09/04/2009, 16:51   #11
 
elite*gold: 0
Join Date: Feb 2008
Posts: 185
Received Thanks: 57
Or just remove the lines dealing with stat points all together and reborn them exactly as they are. Then let them purchase regens if they need to move stats around. Good way to get donations and is already done by other servers.

You can also reborn them exactly as they are with an additional 250 stats if needed.
caper is offline  
Old 09/04/2009, 16:52   #12

 
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
yup capers way is better one
~Kakkarot~ is offline  
Reply


Similar Threads Similar Threads
which reborn system is better?
12/07/2012 - Dekaron Private Server - 18 Replies
1. resets lvl to 1, resets stats,skills to original, and add +250 stats multiplied by reborn no. 2. resets lvl to 1, resets skills to original and REMAIN stats. which one people prefer and why?
[Help]Reborn system
12/20/2009 - Dekaron Private Server - 8 Replies
Trane Please delete my topic. reason users do not have the right to post it because it is a funny and say that and double post.
[Help]Reborn System
08/05/2009 - Dekaron Private Server - 1 Replies
http://img35.imageshack.us/img35/281/semttulogos.j pg Hi all im having this error and my characters not reborning(lv205 reborn) please a sollution xD
reborn system for dekaron
03/16/2009 - Dekaron Private Server - 2 Replies
hi pls help me with reborn system for dekaron... i wanna make a pserv (don't worry i wanna play only me and some friends from schools).who have this system pls add my id: [email protected]. :handsdown::handsdown:pls help me:handsdown::handsdown: THANK YOU VERY MUCH!:)
[New]Reborn System
08/31/2008 - EO PServer Hosting - 1 Replies
Hey ALL e*pvp Members im working on a new Reborn System and it will be kinda Hard because it will be a Great Quest beside its my first Custom Quest :D I will be letting pics here etc and will either Realse it if i got some thanks or only keep it for me and the people who will help me with :P I Promise nothing



All times are GMT +1. The time now is 03:29.


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.