ok brice heres summit for you to add because the sara gs and sara sword dont work properly
Ok first open up your client.java
and search for
public int GetRunAnim(int id)
and copy this where the godswords are
if(id == 15333) // Armadyl GS
{
return 2563;
}
if(id == 15334) // Bandos GS
{
return 2563;
}
if(id == 15351) // Sara Sword
{
return 2563;
}
if(id == 15335) // Sara GS
{
return 2563;
}
if(id == 15336) // Zammy GS
{
return 2563;
ok thats running covered
Now search this
public int GetWalkAnim(int id)
this will cover walking now copy this for the godswords
if((id == 15333) || (id == 15334) || (id == 15351) || (id == 15335) || (id == 15336)) // Godswords.
{
return 2562;
thats walking covered
Now for the standing search this
public int GetStandAnim(int id)
Now same as before add this for the godswords
if((id == 15333) || (id == 15334) || (id == 15351) || (id == 15335) || (id == 15336)) // Godswords.
{
return 2273;
And thats pretty much it thats the animations i recommend they look cool just read it through brice ill post a pic in a bit..
~~abyssal~~
Ok first open up your client.java
and search for
public int GetRunAnim(int id)
and copy this where the godswords are
if(id == 15333) // Armadyl GS
{
return 2563;
}
if(id == 15334) // Bandos GS
{
return 2563;
}
if(id == 15351) // Sara Sword
{
return 2563;
}
if(id == 15335) // Sara GS
{
return 2563;
}
if(id == 15336) // Zammy GS
{
return 2563;
ok thats running covered
Now search this
public int GetWalkAnim(int id)
this will cover walking now copy this for the godswords
if((id == 15333) || (id == 15334) || (id == 15351) || (id == 15335) || (id == 15336)) // Godswords.
{
return 2562;
thats walking covered
Now for the standing search this
public int GetStandAnim(int id)
Now same as before add this for the godswords
if((id == 15333) || (id == 15334) || (id == 15351) || (id == 15335) || (id == 15336)) // Godswords.
{
return 2273;
And thats pretty much it thats the animations i recommend they look cool just read it through brice ill post a pic in a bit..
~~abyssal~~