View difference between Paste ID: nUDYkUiW and B47urmSc
SHOW: | | - or go back to the newest paste.
1
case GRAB:
2-
			 if (getTabs().getOpen() != Tab.MAGIC) {
2+
				if (getTabs().getOpen() != Tab.MAGIC) {
3-
				 getTabs().open(Tab.MAGIC);
3+
					getTabs().open(Tab.MAGIC);
4-
			Entity WZ = getObjects().closest(245);
4+
					Entity WZ = getObjects().closest(245);
5-
			if (WZ != null && !myPlayer().isAnimating() && WZ.isVisible())
5+
					if (WZ != null && !myPlayer().isAnimating()
6-
	           
6+
							&& WZ.isVisible())
7-
	      
7+
8-
	           
8+
						this.magic.castSpellOnEntity(
9-
	            this.magic.castSpellOnEntity((MagicSpell)Spell.TELEKINETIC_GRAB, WZ); }
9+
								(MagicSpell) Spell.TELEKINETIC_GRAB, WZ);
10-
			 
10+
				}
11-
             sleep(random(400,1200));
11+
12-
			
12+
				sleep(random(400, 1200));
13-
			break;
13+
14
				break;