add & >=9
like;
Code:if (cm.getJobId() == 0 && cm.getLevel() >= 9 && cm.getLevel() <= 11) {
Printable View
Ok so im still a noob with this java coding/maple private server thing, but i've tried putting this
Into Maplecharacter.java under the levelup. But I keep getting errors when compiling and when I launch the server, and I also added the npc lines into the "9200001" file under scripts. Im obviously doing something wrong but I can't seem to figure it out. Anyone wanna help me out?Quote:
Code:
if (job == 0 & level > 9 & level < 11) {
NPCScriptManager.getInstance().start(getClient(), 9200001);
}
What do you mean by under MapleCharacter levelup function ?
Could anyone please help me by screenshot and highlight it ? Cause when i past under LevelUp() it gives me tons of error .