help with monsters giving levels

03/04/2013 10:27 pretzel666#1
ok so i edited my madbulls i wanted them to give 1 level per kill i tried making an action with type 1001 and param level += 1 but that didnt work is there something i gotta change with there exp or something?
03/05/2013 15:47 seraf2#2
try making a item, that gives + 1 to level then go to the madbull drops and attach that item, so every time you kill a madbull u get +1 level item
03/06/2013 16:40 magewarior2#3
try "exp_percent += 100"
or "level += '1' "
03/06/2013 21:48 dww1995#4
it would be cq_levexp wouldn't it?
03/07/2013 06:24 magewarior2#5
Quote:
Originally Posted by dww1995 View Post
it would be cq_levexp wouldn't it?
no, because that is the global exp rate (also for pets ect)
03/07/2013 20:23 pretzel666#6
Quote:
or "level += '1' "
Worked just fine , i forgot to add the action to the monster LOL thanks you guys :)