Jump to content

Froost

Donators
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Froost

  1. 10 hours ago, konishiwa said:

    já está implementado ?, verifiquei meu grf e encontrei isso no meu cliente (foto abaixo)

    já estou usando o emu recente (3 de março de 2021), alguém sabe como usar a nova aparência do mado?

    desculpe se este for o lugar errado (tópicos) para fazer a pergunta, obrigado antes :))

    123.jpg

    try @bodystyle 1 in mechanic job

  2. 2 hours ago, Reinheiten said:

    Não consigo encontrar uma resposta em qualquer lugar do fórum sobre este tópico.

    Problema : vi alguns vídeos de pessoas em diferentes servidores arrastando / expandindo livremente o tamanho da janela de inventário de forma que ela seja muito longa (semelhante a como o armazenamento pode ser aumentado em 5-6 linhas. Gostaria de fazer o oposto do que  editar msgstringtable.txt para menos caracteres. - arraste e expanda o canto da janela para que eu possa ter mais de 10 linhas, se necessário.  No máximo, posso aumentar o tamanho de 3x6 para 7x6. 

    1. Eu olhei todas as opções de diff para 21/06/2018, mas não consigo encontrar nada.
    2. Editar msgstringtable.txt não faz o que eu gostaria.

    Estou faltando alguma coisa ou isso não é possível com esta versão do cliente? Desde já, obrigado.

    476270888_2021-01-29210945.png.c256c9a4c2f6f67adc7b3db6cf9be60d.png61710668_2021-01-29210953.png.d74609f48fd943f09bcf4ca0eb3c839f.png

    image.png.f82fee29b7b68640675145602cec2862.png

     to increase you just need a large number here.

  3. Hello, a lot of people ask me for support for this, and I think something is so simple, but I still want to help them, well I know that just writing is not enough, so I made a video teaching my BRAZILIAN community how to do it, but also I made a text file and I teach for the AMERICAN community too, well you can watch and see if you can follow, I found it easier.

    Video complete: 

    Server database editor

    GRF editor

    Client hexed 20200604

    Current emulator rathena

    Notepad ++

    My aura DEATH

    After the whole process:
    image.png.80d874a9ffc8a84ef20ca3408e4986cd.png

    Quickly learn how to add custons to the latest rathena emulator with item_db.yml

    0 - open your main GRF that is reading
    luafiles514 (in the example of the video is my data.grf because I don't have another one) and extract ACCNAME.LUB | ACCESSORYID.LUB

    image.thumb.png.6c705766aadd1ca72406e835f720fc78.png

     

    1 - add your custom visual name to data\luafiles514\datainfo\accname.lub

     

    1904381674_notepad_rfykqWvB1u.thumb.png.5b965a50c5e7cdbdfad83f6384da6d87.png

    2 - add your custom visual ID to data\luafiles514\datainfo\AccessoryId.lub

    [ACCESSORY_IDs.ACCESSORY_DEATH] = "_DEATH", 


    the _ (underline) is mandatory in this process because the client places the female and male symbol at the beginning to identify the folders.

    1027251347_notepad_rlF14PYAL1.png.9058bb9cdd2d44d0d29f45fd40c01346.png

     

    ACCESSORY_NAME = LAST ID,

    My:

    ACCESSORY_DEATH = 2006

    3 - Configure the item_db.yml in the server data base editor ( select the PRE-RE or RE folder from your rathena emulator database)

    Link download SDE compatible item_db.yml http://www.mediafire.com/download/p0zhcc8ipa6cjt3 .| 


    note: this version tokei made me available for testing, it's official, but I believe that here on rathena it hasn't been released, so it's a beta version. 

    obs: you can copy the id of some item like i did with id 500 and redirect it to the new ID.

    CTRL + SHIFT + D (copy ... id)image.png.bfb16bdd75b55781864e7271c6a4613f.png

    I used 250001 as an example.

    SDE_5UJwefKgb5.thumb.png.89ccb1505229b0031b510f64f757f300.png

     

    4 - create the id on iteminfo.lub

    identifiedDisplayName = item name after identifying or if already identified.
    identifiedResourceName = location where the item's sprite will be in the inventory / collection or when it drops
    identifiedDescriptionName = item description after identifying or if already identified.

    everything unidentified on the front will be when the item is not identified.

    1564078521_notepad_VKUqS8imtg.thumb.png.5dc1052c01580e4555a3b6fdcfe836ab.png

    my code:
     

    [250001] = {
    		unidentifiedDisplayName = "Death Aura",
    		unidentifiedResourceName = "DEATH",
    		unidentifiedDescriptionName = {
    		},
    		identifiedDisplayName = "Death Aura",
    		identifiedResourceName = "DEATH",
    		identifiedDescriptionName = {
    			"A snack of a piece of walnut mixed with chocolate and rounded together.",
    			"I don't know why walnut carries it.",
    			"________________________",
    			"Heals 10% HP and 10% SP.",
    			"________________________",
    			"^ff0000(The item is deleted after the event ends.)^000000",
    			"________________________",
    			"^0000CCWeight:^000000 1"
    		},
    		slotCount = 0,
    		ClassNum = 0,
    		costume = false
    	},

    5 - place the files in the respective folders.

    ¾ÆÀÌÅÛ - folder that holds the spr e act of the items when dragged.
    ¾Ç¼¼»ç¸®/³²/ - folder of the equipped male look
    ¾Ç¼¼»ç¸®/¿©/ - folder of the equipped female look

    data\luafiles514\datainfo\accname.lub - this is where you define the visual name
    data\luafiles514\datainfo\AccessoryId.lub - file is where you define the view id of the visual.
     
    image.png.980ccf6c6873c4c9691cc413d29e9366.png

    image.png.77a40a586f7ebf7157d6715983bb8343.png
    image.png.5d1efa0f88bfca9937ee725a619fc38f.png

    image.png.37b1a4922a5b4a05ee7c4d728feaefb1.png

    image.png.849b4eed8de481e40f21bc0afd5cde0f.png


    If you did not understand the tutorial and would like to see how I did it in practice, see the full video at the top.

    Thank you rAthena!!

  4. 56 minutes ago, Loke said:

    Preciso de um script que possa vender alguns itens em valor fixo.

    Exemplo: Ouro 100.000z, então você não pode vender ouro a mais de 100k. 

    prontera,20,60,0    shop   GoldVending#    810,969:500000

    Gold sell 500k

  5. 13 minutes ago, Hyroshima said:

    Olá de novo rs, gostaria de saber se é possivel clicar no npc a distancia ao usar sprite_id de um mob?

    NPC: Npc Sprite ID:
    screenSirius088.jpg.18a5f7214bbe902ec9cc0333937e2875.jpg

     

    NPC: Mob Sprite ID:

    screenSirius089.jpg.5c3e928267b07c611b74ce52da0311bc.jpg

     

    Eu gostaria de deixar como não padrão ao usar mob sprite_id.

    add the monster's npc in the NPC folder and put a custom npc ID, you must be using monster id, that's why the sword appears (example 1002: poring) but you can use the JT_PORING something like that that will be used from the NPC folder and not from the MOB folder

  6. On 1/8/2021 at 8:04 PM, chadness said:

    hello guys i have a problem in my halter when im riding theres an effect my movement speed increase but in the photo theres no halter im riding on , can somebody tell me the error and solution for this , thanks in advance ^_^

    haltererror.PNG

    that i remember gm sprite doesn’t have a mount, try taking off the gm outfit.

    • Upvote 1
  7. 15 minutes ago, alexander03 said:

    Olá, qualquer entidade, qualquer entidade pode me ajudar a fazer NPC para itens personalizados usando sacos de dinheiro, eu apenas gosto de pagar saco de dinheiro em vez de zeny e, 1 bilhão de saco de dinheiro zeny, 500 milhões de saco de dinheiro para pagar assim? Qualquer corpo pode ajudar plssss ??? ?

    try https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt

    • Upvote 1
  8. On 11/10/2020 at 18:09, SeraphimJorge said:

    existe alguma maneira de compilar meus arquivos lua em arquivos lub?
    renomear meu arquivo no notepad ++ de lua para lub não funciona. Parece que lua514 precisa de um compilador adequado.

    place your lua files in the grf editor and press export so it will be lub.

  9. On 18/12/2020 at 16:42, PoringSpr said:

    Olá, mudei o nível máximo do servidor, mas quando vou nivelar o aprendiz, ele vai além do nível de base 10 e consegue um emprego de nível 2. Eu queria que ele parasse no nível básico 10 e conseguisse até 10 empregos juntos. Obrigado por qualquer ajuda.

    you should only change the maximum levels of the last classes.

    • Upvote 1
  10. this is because the effects of the bard for new emulators work in "rozero" mode and you need a 2020+ client to have the visual effects, but otherwise it is working, the solution I found at the time was to create a timer in the source for execute the effect (a gambiarra) but for me it decided, I just don't know if it is something very useful to share.

  11. 19 hours ago, mcNyj said:

    No momento, estou tendo esse problema com o BrowEdit, em que sempre que carrego um mapa com água, ele mostra essa mensagem e a água não carrega. Verifiquei meu grf e os arquivos de água estão no diretório correto. Extraia os arquivos de água, coloque-os no diretório onde está informando o erro, continua o mesmo problema. A caixa preta é apenas o diretório da pasta RO. Estou pensando que talvez os arquivos de água estejam corrompidos ou algo assim? Não tenho certeza, já que ainda posso abrir o jpg e visualizá-los parece bom. A parte estranha é que enquanto eu recebo erros para todos os arquivos de água, eu fui capaz de visualizá-los nos mapas oficiais do jogo, enquanto apenas água no mapa personalizado me travou. No momento, retrocedendo baixando versões mais antigas do grf para ver se ajuda, atualizarei depois de testá-los. Qualquer ajuda seria muito apreciada. Desde já, obrigado. 

    Aqui está a mensagem de erro que estou recebendo.
    error.thumb.png.af659f981598353880d4f4e1501aa287.png

    try to export the water textures and put in the folder "data / texture" of browedit. image.png.de0c53d52051b15c01c126796d43e458.png

×
×
  • Create New...