Jump to content

Question

Posted (edited)

how can i fix this ? it seems that the character is teleporting.. =/

http://youtu.be/yNpj0p764Vo

 

all I wanted was a no-delay asura.. 
so i edited skill_cast_db.txt 

here's my current setting: 

//-- CH_SOULCOLLECT
401,2000,0,0,600000,0,0
//-- MO_EXPLOSIONSPIRITS
270,0,0,0,180000,0,0
//-- MO_EXTREMITYFIST
271,4000:3500:3000:2500:2000,3000:2500:2000:1500:1000,0,0,300000,0
Edited by Heartbreak

Recommended Posts

  • 0
Posted

no.. i mean.. usually for asura.. the character slides from one sell to another.. but for this one, it's as if it's teleporting to the other side.. =/

 

hmm i don't see the problem, maybe is for the free cast, but, if you think it's a bug you should report it in the bug report section o:

 

http://rathena.org/board/tracker/

 

for me, i see it working good o:

  • 0
Posted (edited)

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.. 

Edited by Heartbreak
  • 0
Posted

Hmmm isn't one of renewall and the other from pre-renewall ? i'm not too sure about this, i would wait for core dev., they should know o: 

 

 

so, bump (?)

  • 0
Posted

hmm sorry honestly i don't know how to fix it, but, since oyu made a change for the skill i can just suggest you to return to your backup file and it should work as always (:

  • 0
Posted

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

 

lol no, i mean that the change you did maybe affected the skill, so i'm recommendin you to use default line of text, try it without changes (i'm talking about skill_cast_db)

  • 0
Posted

i found a perfect explanation of my problem in youtube.. 

though there's still no fix for it.. here.. 

 

oh i see o: hmm then, seems like it's a bug, you should report it to the bug report section, but before that, make sure that efectivly it's a bug because in the time maybe they changed it o:

  • 0
Posted

if want to compare that Asura slide between rA & eA, please try use same client ver, date, files.

believe or not, eA & rA use same behavior, uisng unit_movepos() /hmm

 

EDIT: /heh

except in eA skill_castend_damage_id(), that makes unit walking instead of moving

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;
}
}
  • 0
Posted

 

if want to compare that Asura slide between rA & eA, please try use same client ver, date, files.

believe or not, eA & rA use same behavior, uisng unit_movepos() /hmm

 

EDIT: /heh

except in eA skill_castend_damage_id(), that makes unit walking instead of moving

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;
}
}

 

so, what she would need to do to make the asura go as she wants o: ?

  • 0
Posted

 

 

if want to compare that Asura slide between rA & eA, please try use same client ver, date, files.

believe or not, eA & rA use same behavior, uisng unit_movepos() /hmm

 

EDIT: /heh

except in eA skill_castend_damage_id(), that makes unit walking instead of moving

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;
}
}

 

so, what she would need to do to make the asura go as she wants o: ?

 

maybe?

 

I also wondering now, if Body relocation use ultra speed of unit_walktoxy() instead unit_movepos() /heh

I'll try play with this later.

  • 0
Posted

Hmm i don't know if this is how asura should work, if so what's the problem? sadly, you can only "fix" this with the help of a dev. try to contract someone or be patient until someone answers ): 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...