Jump to content

xMysth

Members
  • Posts

    6
  • Joined

Posts posted by xMysth

  1. Good day.


    I need help.
    It's possible luk not affect card drops, only to equipment and usable items?

    Quote

    // Makes your LUK value affect drop rates on an absolute basis.
    // Setting to 100 means each luk adds 0.01% chance to find items
    // (regardless of item's base drop rate).
    drops_by_luk: 0

    // Makes your LUK value affect drop rates on a relative basis.
    // Setting to 100 means each luk adds 1% chance to find items
    // (So at 100 luk, everything will have double chance of dropping).
    drops_by_luk2: 0

    Thanks for your help.

  2. Hello very good day.
    I am configuring a server but I have the problem that when I try to enter it marks disconnect and in the emulator it gives me the following message: 

    [Status]: Connection refused: user without MAC Address detected [Info]: Closed connection from '127.0.0.1'.

    Thank you in advance.

    1652842018_Sinttulo.png.d79d6f2fa0552a17ab3256515fab6783.png

  3. If you don't add the deaths this is what they need to edit.

    Si no agrega las muertes, esto es lo que necesitan editar.

    Quote

    OnPCDieEvent:
            if( .System ) {
                    if( getgmlevel() >= .GMLevel || killerrid < 2000000 || killerrid > 3000000 )
                            end;
                    if( !compare( .PvPMap$[0], "All" ) ) {
                            for(set .@i, 0; .@i < getarraysize(.PvPMap$); set .@i, .@i + 1)
                                    if( strcharinfo(3) == .PvPMap$[.@i] ) {
                                            set Death, Death + 1;
                                        //break;      // Delete
                                            end;         //Adding

    ( Delete break; and adding end; )

    (Borrar break; y agregar end;)

    Sorry if the post is old but this could help other users a bit.

     

     

×
×
  • Create New...