Exp pot/Token

twigletuk

Golden Oldie
Golden Oldie
Oct 17, 2005
589
8
155
Crewe Cheshire
I need a script for Exp Pot X 1.2/1.5/2 and 3..

I need a script for Exp Token what give u Exp 100k/175k/250k/325k

Clickable..

Any one got?

Thnx.

\DarkLord
 

mazz

Dedicated Member
Dedicated Member
Aug 6, 2008
193
2
45
I need a script for Exp Pot X 1.2/1.5/2 and 3..

I need a script for Exp Token what give u Exp 100k/175k/250k/325k

Clickable..

Any one got?

Thnx.

\DarkLord

to make a item double click-able just place it in std mode as 32 that's what i use and it works fine.
place the below script in qfuction and this number (96 or what ever u choose to change it to) is also your FLD_Anicount number in the database "sql std items"

EXP POT =
[@StdModeFunc96]
#ACT
KILLMONEXPRATE 150 7200
linemsg 6 "You have Gained 1.5 exp for 2 hours Gratz"
break

add 1 level =
#ACT
CHANGELEVEL + 1

Giving someone exp =
#ACT
changeexp + 1000000
hope it helps
 
Upvote 0