What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How do I alter Kicks Levelling Profiles to allow use at Lvl 90?

Static

New Member
Joined
Jul 20, 2012
Messages
24
Reaction score
0
Hi Guys, So I'm trying to quest On my Lvl 90 Dk for a couple of reasons.

IM trying to start The profiles but it wont work.

So I tried editing a few on Notepad, and changing the max level and min level.


But that didnt help.

Can anyone tell me what to do or has any advice on helping me get kick to work with a max level toon?

Thanks in advance
 
Hi Guys, So I'm trying to quest On my Lvl 90 Dk for a couple of reasons.
IM trying to start The profiles but it wont work.
So I tried editing a few on Notepad, and changing the max level and min level.
But that didnt help.
Can anyone tell me what to do or has any advice on helping me get kick to work with a max level toon?

Hi, Static,

Here you go... How to edit the profile MaxLevel.

cheers,
chinajade
 
The issue you are actually having is the use of checkpoints throughout the scripts. You need to go into the script and find the following line
Code:
<QuestOrder IgnoreCheckPoints="False" >
and change it to
Code:
<QuestOrder IgnoreCheckPoints="True" >
 
Back
Top