Level Up Gifts

Painkiller

LOMCN Veteran
Veteran
Loyal Member
Feb 11, 2006
316
2
65
I wanna make it so when players get certain levels say like


every 5 levels they get a goldbar (Just for example)

how do i do this?
 

lordatrox

Dedicated Member
Dedicated Member
Aug 28, 2008
164
0
62
jus to make it look right lol,

[@onlevelup]
#IF
checklevelex = 25
#ACT
linemsg 1 "<$USERNAME> has just reached level 25. congrats!"
GIVE Goldbar 1
BREAK


that goes in Qfunction
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,353
82
195
Handan, China
jus to make it look right lol,

[@onlevelup]
#IF
checklevelex = 25
#ACT
linemsg 1 "<$USERNAME> has just reached level 25. congrats!"
GIVE Goldbar 1
BREAK


that goes in Qfunction


just tryed tht and wudnt work for me :S


[@onlevelup]
#IF
checklevelex = 50
#ACT
linemsg 1 "<$USERNAME> has just reached level 50. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 60
#ACT
linemsg 1 "<$USERNAME> has just reached level 60. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 65
#ACT
linemsg 1 "<$USERNAME> has just reached level 65. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 70
#ACT
linemsg 1 "<$USERNAME> has just reached level 70. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 75
#ACT
linemsg 1 "<$USERNAME> has just reached level 75. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 80
#ACT
linemsg 1 "<$USERNAME> has just reached level 80. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 85
#ACT
linemsg 1 "<$USERNAME> has just reached level 85. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 90
#ACT
linemsg 1 "<$USERNAME> has just reached level 90. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 95
#ACT
linemsg 1 "<$USERNAME> has just reached level 95. congrats!"
GIVE Goldbar 1
BREAK

[@onlevelup]
#IF
checklevelex = 100
#ACT
linemsg 1 "<$USERNAME> has just reached level 100. congrats!"
GIVE Goldbar 1
BREAK
 
Upvote 0

ρяєα¢нєя

Unstookie Titled
VIP
Aug 19, 2008
444
23
105
Code:
[@onlevelup]
#IF
checklevelex = 50
#ACT
linemsg 1 "<$USERNAME> has just reached level 50. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 60
#ACT
linemsg 1 "<$USERNAME> has just reached level 60. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 65
#ACT
linemsg 1 "<$USERNAME> has just reached level 65. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 70
#ACT
linemsg 1 "<$USERNAME> has just reached level 70. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 75
#ACT
linemsg 1 "<$USERNAME> has just reached level 75. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 80
#ACT
linemsg 1 "<$USERNAME> has just reached level 80. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 85
#ACT
linemsg 1 "<$USERNAME> has just reached level 85. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 90
#ACT
linemsg 1 "<$USERNAME> has just reached level 90. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 95
#ACT
linemsg 1 "<$USERNAME> has just reached level 95. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 100
#ACT
linemsg 1 "<$USERNAME> has just reached level 100. congrats!"
GIVE Goldbar 1
BREAK

You only need one [@onlevelup].

p
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,353
82
195
Handan, China
ρяєα¢нєя;632579 said:
Code:
[@onlevelup]
#IF
checklevelex = 50
#ACT
linemsg 1 "<$USERNAME> has just reached level 50. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 60
#ACT
linemsg 1 "<$USERNAME> has just reached level 60. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 65
#ACT
linemsg 1 "<$USERNAME> has just reached level 65. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 70
#ACT
linemsg 1 "<$USERNAME> has just reached level 70. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 75
#ACT
linemsg 1 "<$USERNAME> has just reached level 75. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 80
#ACT
linemsg 1 "<$USERNAME> has just reached level 80. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 85
#ACT
linemsg 1 "<$USERNAME> has just reached level 85. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 90
#ACT
linemsg 1 "<$USERNAME> has just reached level 90. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 95
#ACT
linemsg 1 "<$USERNAME> has just reached level 95. congrats!"
GIVE Goldbar 1
BREAK
#IF
checklevelex = 100
#ACT
linemsg 1 "<$USERNAME> has just reached level 100. congrats!"
GIVE Goldbar 1
BREAK
You only need one [@onlevelup].

p

thanks mate .
 
Upvote 0

Playboy

LOMCN Veteran
Veteran
Loyal Member
Jun 20, 2006
1,054
0
143
Grantham / Lincolnshire
you dont put linemsg lol

[@LevelUp]
#IF
CHECKLEVELEX = 25
#ACT
SENDMSG 0 "<%S> has just reached level 25. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 30
#ACT
SENDMSG 0 "<%S> has just reached level 30. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 35
#ACT
SENDMSG 0 "<%S> has just reached level 35. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 40
#ACT
SENDMSG 0 "<%S> has just reached level 40. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 45
#ACT
SENDMSG 0 "<%S> has just reached level 45. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 50
#ACT
SENDMSG 0 "<%S> has just reached level 50. Congratulations!"
GIVE GoldBar 1
close

that goes in your QFunction text........
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,353
82
195
Handan, China
umm playboys doesent work for me have i got any errors ?


[@LevelUp]
#IF
CHECKLEVELEX = 40
#ACT
SENDMSG 0 "<%S> has just reached level 40. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 50
#ACT
SENDMSG 0 "<%S> has just reached level 50. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 60
#ACT
SENDMSG 0 "<%S> has just reached level 60. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 65
#ACT
SENDMSG 0 "<%S> has just reached level 65. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 70
#ACT
SENDMSG 0 "<%S> has just reached level 70. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 75
#ACT
SENDMSG 0 "<%S> has just reached level 75. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 80
#ACT
SENDMSG 0 "<%S> has just reached level 80. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 85
#ACT
SENDMSG 0 "<%S> has just reached level 85. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 90
#ACT
SENDMSG 0 "<%S> has just reached level 90. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 95
#ACT
SENDMSG 0 "<%S> has just reached level 95. Congratulations!"
GIVE GoldBar 1
close
#IF
CHECKLEVELEX = 100
#ACT
SENDMSG 0 "<%S> has just reached level 100. Congratulations!"
GIVE GoldBar 1
close
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
125
umm playboys doesent work for me have i got any errors ?


[@LevelUp]
#IF
CHECKLEVELEX = 40
#ACT
SENDMSG 0 "<%S> has just reached level 40. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 50
#ACT
SENDMSG 0 "<%S> has just reached level 50. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 60
#ACT
SENDMSG 0 "<%S> has just reached level 60. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 65
#ACT
SENDMSG 0 "<%S> has just reached level 65. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 70
#ACT
SENDMSG 0 "<%S> has just reached level 70. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 75
#ACT
SENDMSG 0 "<%S> has just reached level 75. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 80
#ACT
SENDMSG 0 "<%S> has just reached level 80. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 85
#ACT
SENDMSG 0 "<%S> has just reached level 85. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 90
#ACT
SENDMSG 0 "<%S> has just reached level 90. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 95
#ACT
SENDMSG 0 "<%S> has just reached level 95. Congratulations!"
GIVE GoldBar 1

#IF
CHECKLEVELEX = 100
#ACT
SENDMSG 0 "<%S> has just reached level 100. Congratulations!"
GIVE GoldBar 1
break

take out all the "close", and use only one "break" after the last one under [@levelup]
 
Upvote 0