Jump to content

eusouteupai

Members
  • Posts

    13
  • Joined

Posts posted by eusouteupai

  1. On 3/10/2019 at 7:12 AM, sader1992 said:

    not everything is a "general support"

    https://github.com/rathena/rathena/blob/54ac2ae1327040289b8bc566e2b221a259144e4c/doc/script_commands.txt#L286

     

    Moved to the right section .

     

    Tks for move to right section, but, with all respect, everyone know about this file, and don't help in nothing, just is a copy paste to answer the users...

     

    On 4/25/2024 at 10:49 PM, Rynbef said:

    It's also related to some diffs available.

     

    Rynbef~

    If u can help me with this, can send me a message, idk? PV?

     

    On 4/25/2024 at 1:55 PM, Kudo said:

    Go to src/config/core.hpp
    image.png.052fed4295b6fa8125d14639babed8e8.png 
    uncomment this one and compile

    i will test, if works, god! soon i edit here

     

    @EDIT: don't work man 😕

    image.thumb.png.6f80ba5075d893bafd51a0b6b8694595.png

  2. 8 hours ago, hendra814 said:

    i think you can try with barter script.

    Some other script or way that idk? itemshop don't work in my emulator, is release 5971 rathena, and i'm using a 2021 ragexe, itemshop and coinshop don't work, can u please give me a link or something that i can substitute? I need to a lot of npcs that exchange items in my sv, my old emulator of 2019 works, then, idk what i do.

  3. Hello Everyone,

     

    My emulator, idk why, don't have the archive "item_packages.yml" (is the emulator rathena called version fixed/5971, i choice this version cause have 4th too, but, are not too advanced, and i can put my item_dbs in ANSI "primordial for me, in Brazilian", the other versions i cannot put the item_db's in ANSI, btw, the new versions do not open good in the last SDE too.

     

    This version that i have, opne normal in SDE

    I put my item_dbs in ANSI so i translate everything to PT-BR

     

    BUT, I need add new boxes personalizated, for example, blue box, i need create a item like a blue box with other's itens inside.

     

    BUT don't have the item_packages.yml this emulator, just item_group_db.yml, and don't work, or the server crash

     

    Someone can help with this?

  4. Amigo, sei que não tem nada a ver, mas você usou item_package para isso, ou só o processo que descreveu acima? Pois meu emulador n tem item_packages.yml por algum caralho de razão e eu gostaria de fazer o que você fez, porém eu não consigo adicionar box customizadas no meu, obrigado, qualquer coisa entra em contato pv ou disc, abs

    Mulinari#5739

  5. 1 hour ago, Naruto said:

    So you want everyone to start with like +10% crit chance ? or just damage?

     

    pretty sure this is your damage formula for crit

    battle.c

    
    #ifdef RENEWAL
    	if (!skill_id && is_attack_critical(&wd, src, target, skill_id, skill_lv, false)) {
    		if (sd) { //Check for player so we don't crash out, monsters don't have bonus crit rates [helvetica]
    			wd.damage = (int)floor((float)((wd.damage * 140) / 100 * (100 + sd->bonus.crit_atk_rate)) / 100);
    			if (is_attack_left_handed(src, skill_id))
    				wd.damage2 = (int)floor((float)((wd.damage2 * 140) / 100 * (100 + sd->bonus.crit_atk_rate)) / 100);
    		} else
    			wd.damage = (int)floor((float)(wd.damage * 140) / 100);
    	}
    #endif

    that 140 is the main thing you wanna look at

     

     

    This works! Thanks a lot!

    Is to everybody hit + in te critical for default.

  6. Hello, rAthena

    I'm lookings for someone that has references in the market to help me, please.
     

    i need a orçament to fix somethings in my server.

    I have star emperor and soul reaper in my server, just want that u (developer to work in this) look if are everything 100% ok with the classes.
    My arrows are bug, i don't know why, after i apply this patch: https://github.com/rathena/rathena/pull/4072/files?file-filters[]=.txt&hide-deleted-files=true#

    If the rebalancing is wrong, can u (developer) please fix too?
    With a fire arrow, i can kill a ifrit, for example UHAUEHAEUH can u fix all the arrows?
    I want to nerf the gravity field too the gravity field of rebalancing is very broken.
    hm...
    I want that look for the maps like the nova-ro in ins for example (looks for the top)
    i want update for terra gloria, if u have;
    The last thing is, when i implement the star emperor and soul reaper, my fire skills are bug, like a fire bolt, fire ball and fire barrrier, stone curse too, i guess, can u fix?

    A last thing, a Channel system, like a NOVA-RO, with the NPC like a NOVA-RO (to control the channels, on or off).

    Private to orçaments, please, tks!
     

  7. Olá rAthena,

     

    Eu apliquei o Patch: https://github.com/rathena/rathena/pull/4072/files

    (Rebalanceamento de skills de 1, 2 e transclasses)

    Após isso, minhas flechas de fogo, conseguem acertar bichos de fogo, por exemplo, consigo matar um Ifrit com flechas de fogo (WTF?)

    image.thumb.png.04696c03f29608848a09c9f24683f9c1.png

    Conseguem me ajudar com isso?

     

    Hello rAthena,

    I applied the patch: https://github.com/rathena/rathena/pull/4072/files

    (Skills rebalancing, 1, 2 and transclasses)

    After that, my fire arrows can hit fire creatures, for example, i can kill a ifrit with a fire Arrow, WTF? UHASDUHDAS

    Can u help my with this?

×
×
  • Create New...