Bounspoint

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
hello wonder if anyone can help me here

the bounspoint for adding stats to your char on a 2.6

how to get get them lol

been looking for a npc or info luck atm

ty for help
 

TheMightyOne

Golden Oldie
Golden Oldie
Jun 14, 2004
722
3
104
UnitedKingdom
Add this to your Q-Function.txt

#IF
CHECKLEVELEX = 40
#CALL [..\QuestDiary\LevelUp\Lvl40.txt] @lvl40bonus
break

Then in your quest diary folder create a folder called LevelUp

Inside that create a txt file and name it Lvl40

Inside the txt file put this;

[@BONUSPOINT]
{
#IF
CHECKLEVELEX = 40
#ACT
GOTO @lvl40bonus
#ELSEACT
Break

[@lvl40bonus]
#ACT
BONUSPOINT + 50
sendmsg 6 "BonusPoints + 50 <$USERNAME>."
break
}


Is that what your after? obviously suit it to your server, at the moment if your level 40, then it will give you 50 bonus points.
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
will this give a player points with each lvl

(know i have to make it for each lvl :) )
 
Upvote 0

johnyl1

Golden Oldie
Golden Oldie
Apr 24, 2003
755
42
165
Portugal
open qfunction.txt and add:

[@LevelUp]
#ACT
BONUSPOINT + 3
sendmsg 6 "BonusPoint + 3 <$USERNAME>.Press HOME to use it"
#ELSEACT
break
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
say after lvl 40 u wanna up the point

there a way todo it like johny or have to use the setup TM post for each lvl?
 
Last edited:
Upvote 0