Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    78

Posts posted by sader1992

  1. even if you got (failed to get 07-26-17.thor) @item failed = server side if it's from the client you will get the item even if it's not in the client you will get apple like unknown item

    did you try to restart the server ?

    this line where you put it ?

    pre/item_db.txt ? <<this = pre

    re/item_db.txt ? <<this = renewal

    item_db.sql ? <<this = pre sql type

    item_db_re.sql ? <<this = renewal sql type

     

    4 hours ago, lexaeus said:

    not showing in my inventory

    this now a client files error 

    make sure you have the item.bmp in the grf and the irem file name in the itheminfo.lua/lub

    icon:

    data\texture\유저인터페이스\item\my_item.bmp

    collection:

    data\texture\유저인터페이스\collection\my_item.bmp

    if the item hat etc that need spirt and act you need those files

    drop spirt/act:

    data\sprite\아이템\my_item.spr

    data\sprite\아이템\my_item.act

    boy/girl spirt/act files:

    data\sprite\악세사리\남\남_my_item.spr

    data\sprite\악세사리\남\남_my_item.spr

    data\sprite\악세사리\여\여_my_item.spr

    data\sprite\악세사리\여\여_my_item.spr

    you need to add the view id in:

    data\lua files\datainfo\accessoryid.lub

    ACCESSORY_MY_ITEM = 1500 << EXAMPLE

    data\lua files\datainfo\accname.lub

    [ACCESSORY_IDs.ACCESSORY_ROSE_HEADBAND] = "_my_item"

    iteminfo.lua/lub:

    [5000] = {
            unidentifiedDisplayName = "Helm",
            unidentifiedResourceName = "헬름",
            unidentifiedDescriptionName = {
                "Unknown Item, can be identified by ^6A5ACDMagnifier^000000.",
            },
            identifiedDisplayName = "my item",
            identifiedResourceName = "my_item",
            identifiedDescriptionName = {
                "it's my item.",
            },
            slotCount = 0,
            ClassNum = 1500
        },

     

     

     

  2. prontera,155,174,4	script	script_name	45,2,2,{
    	switch(rand(5)) {
    		case 0: warp "prontera",50,10; end;
    		case 1: warp "prontera",40,20; end;
    		case 2: warp "prontera",30,30; end;
    		case 3: warp "prontera",20,40; end;
    		case 4: warp "prontera",10,50; end;
    	}
    }

     

    • Upvote 1
  3. it's what it say

    you missing some item icons etc

    i suggest you use gata.grf + rdata.grf from the last kro

    if it's not kro item then you need to get the files from the same place you got the item

    or the item bmp not useable for ragnarok client

    so if you already have the bmp check the file format and properties

     

    full kro

    or

     

  4. sader's Garment Files Generator


    how it work :

    it make data folder and copy the Garment files in it and rename them

    since Garment need to renamed on the name of every classes boy and girl

    you will need :

    main spirit file, main act file, drop spirit file, drop act file, item bmp, collection bmp

    in Version 2 ,you will have 2 files , boys_list.txt and girls_list.txt , in it you will have a list of all the classes in the game (up to before the Summoner Update) , you can add any new class there.

    the files will be named with Korean

    at the place where the program is it will create the data folder

    inside it all the files after it done

    keep in mind that you need to edit spriterobename.lua/spriterobename.lub , spriterobeid.lua/spriterobeid.lub and transparentItem.lua/transparentItem.lub

    iteminfo.lua/iteminfo.lub
    [<ItemID>] = {
       unidentifiedDisplayName = "<unidentified InGame Name>",
       unidentifiedResourceName = "<unidentified_File_Name>",
       unidentifiedDescriptionName = {
           "Description",
           "^ffffff_^000000",
           "Weight: ^7777777^000000",
       },
       identifiedDisplayName = = "<InGame Name>",
       identifiedResourceName = "<File_Name>",
       identifiedDescriptionName = {
           "Description",
           "^ffffff_^000000",
           "Weight: ^7777777^000000",
       },
       slotCount = 0,
       ClassNum = <ViewID>
    },
    
    spriterobename.lua/spriterobename.lub
    RobeNameTable = {
       [SPRITE_ROBE_IDs.ROBE_<File_Name>] = "<File_Name>"
    }
    
    spriterobeid.lua/spriterobeid.lub
    SPRITE_ROBE_IDs = {
       ROBE_<File_Name> = <ViewID>
    }
    
    transparentItem.lua/transparentItem.lub
    transparentItemlist = {
    	{ <ViewID>, 255, 255, 25500 },
    }

     

    Source code: https://github.com/sader1992/Garment_Files_Generator

    My Website: https://sader1992.com/

    Contact me for Errors


     

    • Love 2
    • MVP 2
  5. @rotloso

    what your rAthena\src\map\clif_packetdb.h and rAthena\src\config\packets.h did you use the one on the post ?

    and what your clientinfo.xml and how old your rathena files ?

    and can you screenshot your terminal after getting the login error ?

  6. 1 hour ago, rotloso said:

    when i use replace equipment then press "CHANGE" still disconnect

    02.png.9acf30efd836df240aa3de3ac4ec5845.png

    please guide newbie!!

     

    the [CHANGE] feature not supported yet in rathena and the disconnect is from unsupported packet 0x0a9c,2 so you need to wait until rathena support it

    you can prevent disconnecting by adding the packet 

    	packet(0x0a9c,2);
    	packet(0x0a97,8);
    	packet(0x0ace,4);

    but that wont make it work

    when you get the first error ?

  7. 56 minutes ago, MasterThonz said:

    i mean a host that offer free server setup and website so i can practice coding scripts heheh  also to practice thor patching

    it will give you free setup

    did you ask what rathena version it will be installed?

    and fluxcp ?

    will everything work perfect ?

    what about the client setup and the grf files ?

     

    i would suggest you do it your self it's better and you will know everything you done to the server and you support your own server

    if i would search for vps host to make a server i would search for vps server have low ping(for the area i want to make the server for) and ddos protection

    • Upvote 1
  8. 25 minutes ago, sipemula said:

    thank you very much, then how about this, other quest have picture npc sory im many to ask

    just right click them cuz there is no real way to remove a quest so when you right click the quest it will be moved to Pen tab

  9. Just now, Pixel said:

    It happens on any hat, could you tell me what are the moon files for this new client? Because I use the compatible with client 2015.

    i would really suggest using 

    try to add this to your client and make the grf you will make from those files as read first and don't forget to add to them your clientinfo.xml and see if you will still have the error

    • Upvote 1
  10. 6 minutes ago, Pixel said:

    I have the following error when right clicking on some item with viewid, does anyone know how to solve it?

    NOTE: My kro is updated and the error occurs with items that are not custons too.

    is this happen on only this hat or every hat ?

    if it's only this hat then it's from the collection bmp

    if not then It seems like you have error with your lua/lub files

    • Upvote 1
×
×
  • Create New...