Jump to content

HeyC

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by HeyC

  1. Hi,

    How can I update rAthena's emulator files without losing my changes, like rates, item_db, mob_db, etc...?

    I'm using a VPS, which can be accessed through WinSCP.

    I tried to search around the forum, but I could not find a solution for that.

    Thanks.

  2. Hello.

    The skill Scar of Tarou is not giving the effect Bitten Wound. Does anyone knows how to fix it?

    I tried to use it mutiple times to check if there was a % of chance to inflict this effect, but it did not happen. However, sometimes the skill hits twice after a small time.

     

    (Sorry if this is the wrong area. I didn't find any other better)

  3. In all my server's instance only the Party Leader are able to get in the "portal" or go in the instance... 

    For example, in the ghost palace, npc says :

    Quote

    I can only open the secret passage for party leaders. Please have your party leader talk to me.

    Does anyone knows how to fix it?

  4. Hi,

    Everytime that I try to make the scr_logo, theres a part of the pink background that keeps surrounding all the letters or images.

    Does anyone knows why and how to fix it?
    Thanks

     

    screenrAthena015.jpg

  5. Hi.

    Guys, how can i make an npc count mutiple items before "goto" next part?

    For example:

    check if player has 10 jellopy and 10 feather, then "goto" GvI

    GvI:

    delitem 909,10;

    delitem 949,10;

    close;

  6. Hi. I tried to look around in other topics, but I could not find the answer... so...
    How can I configure Job Changer to to force the character rebirth before go to 3rd job?

    I mean: Novice>1st class>second class>rebirth>high novice>high 1st class>trans class>3rd class.

    Here's its configs:

    Quote

    // Settings
        .ThirdClass = true;            // Enable third classes?
        .RebirthClass = true;            // Enable rebirth classes?
        .SecondExpanded = true;        // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion?
        .BabyNovice = true;    // Enable Baby novice classes? Disable it if you like player must have parent to get job baby.
        .BabyClass = true;                // Enable Baby classes?
        .BabyThird = true;                // Enable Baby third classes?
        .BabyExpanded = true;            // Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc.
        .BabySummoner = true;            // Enable Baby Summoner?
        .LastJob = true;                // Enforce linear class changes?
        .SkillPointCheck = true;        // Force player to use up all skill points?
        .Platinum = true;                // Get platinum skills automatically?
        .GetJobEquip = false;            // Get job equipment (mostly weapons) on job change?
     

        // Level Requirements
        setarray .Req_First[0],1,10;         // Minimum base level, job level to turn into 1st class
        setarray .Req_Second[0],1,40;         // Minimum base level, job level to turn into 2nd class
        setarray .Req_Rebirth[0],99,50;        // Minimum base level, job level to rebirth
        setarray .Req_Third[0],99,50;        // Minimum base level, job level to change to third class
        setarray .Req_Exp_NJ_GS[0],99,70;     // Minimum base level, job level to turn into Expanded Ninja and Gunslinger
        setarray .Req_Exp_SNOVI[0],99,99;     // Minimum base level, job level to turn into Expanded Super Novice
        .SNovice = 45;                        // Minimum base level to turn into Super Novice
     

     

×
×
  • Create New...