Jump to content

Recommended Posts

Posted (edited)

So i was playing with my src folder and happened to find somethings for backslide animation. I'm not sure if this 100% safe, but its working fine no errors on my server. So i thought id share it, I do not recommend this if you don't know what your doing.

 

Please make a backup as this may be different for you/go 

 

In cliff.c Find the line 1997 Or if it's different for your svn, search the text below.

void clif_blown(struct block_list *bl) //FIXME: This needs a better behaviour than just sending 2 position fixes
{
	clif_fixpos(bl);
}

void clif_blown_slide(struct block_list *bl)
{
	clif_slide(bl, bl->x, bl->y);
void clif_fixpos(struct block_list *bl)

Replace with:

void clif_blown(struct block_list *bl)
{

//	clif_fixpos(bl);
	clif_slide(bl, bl->x, bl->y);
}

void clif_fixpos(struct block_list *bl)

Save, Recompile and test it out!

 

please report any errors, leave some feedback... /ene

Edited by Shio Devs
  • Upvote 2
  • 9 months later...
  • 2 years later...
Posted
On 12/15/2013 at 10:00 PM, Shio Devs said:

So i was playing with my src folder and happened to find somethings for backslide animation. I'm not sure if this 100% safe, but its working fine no errors on my server. So i thought id share it, I do not recommend this if you don't know what your doing.

 

Please make a backup as this may be different for you/go 

 

In cliff.c Find the line 1997 Or if it's different for your svn, search the text below.


void clif_blown(struct block_list *bl) //FIXME: This needs a better behaviour than just sending 2 position fixes
{
	clif_fixpos(bl);
}

void clif_blown_slide(struct block_list *bl)
{
	clif_slide(bl, bl->x, bl->y);
void clif_fixpos(struct block_list *bl)

Replace with:


void clif_blown(struct block_list *bl)
{

//	clif_fixpos(bl);
	clif_slide(bl, bl->x, bl->y);
}

void clif_fixpos(struct block_list *bl)

Save, Recompile and test it out!

 

please report any errors, leave some feedback... /ene

tnx for this. its working

 

Join the conversation

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

Guest
Reply to this topic...

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