Heroes Rebuild

Join Discord

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Ok ive tryed many ways but none worked out...

1st way:

[@main]
#IF
CHECKNAMELIST ../QuestDiary/Rebuild/1.txt (This checks if i done 1st rebuild and if not it goes to 1st rebuild) - Delete name and it goes bk to 1st rebuild..
#ACT
Goto @Main2
#ELSEACT
Goto @Rebuild

[@Main2]
#IF
CHECKNAMELIST ../QuestDiary/Rebuild/2.txt
#ACT
Goto @Main3
#ELSEACT
Goto @Rebuild2

[@Rebuild]
#IF
checklevel 100
#SAY
Hey there would you like to start your 1st Rebuild?\
All you need is to be level 100\
You will be deleveled to 60 and gain battle points.\
Each 5 rebuild's you gain a Buff. @Rebuild to activate it.\
<Yes Please/@yes> <No Thank You/@exit>

[@Rebuild2]
#IF
checklevel 100
#SAY
Welcome back would you like to start your 2nd Rebuild?\
All you need is to be level 100\
You will be deleveled to 60 and gain battle points.\
Each 5 rebuild's you gain a Buff. @Rebuild to activate it.\
<Yes Please/@yes2> <No Thank You/@exit>

[@yes]
#ACT
RENEWLEVEL 1 40 100
SENDMSG 0 "<Congratulation, <$USERNAME> has rebuild 1st Time"
SENDMSG 6 "You have gained 50 BonusPoints!"
SETRANKLEVELNAME %s\[1st.Rebuild]
ADDNAMELIST ../QuestDiary/Rebuild/1.txt
BONUSPOINT + 50
set [25] 1
CLOSE

[@Yes2]
#ACT
RENEWLEVEL 1 40 100
SENDMSG 0 "<Congratulation, <$USERNAME> has rebuild 2nd Time"
SENDMSG 6 "You have gained 50 BonusPoints!"
SETRANKLEVELNAME %s\[2nd.Rebuild]
DELNAMELIST ../QuestDiary/Rebuild/1.txt (I need to delete name because i have a Rebuild Buff thing. Below..
ADDNAMELIST ../QuestDiary/Rebuild/2.txt
BONUSPOINT + 50
set [26] 1
CLOSE

[[MENTION=13241]User[/MENTION]Cmd40]
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\5.txt
CHECKNAMELIST ..\QuestDiary\Rebuild\6.txt
CHECKNAMELIST ..\QuestDiary\Rebuild\7.txt
CHECKNAMELIST ..\QuestDiary\Rebuild\8.txt
CHECKNAMELIST ..\QuestDiary\Rebuild\9.txt (There's a few to check because when you rebuild you go in next number up and it would remove buffs..)
#ACT
Goto @Buff
#ELSEACT
Goto @Rebuild2

So i couldn't Delete names..

2nd Way:

I tryed having my name in EVERY text from 1-100.. But still it checked all for the Buff thing so it gave me 1st buff because thats 1st time you get it..

5.txt = Rebuild 5 is were you start getting your Rebuild buffs..

Any ideas or suggestions how to make this work? I only want it to rebuild me 100 Times and each few rebuilds if gained a NEW Buff/Items..

-Ash
 

Nemo

LOMCN Veteran
Veteran
Jun 10, 2009
547
67
115
UK -Manchester
[@Yes2]
#ACT
RENEWLEVEL 1 40 100
SENDMSG 0 "<Congratulation, <$USERNAME> has rebuild 2nd Time"
SENDMSG 6 "You have gained 50 BonusPoints!"
SETRANKLEVELNAME %s\[2nd.Rebuild]
DELNAMELIST ../QuestDiary/Rebuild/1.txt (I need to delete name because i have a Rebuild Buff thing. Below..
ADDNAMELIST ../QuestDiary/Rebuild/2.txt
BONUSPOINT + 50
set [26] 1
CLOSE

May be wrong but shouldn't these be \ and not / ?
is it adding the name to the list through the script?

also it may need to be seperated?
Code:
[@ UserCmd40]
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\5.txt
#ACT
blah
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\6.txt
#ACT
blee
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\7.txt
#ACT
bleb
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\8.txt
#ACT
blum
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\9.txt
#ACT
bloop
 
Last edited:
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Like so?
[[MENTION=13241]User[/MENTION]Cmd40]
#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\5.txt
#ACT
Goto @Buff
#ELSEACT
Goto @Rebuild2

#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\6.txt
#ACT
Goto @Buff
#ELSEACT
Goto @Rebuild2

#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\7.txt
#ACT
Goto @buff
#ELSEACT
Goto @rebuild2

#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\8.txt
#ACT
Goto @buff
#ELSEACT
Goto @rebuild2

#IF
CHECKNAMELIST ..\QuestDiary\Rebuild\9.txt
#ACT
Goto @Buff
#ELSEACT
Goto @Rebuild2

Seems a bit long tbh.

-Ash

Edit: changed to \ and still same.. All the problem is..
I
Rebuild 1st time
Rebuild 2nd time
Goes bk to Rebuild 1st time
Then goes to Rebuild 3rd time
Then goes to rebuild 2nd time
1st time
4th time
3rd time
2nd time
1st time
5th time (And so on) till 100..

Any idea why???
 
Last edited:
Upvote 0

neo16uk

LOMCN Veteran
Veteran
Aug 20, 2006
563
14
125
this my my rebirth script based on the one that was just a guide but i built around it hope it helps
Code:
; ===================================
; Npc Def NPC File : Rebirth-0
; Rebirth npc in BichonProvince
; -----------------------------------
; Name: Rebirth
; Job:
; Map No: 0
; Pos X
; Pos Y
; File name: *removed*
; Comment: Rebirth npc in BichonProvince

;================================================= =
;
[@main]
#IF
ISADMIN
#SAY
Welcome Master <$USERNAME> how may i help you.\ 
Ican show you the log file if you like?\ \ \ \
<Log/@LOG>  - <Rebirth/@MM1> -  <Close/@exit>
#ELSEACT
goto @MM1

[@MM1]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth1.txt
#ACT
goto @M1
#ELSEACT
goto @RB1

[@M1]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth2.txt
#ACT
goto @M2
#ELSEACT
goto @RB2

[@M2]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth3.txt
#ACT
goto @M3
#ELSEACT
goto @RB3

[@M3]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth4.txt
#ACT
goto @M4
#ELSEACT
goto @RB4

[@M4]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth5.txt
#ACT
goto @M5
#ELSEACT
goto @RB5

[@M5]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth6.txt
#ACT
GOTO @M6
#ELSEACT
GOTO @RB6

[@M6]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth7.txt
#ACT
GOTO @M7
#ELSEACT
GOTO @RB7

[@M7]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth8.txt
#ACT
GOTO @M8
#ELSEACT
GOTO @RB8

[@M8]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth9.txt
#ACT
GOTO @M9
#ELSEACT
GOTO @RB9

[@M9]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth10.txt
#ACT
GOTO @M10
#ELSEACT
GOTO @RB10

[@M10]
#IF
CHECKNAMELIST ..\QuestDiary\Rebirth\Rebirth10.txt
#SAY
Sorry but you have completed all of these rebirths.\
If you are interest i have heard of a rare Master that will teach how to\
become a "Rebirth Elite".\ \
<Tell Me More!!/@Elite> ----- <Close/@exit>

[@RB10]
#IF
checklevel 200
#SAY
Hey there would you like to Rebirth?\
This is rebirth 10 also the last one.\
All you need is to be level 200\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR10> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB9]
#IF
checklevel 180
#SAY
Hey there would you like to Rebirth?\
This is rebirth nine.\
All you need is to be level 180\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR9> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB8]
#IF
checklevel 170
#SAY
Hey there would you like to Rebirth?\
This is rebirth eight.\
All you need is to be level 170\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR8> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB7]
#IF
checklevel 160
#SAY
Hey there would you like to Rebirth?\
This is rebirth seven.\
All you need is to be level 160\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR7> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB6]
#IF
checklevel 150
#SAY
Hey there would you like to Rebirth?\
This is rebirth six.\
All you need is to be level 150\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR6> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB5]
#IF
checklevel 140
#SAY
Hey there would you like to Rebirth?\
This is rebirth five.\
All you need is to be level 140\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR5> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB4]
#IF
checklevel 130
#SAY
Hey there would you like to Rebirth?\
This is rebirth four.\
All you need is to be level 130\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR4> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB3]
#IF
checklevel 120
#SAY
Hey there would you like to Rebirth?\
This is rebirth three.\
All you need is to be level 120\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR3> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB2]
#IF
checklevel 110
#SAY
Hey there would you like to Rebirth?\
This is rebirth two.\
All you need is to be level 110\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR2> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@RB1]
#IF
checklevel 100
#SAY
Hey there would you like to Rebirth?\
This is rebirth one.\
All you need is to be level 100\
You will be deleveled to 60 and gain some nice kit.\
Yes or no?\
<Yes Please/@WAR1> - <No Thank You/@exit>
#ELSESAY
Sorry but it appears you are not the right level, come back when you\
are the right level and i will be happy to help.\ \ \
<Close/@exit>

[@WAR1]
#IF
CHECKJOB Warrior
#ACT
goto @WR1
#ELSEACT
GOTO @WIZ1

[@WIZ1]
#IF
CHECKJOB Wizard
#ACT
goto @WD1
#ELSEACT
GOTO @TAO1

[@TAO1]
#IF
CHECKJOB Taoist
#ACT
goto @TR1

[@WAR2]
#IF
CHECKJOB Warrior
#ACT
goto @WR2
#ELSEACT
GOTO @WIZ2

[@WIZ2]
#IF
CHECKJOB Wizard
#ACT
goto @WD2
#ELSEACT
GOTO @TAO2

[@TAO2]
#IF
CHECKJOB Taoist
#ACT
goto @TR2

[@WAR3]
#IF
CHECKJOB Warrior
#ACT
goto @WR3
#ELSEACT
GOTO @WIZ3

[@WIZ3]
#IF
CHECKJOB Wizard
#ACT
goto @WD3
#ELSEACT
GOTO @TAO3

[@TAO3]
#IF
CHECKJOB Taoist
#ACT
goto @TR3

[@WAR4]
#IF
CHECKJOB Warrior
#ACT
goto @WR4
#ELSEACT
GOTO @WIZ4

[@WIZ4]
#IF
CHECKJOB Wizard
#ACT
goto @WD4
#ELSEACT
GOTO @TAO4

[@TAO4]
#IF
CHECKJOB Taoist
#ACT
goto @TR4

[@WAR5]
#IF
CHECKJOB Warrior
#ACT
goto @WR5
#ELSEACT
GOTO @WIZ5

[@WIZ5]
#IF
CHECKJOB Wizard
#ACT
goto @WD5
#ELSEACT
GOTO @TAO5

[@TAO5]
#IF
CHECKJOB Taoist
#ACT
goto @TR5

[@WAR6]
#IF
CHECKJOB Warrior
#ACT
goto @WR6
#ELSEACT
GOTO @WIZ6

[@WIZ6]
#IF
CHECKJOB Wizard
#ACT
goto @WD6
#ELSEACT
GOTO @TAO6

[@TAO6]
#IF
CHECKJOB Taoist
#ACT
goto @TR6

[@WAR7]
#IF
CHECKJOB Warrior
#ACT
goto @WR7
#ELSEACT
GOTO @WIZ7

[@WIZ7]
#IF
CHECKJOB Wizard
#ACT
goto @WD7
#ELSEACT
GOTO @TAO7

[@TAO7]
#IF
CHECKJOB Taoist
#ACT
goto @TR7

[@WAR8]
#IF
CHECKJOB Warrior
#ACT
goto @WR8
#ELSEACT
GOTO @WIZ8

[@WIZ8]
#IF
CHECKJOB Wizard
#ACT
goto @WD8
#ELSEACT
GOTO @TAO8

[@TAO8]
#IF
CHECKJOB Taoist
#ACT
goto @TR8

[@WAR9]
#IF
CHECKJOB Warrior
#ACT
goto @WR9
#ELSEACT
GOTO @WIZ9

[@WIZ9]
#IF
CHECKJOB Wizard
#ACT
goto @WD9
#ELSEACT
GOTO @TAO9

[@TAO9]
#IF
CHECKJOB Taoist
#ACT
goto @TR9

[@WAR10]
#IF
CHECKJOB Warrior
#ACT
goto @WR10
#ELSEACT
GOTO @WIZ10

[@WIZ10]
#IF
CHECKJOB Wizard
#ACT
goto @WD10
#ELSEACT
GOTO @TAO10

[@TAO10]
#IF
CHECKJOB Taoist
#ACT
goto @TR10

[@WR10]
#ACT
RENEWLEVEL 10 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 10"
SETRANKLEVELNAME %s\RebirthMaster
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth10.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD10]
#ACT
RENEWLEVEL 10 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 10"
SETRANKLEVELNAME %s\RebirthMaster
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth10.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR10]
#ACT
RENEWLEVEL 10 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 10"
SETRANKLEVELNAME %s\RebirthMaster
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth10.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR9]
#ACT
RENEWLEVEL 9 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 9"
SETRANKLEVELNAME %s\RebirthNine
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth9.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD9]
#ACT
RENEWLEVEL 9 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 9"
SETRANKLEVELNAME %s\RebirthNine
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth9.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR9]
#ACT
RENEWLEVEL 9 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 9"
SETRANKLEVELNAME %s\RebirthNine
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth9.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR8]
#ACT
RENEWLEVEL 8 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 8"
SETRANKLEVELNAME %s\RebirthEight
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth8.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD8]
#ACT
RENEWLEVEL 8 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 8"
SETRANKLEVELNAME %s\RebirthEight
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth8.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR8]
#ACT
RENEWLEVEL 8 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 8"
SETRANKLEVELNAME %s\RebirthEight
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth8.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR7]
#ACT
RENEWLEVEL 7 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 7"
SETRANKLEVELNAME %s\RebirthSeven
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth7.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD7]
#ACT
RENEWLEVEL 7 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 7"
SETRANKLEVELNAME %s\RebirthSeven
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth7.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR7]
#ACT
RENEWLEVEL 7 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 7"
SETRANKLEVELNAME %s\RebirthSeven
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth7.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR6]
#ACT
RENEWLEVEL 6 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 6"
SETRANKLEVELNAME %s\RebirthSix
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth6.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD6]
#ACT
RENEWLEVEL 6 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 6"
SETRANKLEVELNAME %s\RebirthSix
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth6.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR6]
#ACT
RENEWLEVEL 6 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 6"
SETRANKLEVELNAME %s\RebirthSix
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth6.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR5]
#ACT
RENEWLEVEL 5 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 5"
SETRANKLEVELNAME %s\RebirthFive
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth5.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD5]
#ACT
RENEWLEVEL 5 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 5"
SETRANKLEVELNAME %s\RebirthFive
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth5.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR5]
#ACT
RENEWLEVEL 5 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 5"
SETRANKLEVELNAME %s\RebirthFive
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth5.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR4]
#ACT
RENEWLEVEL 4 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 4"
SETRANKLEVELNAME %s\RebirthFour
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth4.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD4]
#ACT
RENEWLEVEL 4 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 4"
SETRANKLEVELNAME %s\RebirthFour
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth4.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR4]
#ACT
RENEWLEVEL 4 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 4"
SETRANKLEVELNAME %s\RebirthFour
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth4.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close 

[@WR3]
#ACT
RENEWLEVEL 3 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 3"
SETRANKLEVELNAME %s\RebirthThree
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth3.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD3]
#ACT
RENEWLEVEL 3 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 3"
SETRANKLEVELNAME %s\RebirthThree
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth3.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR3]
#ACT
RENEWLEVEL 3 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 3"
SETRANKLEVELNAME %s\RebirthThree
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth3.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close

[@WR2]
#ACT
RENEWLEVEL 2 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 2"
SETRANKLEVELNAME %s\RebirthTwo
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth2.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD2]
#ACT
RENEWLEVEL 2 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 2"
SETRANKLEVELNAME %s\RebirthTwo
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth2.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@TR2]
#ACT
RENEWLEVEL 2 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 2"
SETRANKLEVELNAME %s\RebirthTwo
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth2.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break 
close  

[@WR1]
#ACT
RENEWLEVEL 1 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 1"
SETRANKLEVELNAME %s\RebirthOne
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth1.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close

[@WD1]
#ACT
RENEWLEVEL 1 60 100
SENDMSG 0 "<$USERNAME> Has Reached Rebirth Level 1"
SETRANKLEVELNAME %s\RebirthOne
ADDNAMELIST ..\QuestDiary\Rebirth\Rebirth1.txt
GIVE rebirthWeapon 1
GIVE RebirthRobe(M) 1
GIVE RebirthRobe(F) 1
GIVE RebirthHelmet 1
GIVE RebirthNecklace 1
GIVE Rebirthbrace 2
GIVE RebirthRing 2
GIVE Rebirthbelt 1
set [25] 1
break
close
 
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
My script is kinda simular to that rebirth.. I tryed using this method..

Addnamelist 1.txt
Checknamelist 1.txt
Delnamelist 1.txt

But all the same..

Problem is at the moment is it checks at begining if you have done your 1st Rebuild. If you haven't it goes to 1st rebuild page to start it. But since i need to delete the name after 2nd rebuild it checks at the start if you done the 1st rebuild but your name has been taken out so it goes bk to 1st rebuild.. Goes like 1st,2nd,1st,2nd,3rd,1st,2nd,3rd,4th,1st and so on..

IF i add my name in every single text then my RebuildBoost won't work correctly.. You get a boost every so many rebuild so to give you the boost it need's to check your name in the list.. I might be able to put a flag on this to allow me to put names on all txt's.

Any suggestion would be greatful. I'll give this flag another go.

-Ash
 
Upvote 0