Jump to content

danker

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by danker

  1. iam not sure about this, it has 4 part of option settings (CmdOnOffOderList, CmdOnOffList, CmdHelpList and OptionInfoList)

    but i think there are 2 parts that control sound setting,

    first

    CmdOnOffList = {
    ["/bgm"] = 1,
    ["/sound"] = 1,
    }
    

    and the second

    OptionInfoList = {
    ["Bgm_Volume"] = 100,
    ["Effect_Volume"] = 100,
    ["PlaySound_Open1to1Window"] = 1,
    }
    

  2. you need to fix your LUA.

    goto stateicon folder -> stateiconinfo.LUA

    ctrl+f "EFST_ALL_RIDING"

    change this line

    StateIconList[EFST_IDs.EFST_ALL_RIDING] = {
    haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
     {"Riding", COLOR_TITLE_TOGGLE},
    }
    }
    

    into this

    StateIconList[EFST_IDs.EFST_ALL_RIDING] = {
    descript = {
     {"Riding", COLOR_TITLE_TOGGLE}
    }
    }
    

    • Upvote 1
  3. :) cmiiw ok?

    msgstring_kr.lua

    MSI_EX_MACRO_ITEM_1 = "When HP is under the designated figure(%)",
    MSI_EX_MACRO_ITEM_2 = "When SP is under the designated figure(%)",
    MSI_EX_MACRO_TACTIC_MAIN_1 = "When HP is under the designated figure(%)",
    MSI_EX_MACRO_TACTIC_MAIN_2 = "When SP is under the designated figure(%)",
    MSI_EX_MACRO_TACTIC_MAIN_3 = "When total count of MISS is over the designated counts",
    MSI_EX_MACRO_TACTIC_MAIN_4 = "When the number of enemy is over the designated counts",
    MSI_EX_MACRO_TACTIC_MAIN_5 = "When the level difference is over the designated number",
    MSI_EX_MACRO_TACTIC_MAIN_6 = "When certain monster is approached",
    MSI_EX_MACRO_TACTIC_MAIN_7 = "When Boss type of monster is approached",
    MSI_EX_MACRO_TACTIC_MAIN_8 = "When counts of certain items are under the designated number",
    MSI_EX_MACRO_TACTIC_MAIN_9 = "When received damage for 1 heat from the enemy is over the designated number",
    MSI_EX_MACRO_TACTIC_MAIN_10 = "If there is no monsters around the field(Field)",
    MSI_EX_MACRO_TACTIC_MAIN_11 = "When character reaches to the certain level(Field)",
    MSI_EX_MACRO_TACTIC_MAIN_12 = "When mercenary soldier is dead or expired(Field)",
    MSI_EX_MACRO_TACTIC_SUB_1 = "Use item",
    MSI_EX_MACRO_TACTIC_SUB_2 = "Use skill",
    MSI_EX_MACRO_TACTIC_SUB_3 = "Disconnection by force",
    MSI_EX_MACRO_TACTIC_SUB_4 = "Excute the certin Macro",
    

  4. fyi, i have 3 msgstringtable from 3 different server (IRO,IDRO, and TRO)

    well,i can't test it one by one for each msg, i will be happy anyone can help us here complete it for kro.

    ;) i don't know about the compatibility of msgstringtable for older client, mine is 2011+.

    ps: dont's make my language look like offended or something to you, my english is bad you know.

    i like to help people,ok?

  5. Isn't it possible to re-size it by holding the right bottom corner and dragging it up and down? o_O

    why don't you try it yourself? it's easy to say.

    Okay?.. Why waste time if I can simply ask? Oh wait, maybe I cant because you're insensitive. Sheesh, don't get what the big deal is. But, guessing from your hatred, I guess the client/lua wont allow it.

    iam not sensitive ot hate you, we all here got these same problem and searching what can we do to solve this problem.

    and sorry if my word look harsh you, iam not mean it, okay?

    regard,danker.

×
×
  • Create New...