Jump to content

banhelba2019

Members
  • Content Count

    200
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by banhelba2019


  1. ok so i make a new grf using my english translation and make my skillinfoz edits in there now i cant log in...

    d232.jpg

     

    i would make the edits in the skillinfoz in my data.grf but everything is NIL in notepad++

     

     

    this is the same error that i got when i use directories alone... so thats answered 

     

    inside the grf i used i made these edits to data/luafiles514/luafiles/skillinfoz/

    skillid.lub

    Quote

    ECLAGE_RECALL = 3035,
        MG_EARTHBOLT = 8443,

    skilldescript.lub

      

    Quote

     },
        [SKID.MG_THUNDERSTORM] = {
            "Thunder Storm",
            "Max Level: 10",
            "^CC3399Requirement: Lightning Bolt 4^000000",
            "Skill Form: ^FF0000Offensive^000000",
            "Property: ^4cbb17Wind^000000",
            "Target: ^777777Ground^000000",
            "Description: ^777777Summon a storm of lightning on a",
            "targeted area to damage enemies within the",
            "Thunder Storm's range.^000000"
        },
        [SKID.MG_EARTHBOLT] = {
            "Earth Bolt",
            "Max Level:^777777 10 ^000000"
            "Type:^77777 Active ^000000"
            "SP Cost:^777777 20 + 5*SkillLV ^000000"
            "Target:^777777 1 Enemy ^000000"
            "Cast Time:^777777 2 sec ^000000"
            "Cool Down:^777777 1 sec ^000000"
            "Duration:^777777 Instant ^000000"
            "Effect: ^777777 Deals SkillLV bolts of Earth magic damage to one enemy, at 150% MATK per hit.^000000",
        },

    skilltreeview.lub

    Quote

       [19] = SKID.MG_FIREWALL,
        [20] = SKID.MG_EARTHBOLT

    skillinfolist.lub

    Quote

        },
        [SKID.ECL_SEQUOIADUST] = {
            "ECL_SEQUOIADUST",
            SkillName = "Yggdrasil Dust",
            MaxLv = 1,
            SpAmount = { 0 },
            bSeperateLv = false,
            AttackRange = { 7 }
        },
        [SKID.MG_EARTHBOLT] = {
            "MG_EARTHBOLT";
            SkillName = "Earth Bolt",
            MaxLv = 10,
            SpAmount = { 25, 30, 35, 40, 45, 50, 55, 60, 65, 70 },
            _NeedSkillList = {
                { SKID.MG_FIREBOLT, 5},
                { SKID.MG_LIGHTNINGBOLT, 5}
            },

     

    and i made the changes to skill_db.conf since i couldnt find any of the text files the tutorial talks about

    Quote

    {
        Id: 10014
        Name: "GD_DEVELOPMENT"
        Description: "Permanent Development"
        MaxLevel: 1
        SkillInfo: {
            Guild: true
        }
        NumberOfHits: 0
    },
    {
        Id: 8443
        Name: "MG_EARTHBOLT"
        Description: "Earth Bolt"
        MaxLevel: 10
        Range: 9
        Hit: "BDT_MULTIHIT"
        SkillType: {
            Enemy: true
        }
        SkillInfo: {
            AllowReproduce: true
        }
        AttackType: "Magic"
        Element: "Ele_Earth"
        NumberOfHits: {
            Lv1: 1
            Lv2: 2
            Lv3: 3
            Lv4: 4
            Lv5: 5
            Lv6: 6
            Lv7: 7
            Lv8: 8
            Lv9: 9
            Lv10: 10
        }
        InterruptCast: true
        CastTime: {
            Lv1: 700
            Lv2: 1400
            Lv3: 2100
            Lv4: 2800
            Lv5: 3500
            Lv6: 4200
            Lv7: 4900
            Lv8: 5600
            Lv9: 6300
            Lv10: 7000
        }
        AfterCastActDelay: {
            Lv1: 1000
            Lv2: 1200
            Lv3: 1400
            Lv4: 1600
            Lv5: 1800
            Lv6: 2000
            Lv7: 2200
            Lv8: 2400
            Lv9: 2600
            Lv10: 2800
        }
        CoolDown: 0
        Requirements: {
            SPCost: {
                Lv1: 12
                Lv2: 14
                Lv3: 16
                Lv4: 18
                Lv5: 20
                Lv6: 22
                Lv7: 24
                Lv8: 26
                Lv9: 28
                Lv10: 30
            }
        }
    }

     skill.c

    Quote

    case MH_ERASER_CUTTER:
            case MG_EARTHBOLT:

    battle.c  

    Quote

     

     case NPC_EARTHQUAKE:
                        skillratio += 100 + 100 * skill_lv + 100 * (skill_lv / 2);
                        break;
                    case MG_EARTHBOLT:
                        skillratio += 50;
                        break;

     

     

     

    skill.h

    Quote

    EL_STONE_RAIN,
        MG_EARTHBOLT = 8443,

     

    my client diff is just recommened nemo things pulled from the git...except to read my lubs instead of luas... not sure how to post that if necessary 

    this is making me sad :( 

    \

    like im making a pre renewal server anyways... im thinking just going to an older kro client where the tutorials might be a bit more similar?


  2. soooo you can skip to the bold ... 

    this is my data.ini and my game works fine and the features ive been opening up are working (stylist)

    Quote

    [Data]
    1=english.grf
    2=rdata.grf
    3=data.grf
    4=553-ClothesDyes-251HairDyes.grf

    without the dyes grf i get errors on a clean download using stylist but i can place it at the bottom of my priorities

    if i move my english.grf anywhere under my datas, my game goes korean 

     

    OK  - I want to figure out how to add a skill....... i follow the steps thoroughly and im not sure what to do about "myserver.grf" with all my custom sprites and things.... i try just adding a new data.grf with only my .... "data/luafiles###/luafile/skillinfoz" then all the .lub files for the custom skills with the edits.... OK - turn it into a grf....  is this right? 

    or do i copy everything.... from the clean kro data.grf and just make my own hercules.grf as a clone.... and just leave the data.grf at the bottom.... 

     

    but then where do i keep the english... it has a skillinfoz folder too.....wont that over ride it.....cause i cant place it.... or do i just combine it with my hercules.grf.....

     

    ;_________________; 

     

    When making "myserver.grf" do i make a clone of the clean kro data.grf OR just the directories im gonna use, For Sprite (¸ó½ºÅÍ) and my data/luafiles/Skillinfoz directory 

    It seems like alot of work unpacking my entire data grf just to edit my lubs since i cant do it in the grf editor? I must be missing something... i dont even wanna think about adding sprites yet

    im trying this now incase someone can answer me quicker :D


  3. Yes sir i added my main.sql and my log.sql as schemas in my database

     

    the only thing "apply" that i can think of would be to "apply ... solution"? in a compiler i used before i think

     

     

    so i was hoping you could elaborate a bit.....

     

    thank you!

     

    edit: so many different tutorials.... lmao 

    edit2: so i switch to xaamp / appach/phpadmin and do everything and get the same error but servers are ok..... 

     

    edit3: Still got this error but im on my local server... everything seems ok.... 

     

     

     

    Will i run into any problems taking my folders offline for work? Thank you


  4. Hi im confused with this step in the tutorials and im not sure if its relevant with the errors im getting

    all my servers are connecting fine its just my login server 

    Quote

     

    Status]: The login-server is ready (Server is listening on the port 6900).

    : DB error - Table 'ragnarok.loginlog' doesn't exist
    [Debug]: at c:\users\matt\desktop\ragnarok plus\hercules\src\login\loginlog.c:88 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login server started')
    [Info]: Connection request of the char-server 'Hercules' @ 192.168.0.115:6121 (account: 'ragnarok', pass: 'potato', ip: '192.168.0.115')
    [SQL]: DB error - Table 'ragnarok.loginlog' doesn't exist
    [Debug]: at c:\users\matt\desktop\ragnarok plus\hercules\src\login\loginlog.c:88 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '192.168.0.115', 'ragnarok', '100', 'charserver - [email protected]:6121')
    [Notice]: Authentication accepted (account: ragnarok, id: 1, ip: 192.168.0.115)
    [Status]: Connection of the char-server 'Hercules' accepted.

     

    the step im missing is here

    http://herc.ws/wiki/Installing_SQL

    Quote

    Also change log_db_db to "log". All other fields should be let alone, the default username and port functions fine.

    Not exactly sure where this is since it seemed to me that were using the sql_connection.conf file now or not maybe im wrong there but i didnt bother using import files for these steps cause...i didnt ... but no connections errors or anything besides this loginlog....

     

    figured id ask now before i try things my self and have to restart tomorrow, thank you kind sirs ^_^

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.