Jump to content

M4karov

Members
  • Posts

    149
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. M4karov's post in Help - Player can't move, allowing mob attack was marked as the answer   
    *pcblockmove <id>,<option>; *unitblockmove <id>,<option>; Prevents the given GID from moving when the option is 1, and enables the ID to move again when the option is 0. This command will run for the attached unit if the given GID is zero. Examples:     // Prevents the current char from moving away.     pcblockmove getcharid(3),1;     // Enables the current char to move again.     pcblockmove getcharid(3),0;  
  2. M4karov's post in effect.tga was marked as the answer   
  3. M4karov's post in How to properly added "extra" char slot for VIP? (SOLVED) was marked as the answer   
    in core.h
    #define MIN_CHARS 12 // Default number of characters per account. #define MAX_CHAR_VIP 3 // This must be less than MAX_CHARS in mmo.h
    #define MAX_CHARS 15
  4. M4karov's post in birthdate FluxCP was marked as the answer   
    Application.php
     
    'ForwardYears' => 15, // (Visual) The number of years to display ahead of the current year in date inputs. 'BackwardYears' => 30, // (Visual) The number of years to display behind the current year in date inputs.  
  5. M4karov's post in Warp don't work was marked as the answer   
    Go to the folder:
    rathena-master/npc/mapflag/nowarpto.txt  
    Comment the file on the following line:
    lhz_dun03    mapflag    nowarpto //lhz_dun03 mapflag nowarpto  
  6. M4karov's post in [Error] Nightmarish Jitterbug was marked as the answer   
    Same thing.
    [Error]: buildin_isbegin_quest: Player with char id '1' is not found. [Debug]: Source (NPC): Runane#sara at moc_para01 (29,95)   but I managed to solve in another way. I changed the npc Runane#sara by the NovaRO and worked without error.   Thanks to everyone who tried to help me .
×
×
  • Create New...