Jump to content
  • 0

Removing 99 aura completely or simplify?


Question

Posted

Is there a way to remove the 99 aura effect? Or at least change it to a simplified one? I've read you have to have a diff patcher, but it seems the diff patchers I've been downloading are outdated.

6 answers to this question

Recommended Posts

  • 0
Posted

config/battle/client.conf
/data/luafiles514/lua files/service_korea/ExternalSettings_kr.lub
/data/luafiles514/lua files/service_korea/ExternalSettings_kr_sak.lub

image.png.264e9459b4d628a5cbc41f4d38398d55.png

 

Also i think your clientinfo has to be <servicetype>korea</servicetype>

  • Upvote 1
  • 0
Posted
4 minutes ago, HaureN said:

config/battle/client.conf
/data/luafiles514/lua files/service_korea/ExternalSettings_kr.lub
/data/luafiles514/lua files/service_korea/ExternalSettings_kr_sak.lub

image.png.264e9459b4d628a5cbc41f4d38398d55.png

 

Also i think your clientinfo has to be <servicetype>korea</servicetype>

Awesome! It worked. Thank you so much @HaureN!

  • 0
Posted (edited)
On 5/17/2020 at 8:44 PM, HaureN said:

config/battle/client.conf
/data/luafiles514/lua files/service_korea/ExternalSettings_kr.lub
/data/luafiles514/lua files/service_korea/ExternalSettings_kr_sak.lub

image.png.264e9459b4d628a5cbc41f4d38398d55.png

 

Also i think your clientinfo has to be <servicetype>korea</servicetype>

Hi, Sorry for bumping an old topic, 

i just wanted to ask, instead of making BaseLevel = 999, 

Maybe we can do something for the below details

 

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 = 1022
LEVELAURA.EF_LEVEL160_SUB = 1023
LEVELAURA.EF_LEVEL185 = 1226
LEVELAURA.EF_LEVEL185_SUB = 1227
LEVELAURA.EF_LEVEL4TH = 2275
LEVELAURA.EF_LEVEL4TH_SUB = 2276
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_LEVEL185,
    Default160LvAura_sub = LEVELAURA.EF_LEVEL185_SUB,
    Default185LvAura = LEVELAURA.EF_LEVEL185,
    Default185LvAura_sub = LEVELAURA.EF_LEVEL185_SUB,
    MaxLevelEffect4th = LEVELAURA.EF_LEVEL4TH,
    MaxLevelEffect4th_sub = LEVELAURA.EF_LEVEL4TH_SUB,
    UpperJobMaxLvAura = LEVELAURA.EF_LEVEL185,
    UpperJobMaxLvAura_sub = LEVELAURA.EF_LEVEL185_SUB,
    HomunMaxLvAura = LEVELAURA.EF_LEVEL4TH,
    HomunMaxLvAura_sub = LEVELAURA.EF_LEVEL4TH_SUB
}

 

Edited by rmon

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...