View Full Version : How do I use a Healer NPC on respawn?
Nureax
3rd May 2008, 15:07
Hi, I'm playing a private server at the moment, and my save point is in Pront. Now, when you respawn, instead of sitting, I'd like to Heal with the free Healer NPC, and then off we go again. That'd increase efficiency so much it wouldn't be funny.
The NPC is number 0 when you spawn, and the chat sequence is (I'm pretty sure) c r0 c e
Can someone please help me? I have looked through config files, tutorials, everywhere and can't find help!
i experience that too.
try deleting the values.. of the sit config.
so it won't sit anymore.
in my case, when my master walks(or if out of town),
thats the time the FS heals his master.
at ur party skill heal, make sure your NotInTown is set to 0.
well, hope it helps..
~†@DeRz†™ : p, z..
Nureax
3rd May 2008, 16:02
No, no no. You misunderstand me, I'd like him to be full health, and if he skips to the warping bit, he'll just die repeatedly. He needs to talk to a Healing NPC, follow said chat sequence and then use the warping NPC (Which I've already implemented into portals.txt and works perfectly). I can't get him to auto talk to the Healer.
wahh!!
ur right.. i'm sorry..
i though u have an FS bot.. T_T.. wtf is on my mind..
hmm.. i dont know.. but maybe..
storageAuto 1
storageAuto_npc npc coor?
storageAuto_distance 6
storageAuto_npc_type 1
storageAuto_npc_steps << edit? haha lol.. really don't know..
or macro..
lol, i feel spamming.. i wish the mod could delete my earlier last post.. thats ****
Nureax
5th May 2008, 12:26
Ok, so I've been trying to solve the problem myself via macros, and I wrote this from scratch:
macro autohealer {
if $.map = prontera
goto healthcheck
goto end
:healthcheck
if $.hp =< 80%
goto spcheck
goto end
:spcheck
if $.sp =< 90%
goto healme
goto end
:healme _
do talk @npc 150 184 |
do talk cont | - This bit is the free healer
do talk resp 0 _|
do talk end
:end
}
automacro healmacro {
call autohealer
}
It works upon login, but not on death. Can anyone help me fix it up?
maybe this could help:
automacro afterDeath {
map prontera
location prontera (x,y) << respawn coordinates
hp < 80%
sp < 90%
call autohealer
}
/no1
:p, z..
viettai
7th May 2008, 02:25
http://www.sendspace.com/file/315mjb
Download the autotalk.pl from the above link or from the attached file
1. make a folder called plugins in your openkore folder
2. copy the autotalk.pl into the plugins folder
3. open up your config.txt (i think thats whats its called i havent botted for awhile)
4. insert the below code and modify it to the npc you want to talk to
talkAuto_afterDeath <flag> (0 disable , 1 enable)
talkAuto_distance <number> (how far you stand from the npc)
talkAuto_npc <map x y> (location of the npc)
talkAuto_npc_steps <chat sequence>
ENJOY
Nureax
7th May 2008, 09:45
Thanks, I'll download it when I get home, as the proxy here is a piece of... annoying material.
*EDIT* Sorry, what do I put in the distance from NPC section? How do I work that out, is it just my (x,y) minus the npc's (x,y)?
viettai
7th May 2008, 23:04
sorry i should have been more clear its the number of blocks (i guess) you are want the bot to stand from to talk to the npc
example: put in 1 and it will stand in front of the npc than talk to it
heaven01
6th June 2008, 00:21
http://www.sendspace.com/file/315mjb
Download the autotalk.pl from the above link or from the attached file
1. make a folder called plugins in your openkore folder
2. copy the autotalk.pl into the plugins folder
3. open up your config.txt (i think thats whats its called i havent botted for awhile)
4. insert the below code and modify it to the npc you want to talk to
talkAuto_afterDeath <flag> (0 disable , 1 enable)
talkAuto_distance <number> (how far you stand from the npc)
talkAuto_npc <map x y> (location of the npc)
talkAuto_npc_steps <chat sequence>
ENJOY
aw .. its not working with me .. i did follow the intsructions very well ..
can somebody give us a working config on this matter?
thanks in advance ..
/no1 /no1
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.