Titels plssssssss fast

smoochy boys on tour

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
143
Germany
I hope someone could say me what i did wrong in that script part:

#IF
#Say
blahblub??\

<Titel1/@titel1inf> Title1\
<Verlassen/@exit>

[@titel1inf]
#Say
blablub2

<Machen/@titel1> make title 1\
<Verweigern/@exit> abort make title 1\

[@titel1]
#IF
CheckFame
Checkgold 10000000
Checklevel 45
#ACT
Mov P4 %P9
break
#if
LARGE P4 10000
#act
Dec P4 10000
SetFame %P4
HLSCRIPTCMD REINCARNATION
take gold 10000000
SysMsg "Gratulation <$USERNAME>, Du bist nun ein Mitglied vom 9 Kreis"



lg

ameno
 

Dumachi

LOMCN Veteran
Veteran
May 18, 2007
384
1
63
Romania
work along these lines,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@REINCARNATION]
{
#IF
#SAY
Rebirth Condition:\
1.Needs the rank 100 levels\
2.Will be able to fall 20 levels\
3.needs to Have integral-{FCOLOR/10}500{FCOLOR/12} points\
4.Temporarily only provides one time.\
<Confirmation/@rein> - <Confirmation2/@rein2>\


[@rein]
#IF
HLSCRIPTCMD CHECKPOINT 500
!HLSCRIPTCMD CHECKRELEVEL 1
checklevel 45
#ACT
HLSCRIPTCMD REINCARNATION
HLSCRIPTCMD CHANGELEVEL - 1
HLSCRIPTCMD CLEAREXP
HLSCRIPTCMD SETPOINT - 500
#SAY
You already Rebirth\
You at present the integral is:{FCOLOR/10}<$HLPOINT>{FCOLOR/12} Points.\
<Return/@main>

#ELSESAY
Your rank insufficient 100 levels, or you already via one secondary, or your integral are insufficient, but also remains {FCOLOR/10}<$HLPOINT>{FCOLOR/12} Points. Please relates the GM direct purchase integral.\
<Return/@main>

[@rein2]
#IF
HLSCRIPTCMD CHECKPOINT 1500
!HLSCRIPTCMD CHECKRELEVEL 2
checklevel 61
#ACT
HLSCRIPTCMD REINCARNATION 2
HLSCRIPTCMD CHANGELEVEL - 3
HLSCRIPTCMD CLEAREXP
HLSCRIPTCMD SETPOINT - 500
#SAY
You already Rebirth\
You at present the integral is:{FCOLOR/10}<$HLPOINT>{FCOLOR/12} Points.\
<Return/@main>

#ELSESAY
Your rank insufficient 61 levels, or you already via one secondary, or your integral are insufficient, but also remains {FCOLOR/10}<$HLPOINT>{FCOLOR/12} Points. Please relates the GM direct purchase integral.\
<Return/@main>
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
Upvote 0

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
143
Germany
the prob is that those work with integral i now that script. but all say integral jifchon sstem is buggy on 3.38 server thats why i try to make it with fp

im sure it has something to do with the break part but i dunno where directly :(
 
Upvote 0

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
143
Germany
sry for double post but i have a better way to make it with fp :) i make a FP item like a gold coin and then use check item take item system

but if anyone have a good working idea for my first way it would be nice to know it also

greetz

ameno
 
Upvote 0