Jump to content

Heartbreak

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Heartbreak

  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
  11. no.. i mean the whole server got reinstalled =/ and now vending is disabled on all non pk maps.. i tried doing @mapflag novending 0 in game.. but it didnt work.. only level 99 gm's can vend in non pk maps.. but players can vend only in pk maps =/
  12. i didn't change anything in my src.. my whole server just got reinstalled by a dev.. i was able to log in.. after i followed those instructions.. but im still getting the same error..
  13. Heartbreak

    asura

    please compare two videos.. skipping: sliding:
  14. Heartbreak

    asura

    I have effects on.. it's just that.. it's not showing that huge sign after you do the asura.. seems like it's skipping that part.. =/ this is what im talking about.. when people asura.. they usually slide and not like teleport on the other side..
  15. i found 2 of those in my char.c.. =/ here: || SQL_ERROR == SqlStmt_BindColumn(stmt, 9, SQLDT_ULONGLONG, &tmp_item.unique_id, 0, NULL, NULL) ) SqlStmt_ShowDebug(stmt); for( i = 0; i < MAX_SLOTS; ++i ) if( SQL_ERROR == SqlStmt_BindColumn(stmt, 10+i, SQLDT_USHORT, &tmp_item.card[i], 0, NULL, NULL) ) SqlStmt_ShowDebug(stmt); and here: || SQL_ERROR == SqlStmt_BindColumn(stmt, 9, SQLDT_ULONGLONG, &tmp_item.unique_id, 0, NULL, NULL) ) SqlStmt_ShowDebug(stmt); for( i = 0; i < MAX_SLOTS; ++i ) if( SQL_ERROR == SqlStmt_BindColumn(stmt, 10+i, SQLDT_USHORT, &tmp_item.card[i], 0, NULL, NULL) ) SqlStmt_ShowDebug(stmt); should i edit both ? tried changing both.. but nothing happen.. =/ does it have something to do with this error ? i get this everytime i start the server..
  16. I think i posted on the wrong section.. someone told me it's an src problem.. please help me with this one.. my whole server just got reinstalled.. now im having this problem T_T please help me.. is there anyway i can fix it without reinstalling my server again ? http://rathena.org/board/topic/95864-item-getting-duplicated-when-put-to-storage/
  17. please help me.. i didnt changed anything in my kafra except the location.. this only happen to one player.. (as far as i know) it doesnt happen to my own character.. and when that character reconnects.. it double the item
×
×
  • Create New...