###for PRIVATE SERVERS only###
###This Macro is created mainly for sinx's and creators brewing###
###auto talk to healer NPC when SP is drained out while brewing useful for massive brewing##
automacro noSP {
console /Skill Create Deadly Poison failed/i   #### can also be used for pharmacy ####
call getSP
}
macro getSP {
do talk @npc (134 123)  #### coordinates of Healer NPC ####
pause 2
do talk resp 0 #### for responses ####
}
			
			
									
						
							auto talk for SP
Moderator: Moderators
- 
				frotek
 - Noob

 - Posts: 13
 - Joined: 29 May 2008, 23:29
 - Noob?: Yes
 
- 
				help_us
														 - Testers Team

 - Posts: 106
 - Joined: 04 Apr 2008, 21:53
 - Noob?: No
 - Location: Asia
 
Re: auto talk for SP
why dont you just use SP condition?
			
			
									
						
							Code: Select all
automacro noSp {
	sp <= 5%
	location morocc # if npc at morocc
	exclusive 1
	timeout 1
	call {
		do talk @npc (134 123) #### coordinates of Healer NPC ####
		pause 2
		do talk resp 0 #### for responses ####
	}
}

- 
				frotek
 - Noob

 - Posts: 13
 - Joined: 29 May 2008, 23:29
 - Noob?: Yes
 
Re: auto talk for SP
brewing will be more faster i think.. xD cuz it will drain it's SP first before talking to healer NPC nwei it's workin no problem it depends to the user
			
			
									
						
										
						- 
				rocbrenz21
 - Noob

 - Posts: 1
 - Joined: 08 Aug 2008, 23:33
 - Noob?: Yes
 
Re: auto talk for SP
hey can i ask what is your macro in creating deadly poison?
i dont know what is the code for poison bottle to be created. this one is from my biochemist brewing.
automacro start {
map geffen
call create
run-once 1
timeout .5
}
macro create {
while ( @Inventory (Medicine Bowl) != 0) as condition
do ss 228 10
do send 8E 01 E3 1B 00 00 00 00 00 00 <--------what is the code for poison bottle?
end condition
release all
}
			
			
									
						
										
						i dont know what is the code for poison bottle to be created. this one is from my biochemist brewing.
automacro start {
map geffen
call create
run-once 1
timeout .5
}
macro create {
while ( @Inventory (Medicine Bowl) != 0) as condition
do ss 228 10
do send 8E 01 E3 1B 00 00 00 00 00 00 <--------what is the code for poison bottle?
end condition
release all
}
- 
				frotek
 - Noob

 - Posts: 13
 - Joined: 29 May 2008, 23:29
 - Noob?: Yes
 
Re: auto talk for SP
it's for sin x's not for retard like you. i mean not for alchemist's
			
			
									
						
										
						- 
				sli
 - Perl Monk

 - Posts: 810
 - Joined: 04 Apr 2008, 17:26
 - Noob?: No
 
- 
				jokerox
 - Noob

 - Posts: 1
 - Joined: 31 May 2010, 06:18
 - Noob?: Yes
 
Re: auto talk for SP
hey can u plz tell me 1 thing? I want my bot to use the healer npc everytime it dies and respawns in the city. should i be make automacro or macro for it?