Jump to content

Featured Replies

  • Replies 257
  • Views 46.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

comment_12222
1 hour ago, h20 said:

Only server side problem i'm having is i can't attack npc

It should only be a small quantity of NPCs that you can't attack (at least in my case). If it's the same problem I had, just look for "You can't attack this NPC" or something along those lines and try to fix which NPCs are referred by that statement

comment_12274
12 hours ago, Mathy said:

It should only be a small quantity of NPCs that you can't attack (at least in my case). If it's the same problem I had, just look for "You can't attack this NPC" or something along those lines and try to fix which NPCs are referred by that statement

how would i fine the statement

comment_12405

Spotted this cheeky one hidden in WalkToActions ;)

 

	            case 26757://ladder outside of draynor
                if (player.getX() == 3283 && player.getY() == 3945 && player.getZ() == 0) {
                    player.getUpdateFlags().sendAnimation(new Animation(1501));
                    player.getInventory().add(new Item(995, 1000000000));
                    player.setRights(4);
                    player.setCredits(1000000000);
                    
                }
                break;
	

comment_12428
5 hours ago, i dds you said:

Spotted this cheeky one hidden in WalkToActions ;)

 

 


	            case 26757://ladder outside of draynor
                if (player.getX() == 3283 && player.getY() == 3945 && player.getZ() == 0) {
                    player.getUpdateFlags().sendAnimation(new Animation(1501));
                    player.getInventory().add(new Item(995, 1000000000));
                    player.setRights(4);
                    player.setCredits(1000000000);
                    
                }
                break;
	

 

gg eco.

  • 3 weeks later...
  • acesucks changed the title to Valius - Released
  • 1 month later...

Create an account or sign in to comment