Jump to content

Heartbreak

Members
  • Posts

    63
  • Joined

  • Last visited

1 Follower

About Heartbreak

  • Birthday 08/10/1989

Profile Information

  • Gender
    Female
  • Location
    philippines

Recent Profile Visitors

1352 profile views

Heartbreak's Achievements

Poring

Poring (1/15)

0

Reputation

3

Community Answers

  1. Heartbreak

    asura

    will it work is I use this script from eathena ? case MO_EXTREMITYFIST: if( skillid == MO_EXTREMITYFIST ) { status_change_end(src, SC_EXPLOSIONSPIRITS, INVALID_TIMER); status_change_end(src, SC_BLADESTOP, INVALID_TIMER); } //Client expects you to move to target regardless of distance { struct unit_data *ud = unit_bl2ud(src); short dx,dy; int i,speed; i = skillid == MO_EXTREMITYFIST?1:2; //Move 2 cells for Issen, 1 for Asura dx = bl->x - src->x; dy = bl->y - src->y; if (dx < 0) dx-=i; else if (dx > 0) dx+=i; if (dy < 0) dy-=i; else if (dy > 0) dy+=i; if (!dx && !dy) dy++; if (map_getcell(src->m, src->x+dx, src->y+dy, CELL_CHKNOPASS)) { dx = bl->x; dy = bl->y; } else { dx = src->x + dx; dy = src->y + dy; } skill_attack(BF_WEAPON,src,src,bl,skillid,skilllv,tick,flag); if(unit_walktoxy(src, dx, dy, 2) && ud) { //Increase can't walk delay to not alter your walk path ud->canmove_tick = tick; speed = status_get_speed(src); for (i = 0; i < ud->walkpath.path_len; i ++) { if(ud->walkpath.path[i]&1) ud->canmove_tick+=7*speed/5; else ud->canmove_tick+=speed; } } } break;
  2. Heartbreak

    asura

    up is this case hopeless ? please reply.. I need to know if switching to eathena is my only option to get sliding asura.. im losing a lot of players.. =/
  3. find and remove this from VIP group on your conf/groups.conf can_trade: false or change it to can_trade: true
  4. did u check ur trunk/db/packet_db.txt ? make sure to add packet ver 31.. like this: http://trac.rathena.org/browser/rathena/trunk/db/packet_db.txt?rev=17326
  5. please help me.. I'm a newbie.. I think this is the fix to my skipping asura problem.. But I don't know how to apply this.. Should I use putty ? If yes, what are the commands I need to use.. Or should i Manually do it.. like find the line then copy paste ? https://github.com/rathena/rathena/commit/89ef868 I searched google for instructions and tried different commands in putty.. but nothing happened.. =/
  6. Heartbreak

    asura

    i found a perfect explanation of my problem in youtube.. though there's still no fix for it.. here..
  7. Heartbreak

    asura

    is it beause im using rathena ? is there any other rathena users who have sliding asura ? :<
  8. Heartbreak

    asura

    is there any fix on this ? =/
  9. it closes when 2 players are registered.. it doesn't wait for other players =/
  10. Heartbreak

    asura

    im using pre-re.. please help me with this.. my players doesn't want skipping asura T_T
×
×
  • Create New...