Rebirth help

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
125
i this is my rebirth npc script

[@main]
#IF
checkpkpoint 2
#ACT
goto @b_1
#ELSEACT
goto @main-1

[@b_1]
#say
Go Away you evil pker!\

[@main-1]
#if
checklevel 50
checkgold 10000000
#act
goto @rebirth
#elseact
goto @b_2

[@b_2]
#say
Hey mate you still less than lvl 50 or less than 10mill\
I don't think you can rebirth at this time!\

[@rebirth]
#IF
Checknamelist Rebirthed.txt
#ACT
goto @c_1
#ELSEACT
Goto @rebirth1

[@c_1]
#Say
Hey You can only be REBORN once my friend\\

[@rebirth1]
#say
Hey mate feeling tried with those crap items?\
Here get a chance! I can change your life!!!\
<Really?/@really>\
<No thanks/@exit>\\

[@really]
#say
Sure I will change your life! After you rebirth\
You will view you as lvl 257 but don't be happy\
your status just like lvl 26! hey stop saying ****\
Cause you can wear some uninqe item only after you rebirth\
And you will see your name change colour's\
All you need is lvl 50 and 10mill\
<OK I wanna rebirth/@yes>\
<No thanks/@exit>\\

[@yes]
#act
take gold 10000000
RENEWLEVEL 1 26 0
SENDMSG 1 "%s As Just Been Reborn."
ADDNAMELIST Renewed.txt
ADDNAMELIST Rebirthed.txt
#say
Hey you just rebirth enjoy your new life\\

but after i do this i still can not put rebirthed items on
does any one know why please
 

JSB123

LOMCN Veteran
Veteran
Aug 7, 2004
370
0
63
S.Yorkshire
The RENEWLEVEL command works in 3 parts as follows:

RENEWLEVEL <1> <2> <3>

RENEWLEVEL (When used 'rebirths' the player)

<1> Is a + to the player renew level. So for example, the player is lv45, and you use RENEWLEVEL 1 x x, then his level is 45 but his renew level is now +1, if he was renewlevel 0 before then he is now renew level 1.

<2> is the level to set a person, so if you use RENEWLEVEL 1 45 x then the player will be renew level 1, and level 45 (bearing in mind if you put 45 and the player is lv70 then he will be delevelled to 45.

<3> is the bonus point system addition (system for players to add points to themselves in AC/AMC/DC/MC/SC/Acc/Agil). So if you use, RENEWLEVEL 1 45 5, then the player will now be +1 renew level, level 45 and he will have 5 bonus points to spend.
 
Upvote 0

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
125
yeah i know that but what i trying to say when an player use the npc and rebirth it rebirths them but when i try and put rebirth weapon one it dont work :S
 
Upvote 0

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
125
what number have you put in the need and needlevel collums in the db for the rebirth items ?
i put 40 i took it from
Originally Posted by Need Column
0 Level
1 DC
2 MC
3 SC
4 Needs to assign above the metempsychosis rank only then to be possible to put on
5 Something to do with prestige gamepoints maybe?
6 Must be in a guild
7 Must be in the sabuk guild
8 Members only then may put on (Sounds guild related)
10 Must be a warrior and have a high enough DC
11 Must be a wizard and have a high enough MC
12 Must be a taoist and have a high enough SC
40 metempsychosis - Means to be reborn or "rebirth"
41 Needs to assign above the metempsychosis rank + DC
42 Needs to assign above the metempsychosis rank + MC
43 Needs to assign above the metempsychosis rank + SC
44 Needs to assign above the metempsychosis rank + Gamepoints (Maybe)
60 guilds 掌门 only then may put on (Both online translators couldnt get that word)
70 Sha Chengcheng the hosts only then may put on (Beats me lol)
81 assigns the type member, and is bigger than or was equal to assigns the member rank
82 assigns or is bigger than
 
Upvote 0

littletommy

Banned
Banned
Veteran
Dec 10, 2006
370
2
64
why don't u make things easy and out it in the QManage

so when they log out and in they RB easy to do just ask and ill put it on ere
 
Upvote 0