auto talk for SP

Moderator: Moderators

Message
Author
frotek
Noob
Noob
Posts: 13
Joined: 29 May 2008, 23:29
Noob?: Yes

auto talk for SP

#1 Post by frotek »

###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 ####
}

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: auto talk for SP

#2 Post by help_us »

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 ####
	}
}
Image
Image

frotek
Noob
Noob
Posts: 13
Joined: 29 May 2008, 23:29
Noob?: Yes

Re: auto talk for SP

#3 Post by frotek »

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
Noob
Posts: 1
Joined: 08 Aug 2008, 23:33
Noob?: Yes

Re: auto talk for SP

#4 Post by rocbrenz21 »

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
}

frotek
Noob
Noob
Posts: 13
Joined: 29 May 2008, 23:29
Noob?: Yes

Re: auto talk for SP

#5 Post by frotek »

it's for sin x's not for retard like you. i mean not for alchemist's

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: auto talk for SP

#6 Post by sli »

Oh burn.
cs : ee : realist

jokerox
Noob
Noob
Posts: 1
Joined: 31 May 2010, 06:18
Noob?: Yes

Re: auto talk for SP

#7 Post by jokerox »

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?

Post Reply