• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] about RanCP & AutoReborn Counter

Status
Not open for further replies.
Initiate Mage
Joined
Jan 6, 2007
Messages
4
Reaction score
0
how to fix this error, when i create new account on rancp my autoreborn counter reset to 0
 
Junior Spellweaver
Joined
Aug 24, 2006
Messages
173
Reaction score
0
Re: Question about RanCP & AutoReborn Counter

Read The Stickies
 
Upvote 0
Junior Spellweaver
Joined
Apr 23, 2006
Messages
115
Reaction score
9
Re: Question about RanCP & AutoReborn Counter

ok bro use mine ^_^ i use this autoReborn it will not reset, i will bet ^_~
but skills and stats will not reset only the levels and skills, enjoy!
just add CharRebornTotal Column under ChaInfo Table

Update [ChaInfo] set [ChaInfo].ChaReborn = inserted.ChaRebornTotal
From Inserted
Where [ChaInfo].UserNum = inserted.UserNum
and [ChaInfo].ChaName=inserted.ChaName

Update [ChaInfo] set [ChaInfo].ChaLevel=1,
[ChaInfo].ChaRebornTotal=inserted.ChaRebornTotal + 1, -- Reborn counter
[ChaInfo].ChaExp=0, -- Set Exp back to 0
[ChaInfo].ChaSaveMap = 2,
[ChaInfo].ChaSavePosX = 60,
[ChaInfo].ChaSavePosY = 8,
[ChaInfo].ChaMoney = [ChaInfo].ChaMoney - 1000000, -- Optional : Reborn cost 1m
[ChaInfo].ChaQuest = NULL -- Optional : Delete quest list (need restart all quests) after reborn
From Inserted
Where Inserted.ChaLevel >= 230 -- Level to reborn
and [ChaInfo].ChaReborn <= 3 -- Max Reborn number
and [ChaInfo].ChaName = inserted.ChaName
and [ChaInfo].UserNum = inserted.UserNum
and [ChaInfo].ChaBright >= 0 -- Optional : Require 0 or more attr for reborn
and [ChaInfo].ChaMoney >= 1000000
 
Upvote 0
Initiate Mage
Joined
Jan 6, 2007
Messages
4
Reaction score
0
Re: Question about RanCP & AutoReborn Counter

Thanks lucian0127 but my problem is my Top Reborn Counter reset to 0 when i creat new account on my ran cp how to fix this
 
Upvote 0
Banned
Banned
Joined
Apr 2, 2007
Messages
863
Reaction score
14
Re: Question about RanCP & AutoReborn Counter

@rappian

use [tags] when you post next time.
 
Upvote 0
Quit
Loyal Member
Joined
Oct 18, 2006
Messages
709
Reaction score
94
Re: Question about RanCP & AutoReborn Counter

ok bro use mine ^_^ i use this autoReborn it will not reset, i will bet ^_~
but skills and stats will not reset only the levels and skills, enjoy!
just add CharRebornTotal Column under ChaInfo Table

bro.. ur autotreborn will reset skills and level? huhuhu
 
Upvote 0
Status
Not open for further replies.
Back
Top