Jump to content

ngek202

Members
  • Posts

    530
  • Joined

  • Last visited

Posts posted by ngek202

  1. I think you also need to disable Renewal EDP.

     

    /// renewal enchant deadly poison algorithm
    ///
    /// leave this line to enable the renewed EDP algorithm
    /// under renewal mode:
    ///  - damage is NOT increased by 400%
    ///  - it does NOT affect grimtooth
    ///  - weapon and status ATK are increased
    #define RENEWAL_EDP
     
  2. In src/map/guild.c

     

    on line 389:

     

        if( sd->status.guild_id )
        {// already in a guild
            clif_guild_created(sd,1);
            return 0;
        }
        if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 )
        {// item required
     

    714 is Emperium you can replace that so every time they try /guild it won't work because the item requied is different replace it with some not used.

    then recompile.

  3. they are important if you have custom items., they are like descriptions and view id's for item that are from other Characters for example you warp on a certain Map and there's a Player with a Custom Item and if it couldn't find the proper view id's, or name for that certain Item the Client will Crash.

     

    also if you have added Items as Drop from Monsters you should also add it on those text file if not Client will Crash.

    make it a habit every time you add Custom or New Stuffs don't forget to add on those Text files.

    • Upvote 1
  4. I think you can do that in skill_require_db.txt

    // Legend for 'RequiredState' field:
    //  none = Nothing special
    //  move_enable = Requires to be able to move
    //  recover_weight_rate = Requires to be less than 50% weight
    //  water = Requires to be standing on a water cell
    //  cart = Requires a Pushcart
    //  riding = Requires to ride either a peco or a dragon
    //  falcon = Requires a Falcon
    //  sight = Requires Sight skill activated
    //  hiding = Requires Hiding skill activated
    //  cloaking = Requires Cloaking skill activated
    //  explosionspirits = Requires Fury skill activated
    //  cartboost = Requires a Pushcart and Cart Boost skill activated
    //  shield = Requires a 0,shield equipped
    //  warg = Requires a Warg
    //  dragon = Requires to ride a Dragon
    //  ridingwarg = Requires to ride a Warg
    //  mado = Requires to have an active mado
    //  poisonweapon = Requires to be under Poisoning Weapon.
    //  rollingcutter = Requires at least one Rotation Counter from Rolling Cutter.
    //  elementalspirit = Requires to have an Elemental Spirit summoned.
    //  mh_fighting = Requires Eleanor fighthing mode
    //  mh_grappling = Requires Eleanor grappling mode
    //  peco = Requires riding a peco
    

  5. have you tried and test a different Memory Slot when you Install your RAM's?

    or have you also tried to pull off your mother board from the Case and test it on Air.

  6. Hmm I recall from the previous theme when you click the Forum link it doesn't open up another Tab it will redirect you to the main index (http://rathena.org/board)

    I think Forum, Members and Bug Tracker doesn't open up another Tab while others do open a Tab.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.