Jump to content

malignuz

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by malignuz

  1. Hello Guys, Im working in a Ragnarok server project, and I have a lot of problems with ACT/SPR/BMP itens.
    So I decided to create a Python script that compares items yml file and items lua file, and generate a .csv file showing what is missing, this way you can decided if you want to configure what is missing or delete from your server. I hope this help anybody.

    This script generate 3 .csv files:

    items that server has and client not
    items that client has and server not
    items that both has (this file tels you if some item have bmp/spr/act problem.)

    This is working progress, have some bugs and feature that I want to push.

    https://github.com/lucasarchangelo/items-verify-ragnarok

    Bye!

    • Upvote 1
    • Love 1
  2. Hello is there somewhere I can download all or one by one spr and act files that has in this site? http://nn.ai4rei.net/dev/viewlist/?

    There are some files that my client doesnt have, and I cant find it anywhere. 

    This is the headgear I want: 

        [5680] = {
            unidentifiedDisplayName = "Unidentified Ribbon",
            unidentifiedResourceName = "리본",
            unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
            identifiedDisplayName = "Hawk Eye",
            identifiedResourceName = "매의눈",
            identifiedDescriptionName = {
                "This headgear makes you more sensitive and you could get high concentration.",
                "________________________",
                "HIT +10",
                "________________________",
                "^0000CCType:^000000 Headgear",
                "^0000CCDefense:^000000 0",
                "^0000CCPosition:^000000 Middle",
                "^0000CCWeight:^000000 10",
                "^0000CCRefineable:^000000 No",
                "________________________",
                "^0000CCRequirement:^000000",
                "Base Level 10"
            },
            slotCount = 0,
            ClassNum = 609
        },

     

    Thx.

  3. Hello Guys,

    I Downloaded the last rathena emulator, and configured my client 20200401, I have all configured and work.
    I decided to add Temporal Ring[1] in my server, I already added the sprites and bmp files, but when I equiped this item I get this error:

    can someone help me with this error?

    Module Name: D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    Time Stamp: 0x00000000 - Wed Dec 31 21:00:00 1969
    Exception Type: 0xc0000005

    0x0019f55c    
    0x0091f668    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x004b75d0    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x00731b6f    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x007313d8    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x0083f464    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x00a45d06    D:\Ragnarok\Ragnarok Server\Game Files\client_new\LekzeRag.exe
    0x772cfa29    C:\Windows\System32\KERNEL32.DLL
    0x77587c7e    C:\Windows\SYSTEM32\ntdll.dll
    0x77587c4e    C:\Windows\SYSTEM32\ntdll.dll

    eax: 0x00000000    ebx: 0x19fe2410
    ecx: 0xffffffff    edx: 0x15775598
    esi: 0x4ae46390    edi: 0x01371cf0
    ebp: 0x0019ffec    esp: 0x0019ffe4

    stack 0019ffe4 - 001a03e4
    0019FFE4 : FF FF FF FF CE 88 5A 77 00 00 00 00 00 00 00 00 
    0019FFF4 : CD 5D A4 00 00 50 26 00 00 00 00 00 41 63 74 78 
    001A0004 : 20 00 00 00 01 00 00 00 FC 32 00 00 DC 00 00 00 
    001A0014 : 00 00 00 00 20 00 00 00 00 00 00 00 14 00 00 00 
    001A0024 : 01 00 00 00 07 00 00 00 34 00 00 00 7C 01 00 00 
    001A0034 : 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    001A0044 : 00 00 00 00 00 00 00 00 02 00 00 00 4E EF 26 1A 
    001A0054 : 98 02 00 00 44 00 00 00 E0 02 00 00 54 02 00 00 
    001A0064 : 00 00 00 00 BA 71 32 F3 34 05 00 00 4A 00 00 00 
    001A0074 : 80 05 00 00 42 03 00 00 00 00 00 00 5B 49 59 2D 
    001A0084 : C4 08 00 00 32 00 00 00 F8 08 00 00 FA 02 00 00 
    001A0094 : 00 00 00 00 CD EA CE 32 F4 0B 00 00 42 00 00 00 
    001A00A4 : 38 0C 00 00 30 03 00 00 00 00 00 00 C8 5F 50 38 
    001A00B4 : 68 0F 00 00 5E 00 00 00 C8 0F 00 00 56 03 00 00 
    001A00C4 : 00 00 00 00 44 05 28 B1 20 13 00 00 56 00 00 00 
    001A00D4 : 78 13 00 00 86 03 00 00 10 00 00 00 09 00 00 00 

    Launch Info 
    00A4 00A4 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 

    Job : Kagerou

    prontera.rsw 156 180

    ro_ 3149
     

    I Followed this post to configure my client.

     

    print_error.png

×
×
  • Create New...