| 
		
	
	
	
		
	Posts: 9 
	Threads: 4 
	Joined: Dec 2013
	
 Reputation: 
0 
	
	
		Hello, i would like to ask you for a macro...Could you help me making one for: moving to "x" when player on screen?... i want to make runes outside my house and when someone is on screen, my char go inside my house.
 can you help me please?
 
	
	
	
		
	Posts: 116 
	Threads: 38 
	Joined: May 2013
	
 Reputation: 
0 
	
		
		
		03-06-2014, 11:15 PM 
(This post was last modified: 03-06-2014, 11:36 PM by Dizek.)
		
	 
		Hello, i need macro that will Move N if my position is (X, Y, Z)
	 
If you like my scriptsplease give me rep
 and write a comment
 it'll be great!
 
	
	
	
		
	Posts: 51 
	Threads: 6 
	Joined: Jan 2014
	
 Reputation: 
0 
	
	
		I need macro to move one sqm south, north, etc.
	 
If I helped you or you like my scripts don't forget about Reputations, please! 
	
	
	
		
	Posts: 116 
	Threads: 38 
	Joined: May 2013
	
 Reputation: 
0 
	
	
		 (03-10-2014, 04:46 PM)AriusCorn Wrote:  I need macro to move one sqm south, north, etc.    north
    south
    west
    east
 
I need macro that will go 1 sqm north if my position is X, Y, Z
	 
If you like my scriptsplease give me rep
 and write a comment
 it'll be great!
 
	
	
	
		
	Posts: 1 
	Threads: 0 
	Joined: Mar 2014
	
 Reputation: 
0 
	
	
	
		
	Posts: 1 
	Threads: 0 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		can you make one macro for says utamo vita when have 4 creatures?
	 
	
	
	
		
	Posts: 15 
	Threads: 5 
	Joined: Dec 2012
	
 Reputation: 
0 
	
	
		can u give me a macro when SD they last, the char start using exori mort?
 thanks
 
 +REP
 
	
	
	
		
	Posts: 57 
	Threads: 5 
	Joined: Feb 2014
	
 Reputation: 
0 
	
		
		
		04-16-2014, 08:04 AM 
(This post was last modified: 04-16-2014, 08:11 AM by daniel5441.)
		
	 
		 (04-09-2014, 05:27 AM)Royal Jakaz Wrote:  life ring for %? :p help 
First macro 
Self.Inventory.Ring()<>3089 
Self.Mana%()<60 
Self.Equip.Ring(3052)
 
Second macro 
Self.Mana%()>40 
Self.UnEquip.Ring(0)
 
You mean mana percent?
 
  (04-13-2014, 03:59 AM)danieldiasrosa2014 Wrote:  can you make one macro for says utamo vita when have 4 creatures? 
Creatures.OnScreen()>=4 
Self.Say(utamo vita)
 
  (03-05-2014, 04:35 PM)[email protected] Wrote:  Hello, i would like to ask you for a macro...Could you help me making one for: moving to "x" when player on screen?... i want to make runes outside my house and when someone is on screen, my char go inside my house.
 can you help me please?
 
First macro - enter house 
Creatures.PlayersOnScreen()>0 
Self.MoveTo(X, Y, Z)
 
Second macro - move from house 
Creatures.PlayersOnScreen()<1 
Self.MoveTo(X, Y, Z)
	 
	
	
	
		
	Posts: 527 
	Threads: 61 
	Joined: Feb 2010
	
 Reputation: 
0 
	
	
		Mega can you fix this thread againI consider this very helpfull
 
	
	
	
		
	Posts: 16 
	Threads: 7 
	Joined: Aug 2013
	
 Reputation: 
0 
	
	
		Hello.I need help with macro stop bot when level up of 1 to 8 in rook
 thanx for attention ;D
 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		1st. Macro Code: 10 {CaveBot Stop} Self.Level()>188 Cavebot.Stop() Exit()
2nd. In forum You can find some good full AFK scripts
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
	
		
	Posts: 20 
	Threads: 4 
	Joined: Sep 2013
	
 Reputation: 
0 
	
		
		
		05-07-2014, 04:10 PM 
(This post was last modified: 05-07-2014, 04:10 PM by rafaelfmotta.)
		
	 
		rep + for this macro
 
 2000 {Drop itens when Low Cap} Misc.ItemCountEx(3578)>=1 Self.Capacity<=50 X:=Self.X Y:=Self.Y Z:=Self.Z Map.Thrown(3031, -1, !X!, !Y!, !Z!)<>1
 
 thx drop empty vial
 
 just changed for 285 id
 
 thx a lot
 
 man love u
 
 sincerally
 rep +
 s2
 
 rep + for this macro
 
 
 2000 {Drop itens when Low Cap} Misc.ItemCountEx(3578)>=1 Self.Capacity<=50 X:=Self.X Y:=Self.Y Z:=Self.Z Map.Thrown(3031, -1, !X!, !Y!, !Z!)<>1
 
 thx drop empty vial
 
 just changed for 285 id
 
 thx a lot
 
 man love u
 
 sincerally
 rep +
 s2
 
	
	
	
		
	Posts: 4 
	Threads: 0 
	Joined: May 2014
	
 Reputation: 
0 
	
	
		i need macro for dropt empty vials
	 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		 (05-15-2014, 11:16 PM)nicholas Wrote:  i need macro for dropt empty vials Code: 100 {drop vial} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(ID OF VIAL, 1, !X!, !Y!, !Z!)
 
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
	
		
	Posts: 23 
	Threads: 9 
	Joined: May 2014
	
 Reputation: 
0 
	
	
		Excuse me i need to know how to break wall in Dwarc
	 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		use MapTool
	 
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
	
		
	Posts: 12 
	Threads: 6 
	Joined: May 2014
	
 Reputation: 
0 
	
	
		Auto follow creature?[/align]
	 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		Erleo image: ![[Image: follow.png]](http://s14.postimg.org/d50ohughd/follow.png)  
Option > General > Auto Chase Off
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
	
		
	Posts: 57 
	Threads: 13 
	Joined: Jul 2013
	
 Reputation: 
0 
	
	
		Thanks alot if make it :* 
1. If more than 2 (me and someone other) wear energy ring 
2.If more than 3 monsters on sceeen wear energy ring 
3. Reset cavebot if stucked 
4. Move E if player on screen 
5.Turn on dash for 5 secs, turn off for 2, and still same. 
And the last hardest. 
(can pay RL/Shadowcores): 
-Speaking 4 exmpl "Dice Bot! 95% PAYOUT today! TRY YOUR LUCK" 
-if someone is next to him Speaking "Hi! Wanna play?" 
-taking money from deposit desk (only when more 
- when someone talks "L", BOTtalks "system roll 1/2/3, if H-4/5/6". 
Money+rep for it   
PS: If u need money for that last please PM me. 
Good luck! 
Sorry for bad English. 
 
Wysłane z mojego GT-I9100 przy użyciu Tapatalka
	 
	
	
	
		
	Posts: 19 
	Threads: 7 
	Joined: Sep 2010
	
 Reputation: 
0 
	
	
		hey guys!
 i need macro to equip small stone and equip serpent sword when you have no stone.
 
 Equip Stone (auto: 2000ms)
 2000 {Equip Stone} Misc.ItemCountEx(1781)>=1 Self.Equip.LeftHand(1781) 2000 {Equip Sword} Misc.ItemCountEx(1781)<1 Self.Equip.LeftHand(3297)
 
 
 /\ that this not working
 
 thxx
 |