- Feb 1, 2008
- 353
- 0
- 43
Hi all i have been getting this problem. The first rebirth works, the secound rebirth also works but nothing seems to be happening on third rebirth. here is the script.
---------------------------------------------------------------------------
[@main]
#IF
Check [900] 0
#ACT
goto @Rebirth
#IF
check [901] 1
#act
GOTO @reb2
#IF
check [902] 1
#ACT
GOTO @reb3
#IF
Check [903] 1
#act
goto @reb4
#IF
Check [904] 1
#ACT
Goto @reb5
#IF
check [905] 1
#ACT
Goto @doneall
[@doneall]
There are no more rebirths left for you sorry.
[@rebirth]
#IF
Checklevelex > 99
#SAY
Hello <$USERNAME> i see you have chosen now to rebirth\
wise choose let me explain how this system is going to\
work.\
You Can Rebirth up to 5 times.\
And every time you rebirth you get a rebirth item.\
With good stats so that it is something to work for\
However when you have Rebirthed 5 times you shall unlock\
<Read On/@goon>
#ELSESAY
You are not high enough level to use this.\
Please return when you are level 100.
[@goon]
#SAY
A hole new world that you can discover new caves new shops\
new magics you will unlock a Town with up to 50 caves linked\
to it Rebirthing is another word for commiting yourself to the\
gods.\
<I'll do it/@doit>
[@doit]
#IF
checklevelex > 99
#ACT
SET [900] 1
#SAY
So your here for your first rebirth on your first refine you will\
Recieve 1 new Rebirth Ring\
<I'll Do it/@doreb1>
#ELSESAY
So your here for your first rebirth on your first refine you will\
Recieve 1 new Rebirth Ring\
<I'll Do it/@doreb1>
[@doreb1]
#if
checkrenewlevel = 0
#ACT
Give RebirthRing
Renewlevel 1 20 0
Set [901] 1
SENDMSG 0 "<$USERNAME> HAS Rebirthed for the 1st time Congratulations "
#SAY
hope to see you back soon
#ElseSay
Your the wrong level
[@reb2]
#SAY
Hello <$USERNAME>, would you like to rebirth for the second time?\ \
<Yes please/@reb22>\
<Close/@exit>
[@reb22]
#IF
Checklevelex > 99
CheckRenewlevel = 1
#ACT
SET [902] 1
Give RebirthBrace
Renewlevel 2 20 0
SENDMSG 0 " <$USERNAME> Has Rebirthed for The Second Time !! Congratulations!!"
#SAY
hope to see you back soon
#elsesay
Your the Wrong Level.
[@reb3]
#SAY
Hello <$USERNAME>, would you like to rebirth for the third time?\ \
<Yes please/@reb33>\
<Close/@exit>
[@reb33]
#IF
Checklevelex > 99
checkrenewlevel = 2
#ACT
SET [903] 1
Give Rebirthnecklace
Renewlevel 1 20 0
SENDMSG 0 " <$USERNAME> Has Rebirthed for the third Time!! Congratulations!!"
#Say
Hope To See You Soon
#ELSESAY
Your the Wrong Level
[@reb4]
#SAY
Hello <$USERNAME>, would you like to rebirth for the forth time?\ \
<Yes please/@reb44>\
<Close/@exit>
[@reb44]
#IF
Checklevelex > 99
checkrenewlevel = 1
#ACT
set [904] 1
Give RebirthHelmet
Give 100mScroll
ADDNAMELIST REBIRTH5.TXT
Renewlevel 1 20 0
SENDMSG 0 "<$USERNAME> Has Rebirthed for the forth Time !! Congratulations!!"
sendmsg 6 "<$USERNAME> Thanks for Rebirthing for the final time please level on!"
#say
Hope To see you soon
#ELSESAY
Sorry your the wrong level
[@reb5]
#SAY
Hello <$USERNAME>, would you like to rebirth for the fifth time?\ \
<Yes please/@reb55>\
<Close/@exit>
---------------------------------------------------------------------------
[@main]
#IF
Check [900] 0
#ACT
goto @Rebirth
#IF
check [901] 1
#act
GOTO @reb2
#IF
check [902] 1
#ACT
GOTO @reb3
#IF
Check [903] 1
#act
goto @reb4
#IF
Check [904] 1
#ACT
Goto @reb5
#IF
check [905] 1
#ACT
Goto @doneall
[@doneall]
There are no more rebirths left for you sorry.
[@rebirth]
#IF
Checklevelex > 99
#SAY
Hello <$USERNAME> i see you have chosen now to rebirth\
wise choose let me explain how this system is going to\
work.\
You Can Rebirth up to 5 times.\
And every time you rebirth you get a rebirth item.\
With good stats so that it is something to work for\
However when you have Rebirthed 5 times you shall unlock\
<Read On/@goon>
#ELSESAY
You are not high enough level to use this.\
Please return when you are level 100.
[@goon]
#SAY
A hole new world that you can discover new caves new shops\
new magics you will unlock a Town with up to 50 caves linked\
to it Rebirthing is another word for commiting yourself to the\
gods.\
<I'll do it/@doit>
[@doit]
#IF
checklevelex > 99
#ACT
SET [900] 1
#SAY
So your here for your first rebirth on your first refine you will\
Recieve 1 new Rebirth Ring\
<I'll Do it/@doreb1>
#ELSESAY
So your here for your first rebirth on your first refine you will\
Recieve 1 new Rebirth Ring\
<I'll Do it/@doreb1>
[@doreb1]
#if
checkrenewlevel = 0
#ACT
Give RebirthRing
Renewlevel 1 20 0
Set [901] 1
SENDMSG 0 "<$USERNAME> HAS Rebirthed for the 1st time Congratulations "
#SAY
hope to see you back soon
#ElseSay
Your the wrong level
[@reb2]
#SAY
Hello <$USERNAME>, would you like to rebirth for the second time?\ \
<Yes please/@reb22>\
<Close/@exit>
[@reb22]
#IF
Checklevelex > 99
CheckRenewlevel = 1
#ACT
SET [902] 1
Give RebirthBrace
Renewlevel 2 20 0
SENDMSG 0 " <$USERNAME> Has Rebirthed for The Second Time !! Congratulations!!"
#SAY
hope to see you back soon
#elsesay
Your the Wrong Level.
[@reb3]
#SAY
Hello <$USERNAME>, would you like to rebirth for the third time?\ \
<Yes please/@reb33>\
<Close/@exit>
[@reb33]
#IF
Checklevelex > 99
checkrenewlevel = 2
#ACT
SET [903] 1
Give Rebirthnecklace
Renewlevel 1 20 0
SENDMSG 0 " <$USERNAME> Has Rebirthed for the third Time!! Congratulations!!"
#Say
Hope To See You Soon
#ELSESAY
Your the Wrong Level
[@reb4]
#SAY
Hello <$USERNAME>, would you like to rebirth for the forth time?\ \
<Yes please/@reb44>\
<Close/@exit>
[@reb44]
#IF
Checklevelex > 99
checkrenewlevel = 1
#ACT
set [904] 1
Give RebirthHelmet
Give 100mScroll
ADDNAMELIST REBIRTH5.TXT
Renewlevel 1 20 0
SENDMSG 0 "<$USERNAME> Has Rebirthed for the forth Time !! Congratulations!!"
sendmsg 6 "<$USERNAME> Thanks for Rebirthing for the final time please level on!"
#say
Hope To see you soon
#ELSESAY
Sorry your the wrong level
[@reb5]
#SAY
Hello <$USERNAME>, would you like to rebirth for the fifth time?\ \
<Yes please/@reb55>\
<Close/@exit>
