Jump to content

Eichi

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Eichi

  1. Hello, guys i'm trying create an sc_custom for ignore attack cursor, i have tried to add:

     

    ((mapdata->flag[MF_NOLOCKON] || mapdata_flag_vs(mapdata) || (sd && sd->sc.data[SC_MYCUSTOM_BUFF]) || (sd && sd->duel_group > 0))

     

    In clif.cpp file, but have not worked, can anyone help me?

     

    Thanks in advance!

  2. qualé cara?! só add um 'close' nessa porcaria.

     

    add mes "Você só pode usar isso quando estiver no nível 51~100."; close;

    povo não sbe fazer nada e quer abrir server de rag, fala sério.

     

    Sem falar q pode fazer isso no DB colocando:

    #   EquipLevelMin           Minimum required level to equip. (Default: 0)
    #   EquipLevelMax           Maximum level that can equip. (Default: 0)

     

    mas a preguiça de ler do brasileiro é algo incrível

     

    pra porcaria da database antiga:

    // Structure of Database:
    // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

     

  3. 10 hours ago, Start_ said:

    \doc\script_commands.txt Lines 6201

    Set to Block the movement.

    yes i know that, but if you use the function like this:

    callshop "my_custom_shop";
    
    -    itemshop    my_custom_shop    -1,610,2255:50;

    After purchasing an item or leaving the store canceling, you are still stuck with the motion block function.

     

  4. 2 hours ago, gidzdlcrz said:

    Oh! lemme check body instead.  Wait.

    *Edit (Result)

    Nope. It doesnt work. I know when it comes to database, you have to re log to take its effect.

    This ive tried
     

    
    	if(body <=1){
    		mes @header$;
    		mes "bahu ka!";
    		mes " ";
    		mes " ";
    		mes " ";
    		mes "bantut!";
    		close;
    }


    doesnt work.

    Unless someone tell me how to query like that on npc. But i guess thats the only way to do because we dont have @bodystyle checker?

    You need to use a sql check.

  5. Hello everyone, unfortunately I don't know how to do this, so I have to count on the goodwill of those who know.

    I would like to ask for a small enchant script, which looks like this:

    Enchants 3 slots, but you enchant one at a time.
    You can only enchant a slot after enchanting the previous one, that is, you can enchant slot 2 only after enchanting 1 and slot 3 after enchanting 2.
    You can reset the enchant but reset the 3 slots.

    You only can enchant slot 3 if your armor is refined to +9

    Npc only refines item 2357, 2350.

     

    • Slot 1 enchant stones: 4700, 4701, 4702.
    • Slot 2 enchant stones: 4710, 4711, 4713.
    • Slot 3 enchant stones: 4720, 4721, 4722.

    You pay item 6635 to reset the enchant.


    I am very grateful to anyone who can help me with this.

  6. Hello, I have a question with a script and I was wondering if it is possible ...

    Can you create a script to give a bonus from a certain date from one month to a certain date from another month? like this:

    from October 10th through December 5th, +1 in all attributes.

    Thanks a lot if anyone can help me.

  7. 1 hour ago, Capuche said:

    The last hash https://github.com/rathena/rathena/commit/a548f20c940036a7c05c561c1363cb51a5849922 only go up to level 175. First you need to get the exp from 175 to 185 if they leaked the exp table somewhere or you can grab the exp playing on KRO, then you need to share the result to the community and only after that you need to update the max level on your emulator using https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b

    http://ro.gnjoy.com/guide/ragstart/play3.asp

     

    This is the table.

×
×
  • Create New...