Rebirth problem

smoochy boys on tour

woogyeman

Dedicated Member
Dedicated Member
Nov 23, 2010
75
5
35
I am running a 3.55 server and am experiencing a rebirth error, or rather lack of rebirth error. I Searched through forums and found a 3.55 title/rebirth script that was close enough to what I wanted that I could change and edit it to fit my server needs. Now when the script is executed everything works fine EXCEPT the ChangeLevel. This is the script segment that is causing the problem. Can anyone tell me why the changelevel is not changing the level of user executing the script please?

#IF
HLSCRIPTCMD CHECKRELEVEL 7
Checklevel 175
Checkitem DragonScroll 1

#ACT
Take DragonScroll
HLSCRIPTCMD REINCARNATION
HLSCRIPTCMD CLEAREXP
HLSCRIPTCMD CHANGELEVEL -150

lineMsg [Grobal] "From this day forward <$USERNAME> shall be known as Dragon <$USERNAME>!"
#SAY
<Exit/@Exit>\\
#ELSEACT
#SAY You are missing something to make this title for you!\
<Exit/Exit>\\

Thanks for any help or input you can give.
 

nicofortune

LOMCN Veteran
Veteran
Aug 13, 2009
340
1
45
try CHANGELVL instead of CHANGELEVEL might work might not worth a try tho

however it should be HLSCRIPTCMD CHANGELEVEL tho
 
Last edited:
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
#SAY
<Exit/@Exit>\\
#ELSEACT ;Not elseact...
#SAY You are missing something to make this title for you!\ ;SAY??? or ELSESAY?
<Exit/@Exit>\\

/Origins
 
Upvote 0

woogyeman

Dedicated Member
Dedicated Member
Nov 23, 2010
75
5
35
Thanks all, Found problem and is sorted
It is not:
HLSCRIPTCMD CHANGELEVEL -150
It Is:
HLSCRIPTCMD CHANGELEVEL<space>-<Space>150
need a space both sides of -
Thanks all for input :) Peace
 
Upvote 0