Jump to content

mrfizi

Members
  • Posts

    313
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by mrfizi

  1. 16 hours ago, Redao said:

    Did you manage to solve this question of the two skills? Is there a way to remove the first one that is unusable? In this case, it's just a visual effect. The NPC is working, but that visual issue can confuse players.

    Did you manage to solve this question of the two skills? Is there a way to remove the first one that is unusable? In this case, it's just a visual effect. The NPC is working, but that visual issue can confuse players.

    Read here:

     

    • Love 1
  2. // When set to yes, the damage field in packets sent from woe maps will be set
    // to -1, making it impossible for GMs, Bots and Hexed clients to know the
    // actual damage caused by attacks. (Note 1)
    hide_woe_damage: no

    Read Note 1:

    //--------------------------------------------------------------
    // Note 1: Value is a config switch (on/off, yes/no or 1/0)
    // Note 2: Value is in percents (100 means 100%)
    // Note 3: Value is a bit field. If no description is given,
    //         assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary)
    //--------------------------------------------------------------


    Almost all server that I've played hide woe damage.

  3. https://github.com/rathena/rathena/blob/a032cd1f74448f676db7a22dfbcb8cf1bbe0ddd8/npc/mapflag/gvg_noparty.txt#L10

    // all this:

    //============================================================
    // GvG Arenas
    //============================================================
    //guild_vs1	mapflag	gvg_noparty
    //guild_vs2	mapflag	gvg_noparty
    //guild_vs3	mapflag	gvg_noparty
    //guild_vs4	mapflag	gvg_noparty
    //guild_vs5	mapflag	gvg_noparty

    Then restart your server.

    If not work, please visit this topic:

     

  4. 11 hours ago, Fluxion said:

    From memory, having already made a server with a max level of 500, it is not possible to do this. I could only set the aura to 99 or 500 and not both.If you want to add an aura for level 250, you must define it in your externalsettings

    MaxLevelTable = {
    	BaseLevel = 250,
    }

    and in client.conf

    but the aura will only be displayed for level 250.

    I hope I have helped anyway.

    That is why I'm asking here. If someone know or possible to do that. Maybe need some src coding for make it possible or etc.

    As much as I know, only can choose 1 max level with aura.

  5. Hello all..

    Regarding to my post title above, is it possible to make the server with non-trans max level 99 with aura and trans max level 250 with aura?

     

    Example:

    Quote

    Knight leveling until 99 level and get max level aura.
    Then reborn and leveling until max level 250 and get max level aura.

     

    Thank you.

  6. 3 minutes ago, GM Winter said:

    theres no error now but it didnt deduct the zeny  on the character already put some zeny value
    .@warpPrice = 2000;    // Zeny required for warp

    I have changed my first post. Check it back.

    • Upvote 1
×
×
  • Create New...