Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Community Answers

  1. Functor's post in Packet Obfuscation ? was marked as the answer   
    Packet 0x64 with size 55 bytes - it is login packet.
    I think you set wrong port in clientinfo.xml and client is trying to login to the map server instead of login server.
  2. Functor's post in Error while starting the Server :( was marked as the answer   
    Hello! You should install dos2unix and use it.
    dos2unix athena-start  
  3. Functor's post in How to fix the Inventory ( Check the Photo ) was marked as the answer   
    https://rathena.org/board/topic/86452-change-inventory-size/
    https://rathena.org/board/topic/67052-inventory-size-in-2012-clients/
    https://rathena.org/board/topic/68621-help-inventory-bug/
  4. Functor's post in Request Status X Icons from eathena was marked as the answer   
    X Status Icons r1.0.0.5 : http://www.mediafire.com/download/swaz0w4y3sgcwqy
  5. Functor's post in Warning int64 script.c was marked as the answer   
    if(pc_readaccountreg(sd,"#langset")) change to:
    if (pc_readaccountreg(sd, add_str("#langset")))
  6. Functor's post in Backstab was marked as the answer   
    Open ../src/map/skill.c and in the function skill_castend_damage_id change:
    case RG_BACKSTAP: { uint8 dir = map_calc_dir(src, bl->x, bl->y), t_dir = unit_getdir(bl); if ((!check_distance_bl(src, bl, 0) && !map_check_dir(dir, t_dir)) || bl->type == BL_SKILL) { status_change_end(src, SC_HIDING, INVALID_TIMER); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); dir = dir < 4 ? dir+4 : dir-4; // change direction [Celest] unit_setdir(bl,dir); } else if (sd) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); } break; to:
    case RG_BACKSTAP: { uint8 dir = map_calc_dir(src, bl->x, bl->y), t_dir = unit_getdir(bl); if ((!check_distance_bl(src, bl, 0) && !map_check_dir(dir, t_dir)) || bl->type == BL_SKILL) { status_change_end(src, SC_HIDING, INVALID_TIMER); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); } else if (sd) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); } break;
  7. Functor's post in ###### new links for data_4.0.rar, all links are dead. was marked as the answer   
    http://www.mediafire.com/download/ffcxs7r86iexyx5/data_v4.0.rar
  8. Functor's post in Guild Flag was marked as the answer   
    It is not a sprite.
     
    data\model\3dmob\guildflag90_1.gr2
     

     

  9. Functor's post in Job Name change question was marked as the answer   
    For 2012-04-10aRagexeRE   offset 3BA74A change A8 19 88 to 60 E5 8D   offset 4DD160 change 00 00 00 00 00 00 00 00 00 00 00 00 00 00 to 4D 61 67 69 63 20 53 75 6D 6D 6F 6E 65 72  
    Example: http://www.mediafire.com/download/ue257h7jh4e9ti6
  10. Functor's post in SHIFT+Right Click Autofollow was marked as the answer   
    offset 32DB7D change A3 98 40 99 00 to 90 90 90 90 90
×
×
  • Create New...