View Single Post
  #3  
Old 05-29-2011, 07:18 PM
ShadowTek ShadowTek is offline
Approved Member
 
Join Date: Jan 2011
Posts: 77
Default

I believe when you see a // everything after the // is null and void, // is a way to comment out or add text..

So leadership=20 //60,90 is really just leadership=20

I play crossworlds, and in the three classes, it shows the number of each ruins you gain.. but you can try changing to this:

level_up {
leadership=10 // change to number you want or make somthing like 10,20 would give 10 to 20 at levelup
rune_might=1,5 // this is 1 to 5, change to what you want
rune_mind=1,5
rune_magic=1,5
book=1,4
}
after each class
Unless Book does that (Not sure what book does)
Just my idea anyway, let me know if it works..

Last edited by ShadowTek; 05-29-2011 at 07:23 PM.
Reply With Quote