Jump to content

bahiana

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by bahiana

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

  2. hello , I have this problem

    MySQL : 
    Comando SQL:

     

    CREATE TABLE IF NOT EXISTS `char` (
    `char_id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
    `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
    `char_num` TINYINT(1) NOT NULL DEFAULT '0',
    `name` VARCHAR(30) NOT NULL DEFAULT '',
    `class` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',
    `base_level` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '1',
    `job_level` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '1',
    `base_exp` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
    `job_exp` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
    `zeny` INT(11) UNSIGNED NOT NULL DEFAULT '0',
    `str` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `agi` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `vit` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `int` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `dex` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `luk` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
    `max_hp` INT(9) UNSIGNED NOT NULL DEFAULT '0',
    `hp` INT(9) UNSIGNED NOT NULL DEFAULT '0',
    `max_sp` INT(9) UNSIGNED NOT NULL DEFAULT[...]

     

    Mensagens do MySQL : dot.gif

    #145 - Table '.\ragnarok\char' is marked as crashed and should be repaired

    12656112_1597184920504027_1724312079_o.j

  3. Hello people , wanted to ask for help I to a long time without messing with servers and returned recently wanted to know the best date Hexed , a date and system I would be grateful if posting the links for I have well lost, thanks to everyone who will me answer / help me <3

  4. Eu queria pedir uma ajuda , eu to a muito tempo sem mexer com servidores voltei recentemente e queria saber qual o melhor Hexed Atualmente , Data , system e melhor versão de Emulador para usar , ficaria grato se alguem postasse os links porq eu to bem perdido ;-; , obrigado <3

×
×
  • Create New...