PRONTERA FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PRONTERA FORUM

WHERE PRONTERA PLAYERS LINKED TOGETHER
 
HomeLatest imagesSearchRegisterLog in

 

 Several inquires

Go down 
3 posters
AuthorMessage
azersasa
Novice
Novice



Posts : 23
Exp : 37
Fame : 0
Join date : 2011-06-13

Several inquires Empty
PostSubject: Several inquires   Several inquires I_icon_minitimeMon Jun 13, 2011 7:43 pm

Hi guys, I need a little help with my OpenKore configuration. Was wondering if anyone here could help me with these problems.

1. mid_camp, man_fild01 couldn't be found.
I've added the following lines into portals.txt but to no avail.
prontera 161 192 mid_camp 210 291 c c r0 c n
mid_camp 336 171 man_fild01 36 235 c r0 c n

2. Is there any possible way to have my slave priest to cast warp portal when my ranger is running low on arrows, and warping back to the same map when the master has done auto buying, selling and storing?

Thanks in advance,
Cyn
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


Posts : 2011
Exp : 2084
Fame : 1
Join date : 2009-12-09
Location : Puchong

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeMon Jun 13, 2011 7:53 pm

azersasa wrote:
Hi guys, I need a little help with my OpenKore configuration. Was wondering if anyone here could help me with these problems.

1. mid_camp, man_fild01 couldn't be found.
I've added the following lines into portals.txt but to no avail.
prontera 161 192 mid_camp 210 291 c c r0 c n
mid_camp 336 171 man_fild01 36 235 c r0 c n

2. Is there any possible way to have my slave priest to cast warp portal when my ranger is running low on arrows, and warping back to the same map when the master has done auto buying, selling and storing?

Thanks in advance,
Cyn

for 1st question , go your openkore/table and find maps.txt and add like this

bossnia_01.rsw#bossnia#
bossnia_02.rsw#bossnia#
bossnia_03.rsw#bossnia#
bossnia_04.rsw#bossnia#
man_fild02.rsw#Manuk Field# <<<<<<<<<< add like this
man_fild01.rsw#Manuk Field# <<<<<<<<<< add like this
manuk.rsw#Manuk# <<<<<<<<<< add like this
mid_camp.rsw#Mid Camp# <<< add like this



for 2nd question , there are almost impossible to do it , so conclusion is this kind of macro still can do it , but it need take at least few week time to write this script and need test a lot of time and it is very hard to do it /heh
Back to top Go down
adele
Second Job
Second Job
adele


Posts : 434
Exp : 502
Fame : 7
Join date : 2009-12-14
Location : home

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeMon Jun 13, 2011 8:05 pm


1. you adding those lines in portal.txt seems not so right

you can't possibly get from prontera to mid-camp directly

i assume ur mid camp to man_fild01 is correct, too lazy to check

2. there's storage service in mid camp and manuk
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


Posts : 2011
Exp : 2084
Fame : 1
Join date : 2009-12-09
Location : Puchong

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeMon Jun 13, 2011 10:12 pm

adele wrote:

1. you adding those lines in portal.txt seems not so right

you can't possibly get from prontera to mid-camp directly

i assume ur mid camp to man_fild01 is correct, too lazy to check

2. there's storage service in mid camp and manuk

our server is allow from prontera to mid-camp directly
Back to top Go down
azersasa
Novice
Novice



Posts : 23
Exp : 37
Fame : 0
Join date : 2011-06-13

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeTue Jun 14, 2011 12:42 am

Thanks alot tomtom, will try it later.

Just to ask, which npc is the storage in mid_camp? Also is it possible to save there?

Thanks in advance,
Cyn
Back to top Go down
adele
Second Job
Second Job
adele


Posts : 434
Exp : 502
Fame : 7
Join date : 2009-12-14
Location : home

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeTue Jun 14, 2011 1:12 am

Back to top Go down
azersasa
Novice
Novice



Posts : 23
Exp : 37
Fame : 0
Join date : 2011-06-13

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeThu Jun 16, 2011 7:50 pm

hey thanks adele.
btw, i have another question to ask. how am i able to repeatedly talk to an npc (fishing in mid_camp). ive tried various method such as:

automacro fishing{
do talk 1
}

automacrofishing{
do talknpc 75 135 c
}

thanks again for the help
Back to top Go down
adele
Second Job
Second Job
adele


Posts : 434
Exp : 502
Fame : 7
Join date : 2009-12-14
Location : home

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeThu Jun 16, 2011 8:13 pm

http://www.openkore.com/index.php/Macro_plugin

i'm suppose to be studying not looking at macro......

anyway, for automacro....

automacro macroname {
call {
do this
do that
}
}

your format supppose to be like ^

hand fishing =) i dont help write macro... cause i suck at writing it... lalalala
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


Posts : 2011
Exp : 2084
Fame : 1
Join date : 2009-12-09
Location : Puchong

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeThu Jun 16, 2011 8:55 pm

azersasa wrote:
hey thanks adele.
btw, i have another question to ask. how am i able to repeatedly talk to an npc (fishing in mid_camp). ive tried various method such as:

automacro fishing{
do talk 1
}

automacrofishing{
do talknpc 75 135 c
}

thanks again for the help

tat npc from 75 135 izzit the npc inside the lake? if that is the npc please calculate the time when u finish the casting bar then put into your macros like this

automacro fishing{
map mid_camp
call fishing1
run-once 1
}

macro fishing1 {
do talknpc 75 135 c
pause 10 <<< 10 mean stop ur bot for 10 sec but the casting bar will still continue
release all
}
Back to top Go down
azersasa
Novice
Novice



Posts : 23
Exp : 37
Fame : 0
Join date : 2011-06-13

Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitimeThu Jun 16, 2011 9:04 pm

oh okay, i tried what tomtom wrote for me and changed the talknpc to talk 2 instead.

automacro fishing{
map mid_camp
call fishing1
run-once 1
}

macro fishing1 {
do talk 2
pause 15
release all
}

thanks again guys, really appreciate it
Back to top Go down
Sponsored content





Several inquires Empty
PostSubject: Re: Several inquires   Several inquires I_icon_minitime

Back to top Go down
 
Several inquires
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
PRONTERA FORUM :: Quest/Bots/Jobs :: Game/Openkore FAQ-
Jump to: