Jump to content

Daehyon

Members
  • Content Count

    20
  • Joined

  • Last visited

Posts posted by Daehyon


  1. 5 hours ago, BrOgBr said:

    Oh I forgot that the Ash is using itemInfo_Sak.lub, could be this your problem...
    Change his itemInfo's name to itemInfo.lua and diff your client to read it.

    The itemInfo from zack is outdated, you can't use with new clients...

     

    Same problem.

    No matter what iteminfo i use, the error always appears.

    I forgot to diff something? 

    Spoiler

    1Qaxj5S.png

    @Edit: I think my problem is in the format saved in Notepad ++


  2. 9 hours ago, BrOgBr said:

    Because new versions use the iteminfo with the new structure (8th argument).
    Try use the lua files (inside your data.grf or data folder) from the Ash, but I don't know if it'll work.

    I was getting this problem and I've solved using the iteminfo from the Ash.

    Still the same thing using https://github.com/Asheraf/Translation/ or https://github.com/zackdreaver/ROenglishRE.

     

    Can you send me your ItemInfo.lua or diff a hexed for me? 


  3. On 08/03/2018 at 1:34 PM, BrOgBr said:

    You can't use the iteminfo from bRO, you need use that iteminfo from the Ash, because it has a new structure and the iteminfo from the bRO is outdated.

    The error "8th argment" is because you're trying to use an old iteminfo with an old structure.

    So try use the original iteminfo from the Ash and diff your client to read the System/itemInfo.lua and it should work.

    I tried to use the iteminfo(lub/lua) from the Ash, but still happening the same error.

    And yes, i diff my client to read the system/iteminfo.lua, just like what you said.

    Spoiler

    to6NgfE.png

    Thats my system folder! 

    I've tried to use other hexed, the iteminfo error doesn't appears, but appears another error:

     

    Spoiler

    HFhSBpJ.png

    Hexeds above 2018-01-24 have no iteminfo error.

    Honestly, i know no what is going on.


  4. 7 hours ago, BrOgBr said:

    You need use this: https://github.com/Asheraf/Translation

    Diff your client to read custom lua instead lub, it's better,

    Yeah, i know and i use this system/data folder. But, unfortunately with or without this diff, the error appears. Just works with the original itemInfo(kr).

    Spoiler

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    30 Increase Zoom Out 50%
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    97 Cancel to Login Window (Recommended)
    106 Hide BG Button
    108 Hide Booking Button
    110 Hide Achievements Button
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    233 Hide SNS Button

    I don't have another error, just this one.


  5. item_db.conf:

    Abaixo de Weight, você adiciona a linha Slots: 1, ficando assim:

    {
    	Id: 2629
    	AegisName: "Magingiorde"
    	Name: "Megingjard"
    	Type: 5
    	Buy: 20
    	Weight: 8000
    	Slots: 1
    	Def: 2
    	Loc: 136
    	EquipLv: 94
    	Refine: false
    	Script: <"
    		bonus bStr,40;
    		bonus bMdef,7;
    	">
    },

    Em seguida, é necessário colocar os slots para se tornarem visuais, ou seja: aparecerem no client. 

    Para isto é bem simples:

    SeuRag/System/ItemInfo.lua(ou lub), procura pelo ID do item - 2629 - e em slotCount = 0 você substitui pelo valor adicionado ao item_db.

     

    Caso o seu ItemInfo esteja com umas letras estranhas, é necessário converter para LUA, sendo necessário você fazer uma busca aqui no fórum, mesmo.


  6. Como não tem NADA que pode ser aproveitado? Lá tem exatamente a base do que você precisa.

     

    aldebaran,118,122,3	script	Testes	76,{
    
    mes "O que você gostaria? Digite no chat!";
    close;
    
    Lbuffs:
    npctalk "Lá vai!";
    sc_start(SC_BLESSING, 240000, 10); // Buff Bênção - Adicione o restante.
    end;
    
    //
    OnInit:
            defpattern 1, "buffs", "Lbuffs";
            activatepset 1;
            end;
    }

    Bons estudos :)


  7. if you absolutely refuse to use git at all then the only way is to download a zip file (highly not recommended, because you loose the history)

     

    else, see http://herc.ws/board/topic/14830-updating-hercules-git-pull-problem/#entry82925

    if you don't want to use the command-line interface I recommend Github Desktop instead of TortoiseGIT

     

     

    If you encounter a problem I can give step-by-step instructions on IRC: #Hercules @ Rizon

    make sure to say "meko" in the channel so I get notified

    It was a big help.

    I downloaded the herc again, but using the Tortoise. Now, i will move all my files modified.

     

    And is better, because i presume i do not have more problems to update, case i want.

     

    Thx for your help, meko.  :)


  8. Você pode utilizar o comando 'getitem'. Daria o mesmo resultado.

     

    {
    	Id: 30010
    	AegisName: "Wing_Of_Fly_VIP"
    	Name: "Asa de Mosca - VIP"
    	Type: 11
    	Buy: 60
    	Weight: 50
    	Script: <" itemskill AL_TELEPORT,1;">
                    <" getitem 30010,1;">
    },
    
×
×
  • Create New...

Important Information

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