ok ive started on my lvls now and i had the 1st 7 class's done and they were working but when i went back to try (unsucsessfuly) limit elements on of the class's has gone real weired can any of you see whats gone wrong? ive tryed changing things rewriting and all sorts of stuff for hrs; First the Warrior levels (100 + level #)
; CCLL ???????. MaxHP maxMP Level_name Magic Ratio Right-Hand
; 0 1 2 3 4 5 6
;
; The class name (sword user, magic ratio of 10.. ergo hand ratio of 90.. preferred right-hand weapon is #1 (sword))
100, 0, 20, 0, "O'Tane", 10, 1
; Next the special commands for the sword-user class. These come between line nn00 and line nn01
DESCRIPTION "The people in this class follow Tanemahuta, the god of nature"
AUTO_MAX 20, 5000, 10, 1200, 20
; now the class level names.. note that since I used the AUTO_MAX command, the maxHP and maxMP values shown in this
; table are actually ignored. If I weren't so lazy, I would change them all to 0.
101, 0, 0, 0, "Huruhuru"
140, 0, 0, 0, "Taurarua"
160, 0, 0, 0, "Ruanuku"
180, 0, 0, 0, "Wananga"
190, 0, 0, 0, "Papatuu o' Tane"
;
also how do i limit element skills?
if i want to limit everything except E0 and E1 then it should look like this:
MAX_ELEMENT 1000000,1000000,0,0,0,0,0,0
shouldnt it?
[This message has been edited by saber' (edited 10-19-2001).]