Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 13:57

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

Advertisement



[HELP] problem auto reborn

Discussion on [HELP] problem auto reborn within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
insteadof's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 114
Received Thanks: 10
[HELP] problem auto reborn

after I completed all here
Code:
************************************************************************
***********************     Server Side Setup    ***********************
************************************************************************


1)   Open/start: "Query Analyzer"
2)   Login with your Login Name and password
3)   Copy and paste the following line:




	
Code:

	
USE [character];
GO

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

4)   Press "Parse Query (ctrl + F5) and press Execute Query (F5)
5)   Copy and past the following lines:



	
Code:

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

6)   Press "Parse Query (ctrl + F5) and press Execute Query (F5)
     This will make all lvl 170 players reborn
     NOTE: Gm's with lvl 200+ will also be reborn!

     Note: That "WHERE (byPCClass = 6)" is the class, so 1 line for every class

7)   Close: "Query Analyzer"
8)   Start: "SQL Server Agent" (can be found in the taskbar or start menu)
9)   Open/start: "Enterprise Manager"
10)  Go to: Console Root/Microsoft SQL Servers/SQL Server Group/(local) (Windows NT)/Managemnt/SQL Server Agent/Jobs
11)  Right click in the right windows "New Job"
12)  In tab "General" look for "Name:" enter "reborn" of what ever you like
     In tab "Steps" click "new" 
     "Step name:" enter "Class0"
     "Type:" select: "Transact-SQL Script (TSQL)"
     "Database:" select: "character"
     "Command:" Enter the following line:




	
Code:

	
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);

      Press "Apply" then "ok"
      Repeat step: 12

      WARNING: DONT FORGET TO CHANGE "WHERE (byPCClass = 0)" FOR EACH CLASS!!!
 
      You should have 1 step for every class, if you dont it ok
13)   In tab "Schedules" click "New Schedule"
14)   "name:" enter "run" of what ever you want
      "Schedule Type" select "Recurring"
      Click "Change" and enter the following:


    Occurs: Daily
    Daily: Every 1 Day(s)
    Daily Frequency: Occurs Every: 1 Minute(s)
    Starting at: 0:00:00
    Ending at: 23:59:59
    Durdation: (today's date) 
           No end Date

15)   Press "Ok" and "Apply" when asked"
      This will make all classes reborn every 1 Minute(s)
    IF! Lvl 170+
    IF! 50.000.000 Dill
    IF! Reborns less then 50 times

16)   Open/start: "Query Analyzer"
17)   Copy and past the following line:




	
Code:

	
USE [account];
GO


UPDATE dbo.user_profile
SET login_flag = 0, 
WHERE (login_flag0 = 1100);

18)    Make a job for this also (see step 12)
19)    Start All Jobs
it works very well at first was rebon
but after the 2nd reborn rebon + 4 = 5 = 1250 reborn poitn
pls tell me why?
insteadof is offline  
Old 02/26/2011, 16:18   #2
 
insteadof's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 114
Received Thanks: 10
help me
insteadof is offline  
Old 03/15/2011, 02:06   #3
 
elite*gold: 0
Join Date: Mar 2011
Posts: 78
Received Thanks: 7
it is only checking if the reborn is less then 50 if thats what you mean sorry i don't understand what you mean...
devphoenix21 is offline  
Reply


Similar Threads Similar Threads
[HELP]Auto Reborn System
11/24/2010 - Dekaron Private Server - 25 Replies
Hello All .. Can Some One Tell Me And Teach Me How To Create An Auto Reborn System ??? Thank You
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 13:57.


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.