Jump to content
  • 0

Question

Posted

Can someone give me an explanation about an issue I'm having? Basically, I changed the aura to 150/50, and all classes are working perfectly. However, I'm facing a problem only with the Super Novice. When it's at 99/99, the level 99 aura is working perfectly. But when I become an expanded Super Novice with a level of 99/1, it changes to the 150 aura. And when it reaches level 150, which is the maximum level, it has no aura at all.

Externalsettings_br_sak.lub:

MaxLevelTable = {
    BaseLevel = 99,
    BaseLevel3rd = 150,
    BaseLevelExtend2 = 99,
    BaseLevelUpperJob = 150,
    BaseLevelHomun = 150,
    BaseLevelDoram = 175,
    JobLevelNovice = 10,
    JobLevelSuperNovice = 99,
    JobLevelBase = 50,
    JobLevel2nd = 70,
    JobLevel3rd = 65,
    JobLevelExtend2 = 50,
    JobLevelUpperJob = 70,
    JobLevelDoram = 50
}
MakeableRace = {Doram = false}
Url = {
    TwitterUrl = "http://112.175.128.140:3000/"
}
AccountLinkedUserDataUrl = {
    Save = "http://112.175.128.140:3000/userconfig/save",
    Load = "http://112.175.128.140:3000/userconfig/load"
}
TwitterDataUrl = {
    Auth = "http://112.175.128.140:3000/twitter/user-auth",
    Upload = "http://112.175.128.140:3000/twitter/upload"
}
LEVELAURA = {}
LEVELAURA.EF_NONE = -1
LEVELAURA.EF_LEVEL99 = 200
LEVELAURA.EF_LEVEL99_ORB1 = 976
LEVELAURA.EF_LEVEL99_ORB2 = 977
LEVELAURA.EF_LEVEL150 = 978
LEVELAURA.EF_LEVEL150_SUB = 979
LEVELAURA.EF_LEVEL160 = 978
LEVELAURA.EF_LEVEL160_SUB = 979
LEVELAURA.EF_LEVEL185 = 978
LEVELAURA.EF_LEVEL185_SUB = 979
Level99AuraTable = {
    Default99LvAura = LEVELAURA.EF_LEVEL99,
    Default99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB1,
    Baby99LvAura = LEVELAURA.EF_LEVEL99,
    Baby99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB2,
    SecondHigh99LvAura = 0,
    SecondHigh99LvAura_sub = 0,
    Homun99LvAura = 0,
    Homun99LvAura_sub = 0,
    Boss99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB1
}
MaxLevelAuraTable = {
    Default150LvAura = LEVELAURA.EF_LEVEL150,
    Default150LvAura_sub = LEVELAURA.EF_LEVEL150_SUB,
    Default160LvAura = LEVELAURA.EF_LEVEL150,
    Default160LvAura_sub = LEVELAURA.EF_LEVEL150_SUB,
    Default185LvAura = LEVELAURA.EF_LEVEL150,
    Default185LvAura_sub = LEVELAURA.EF_LEVEL150_SUB,
    HomunMaxLvAura = LEVELAURA.EF_LEVEL99,
    HomunMaxLvAura_sub = LEVELAURA.EF_LEVEL99_ORB1
}

image.png

image1.png

image2.png

image3.png

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...