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

 

 Feel Free to Request Macros

Go down 
+20
khkhkh
riverking
killahgoat
adele
3302269
stmdpro
lemonzai
TendouSouji
Call Me God!!
zeny
kemaluan
[LeGend] Ah B0y~*
Raymond
sze
kimsiang
[M]abbit
Goblin
tomtom
althes
lifeoff
24 posters
Go to page : Previous  1, 2, 3, 4, 5, 6  Next
AuthorMessage
lemonzai
Novice
Novice



Posts : 52
Exp : 66
Fame : 0
Join date : 2010-01-25

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeWed May 18, 2011 8:29 pm

does this works for 2.0.6.1 above version?
cause i've try but not works =(
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeWed May 18, 2011 9:02 pm

lemonzai wrote:
does this works for 2.0.6.1 above version?
cause i've try but not works =(

this actually apply to all openkore version

just set like this

partySkill Blessing {
lvl 10
hp
sp >40%
notPartyOnly 1
target
target_isGuild xxXGranD-CalvaryXxx
target_whenStatusInactive Blessing
}

better make a guild to easy detect
Back to top Go down
3302269
First Job
First Job



Posts : 100
Exp : 158
Fame : 0
Join date : 2011-05-16

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeThu May 19, 2011 5:42 pm

Tomtom, I want to bot my Assassin at ein_fild09 to kill Metaling, but the mosnter will strip my weapon. May I know do I need a marcos to bot there? Or just put Autoequip? Do I need to relog after my weapon been strip?
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeThu May 19, 2011 5:44 pm

3302269 wrote:
Tomtom, I want to bot my Assassin at ein_fild09 to kill Metaling, but the mosnter will strip my weapon. May I know do I need a marcos to bot there? Or just put Autoequip? Do I need to relog after my weapon been strip?

i don't have this macro currently , u may ask our other super moderator which is Goblin, he mostly had this kind of macros, because i never bot assassin in metaling lol!
Back to top Go down
Goblin
Moderator
Moderator
Goblin


Posts : 796
Exp : 879
Fame : 0
Join date : 2009-12-12
Location : Klang, Selangor

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeThu May 19, 2011 8:13 pm

tomtom wrote:
3302269 wrote:
Tomtom, I want to bot my Assassin at ein_fild09 to kill Metaling, but the mosnter will strip my weapon. May I know do I need a marcos to bot there? Or just put Autoequip? Do I need to relog after my weapon been strip?

i don't have this macro currently , u may ask our other super moderator which is Goblin, he mostly had this kind of macros, because i never bot assassin in metaling lol!

Know me so well ya and thanks for your compliment but I'm just a little moderator.

Two ways to solve your problem.

(1)
doCommand relog {
whenStatusActive Strip Weapon, Strip Shield, Strip Helm, Strip Armor, Strip Underwear
}

or

(2)
Automacro UnderwearHasGone {
status Strip Weapon
run-once 1
call {
do relog 5
release UnderwearHasGone
}
}

Please try to pay more hard work to the game, we won't spoon feeding you forever.

Note: Previous simple macro can be easily replaced by doCommand function.
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 22, 2011 8:56 pm

auto refine macro and weapon refine (whitesmith skill) macro Very Happy been looking for a week cant find any Neutral hope you guys could help
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 22, 2011 9:01 pm

killahgoat wrote:
auto refine macro and weapon refine (whitesmith skill) macro Very Happy been looking for a week cant find any Neutral hope you guys could help


white smith refine macro i don't have, for auto refine macro i had a complicated 1 , need you alway change the macro to do it



automacro upgrade {
timeout 10
location payon 144 172
inventory "+6 Padded Armor [1]" > 0 <<<< keep change EQ name to do it
exclusive 1
call upgrade1
}

macro upgrade1 {
do move 144 172
do eq +6 Padded Armor [1] <<<<<< keep change EQ name too
pause 1.1
log Starting to Refine...
pause 1
do talknpc 144 173 c r1 c r0 c r0 c n <<<<<<<<<<< after 144 173 c r1 << this r1 need keep change depend on your EQ is shoe or armor
log Refine for ++ Weapon Finished
log done ++
release upgrade1
}



this macro is for make all ALL EQ become +1 first, then only started refine all EQ become +2 , remember to set at config to let your bot auto took EQ from the storage.

(this is my super basic auto refine macro haha)
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 22, 2011 9:11 pm

wooooow thaaankss it works! perfectly love

but i get this error saying:

[macro] upgrade1 error: error in 8: releasing upgrade1 failed Very Happy
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 22, 2011 9:47 pm

killahgoat wrote:
wooooow thaaankss it works! perfectly love

but i get this error saying:

[macro] upgrade1 error: error in 8: releasing upgrade1 failed Very Happy

ignore it, tat is nothing 1 ==
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 22, 2011 9:52 pm

ok! this will do! Smile) but if u can make the forever macro that will be the best Smile) i can leave it afk hahahah Smile)

found this one on the net

automacro blackchoco {
inventory “Phracon” > 0
run-once 1
call shocolate
}

automacro sagotka2 {

console /Torso/

run-once 1
call lolz

}

automacro sagotka3 {

console /Yes/
run-once 0
call reply

}
automacro basag {

console /Failure teaches Success…/
run-once 0
call repete

}
automacro done {

console /Perfect!!/
run-once 0
call recon

}
automacro yey {

console /+10 Knife [3]/
run-once 0
call repete

}
automacro oops {

console /katar out of your right hand?/
run-once 0
call repete

}
macro shocolate {
do move 70 35 morocc_in
do talk @npc (73 38)

}

macro reply {
do talk resp 0

}
macro grr {
do talk resp 1

}
macro ack {
do talk resp 2

}
macro lolz {
do talk resp 3

}

macro repete {
do i
do eq Knife [3]
release all

}
macro recon {
release all
}

i dont know how it works hahahaha!
but for now i feel happy with ur macro! thanks alot
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 23, 2011 7:43 am

your this macro almost same as mine 1 , also need change macro to refine a higher level EQ, and also need set auto storage to took item , conclusion is : totally same as mine but his is refine at morroc LOL
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 23, 2011 3:52 pm

Oh ok ok! Thanks Very Happy
Back to top Go down
lemonzai
Novice
Novice



Posts : 52
Exp : 66
Fame : 0
Join date : 2010-01-25

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeFri May 27, 2011 7:22 pm

ehhhhhh,
buff i know how,
but how about like AD others guild?
auto detect enemy and auto throw enemy in short time ~
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSat May 28, 2011 1:27 am

mostly bot cant auto detect enemy , but u can try like this



attackSkillSlot Acid Demonstration {
lvl 10
dist 7.5
hp >20%
maxUses 0
target_isnotGuild Galactic Census
}


try this haha
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 29, 2011 4:39 pm

any macros for genetic cooking?
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 29, 2011 9:54 pm

there are still no macros codes for MIX COOKING


(i keep searching at openkore and found nothing )
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeSun May 29, 2011 11:01 pm

haha thanks anyways.. btw herad of a convex mirror hack? so u could see bosses without using convex mirror? Very Happy
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 30, 2011 4:53 am

whats the macro command for ---- whenStatusInactive

so whenever the buff increase agi or blessing is out i can use (call macro)
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 30, 2011 7:10 am

status not Blessing
status not Increase Agility
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 30, 2011 2:38 pm

thanks
Back to top Go down
riverking
Second Job
Second Job



Posts : 297
Exp : 450
Fame : 3
Join date : 2010-09-08

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeMon May 30, 2011 7:17 pm

this is my refine macro , work at payon

if dun understand, dun care about it

macro refine1 {
#weapon lvl 1
$weapon = Katana [4]
$weapon1 = +1 Katana [4]
$weapon2 = +2 Katana [4]
$weapon3 = +3 Katana [4]
$weapon4 = +4 Katana [4]
$weapon5 = +5 Katana [4]
$weapon6 = +6 Katana [4]
$weapon7 = +7 Katana [4]
$weapon8 = +8 Katana [4]
$weapon9 = +9 Katana [4]
do move 144 175

:start
if (@invamount (Phracon) < 1) goto buy
if (@invamount ($weapon) > 0) goto refine1
if (@invamount ($weapon1) > 0) goto refine2
if (@invamount ($weapon2) > 0) goto refine3
if (@invamount ($weapon3) > 0) goto refine4
if (@invamount ($weapon4) > 0) goto refine5
if (@invamount ($weapon5) > 0) goto refine6
if (@invamount ($weapon6) > 0) goto refine7
if (@invamount ($weapon7) > 1) goto refine8
if (@invamount ($weapon8) > 1) goto refine9
if (@invamount ($weapon9) > 1) goto refine10
log gosh, there's no more!
stop

:buy
do talknpc 145 178 c r0 d20 n
goto start

:refine1
do eq @inventory ($weapon)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine2
do eq @inventory ($weapon1)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine3
do eq @inventory ($weapon2)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine4
do eq @inventory ($weapon3)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine5
do eq @inventory ($weapon4)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine6
do eq @inventory ($weapon5)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine7
do eq @inventory ($weapon6)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine8
do eq @inventory ($weapon7)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine9
do eq @inventory ($weapon8)
do talknpc 144 173 c r3 c r0 r0 c n
goto start

:refine10
do eq @inventory ($weapon9)
do talknpc 144 173 c r3 c r0 r0 c n
goto start
}
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeTue May 31, 2011 12:26 pm

does this refine 1 item straight to +9 or +1 all then + 2 all then +3 all till +9?
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeTue May 31, 2011 2:48 pm

killahgoat wrote:
does this refine 1 item straight to +9 or +1 all then + 2 all then +3 all till +9?


1 item straight to +9
Back to top Go down
Goblin
Moderator
Moderator
Goblin


Posts : 796
Exp : 879
Fame : 0
Join date : 2009-12-12
Location : Klang, Selangor

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeTue May 31, 2011 4:23 pm

killahgoat wrote:
does this refine 1 item straight to +9 or +1 all then + 2 all then +3 all till +9?

If you really interested about this game, I advise you, try to understand how it works. Else, you only waiting we all to spoon feeding you.

Let's me explain the macro to you.

First of all, macro will check your inventory for +x Katana [4] before it starts it's work. If your inventory got no any Katana [4], macro will stop continue all other steps.

For +7 Katana [4] and above level, macro will only refine them, once their existing quantity is more than 1 unit.

The marco will also check your inventory for the required stone for refine, which if the stone is not exist in your inventory, the marco will run to the NPC and buy it for you.

If the macro can't +1 Katana [4], it will skip and try to find +2 Katana [4]. So, for your question, the macro will go from +1 Katana [4] to all Katana [4] first, before it moves to +2 Katana [4].
Back to top Go down
killahgoat
Novice
Novice



Posts : 20
Exp : 29
Fame : 0
Join date : 2011-05-22

Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitimeTue May 31, 2011 11:38 pm

yeah i only asked so i can analyze the macro so ill learn from it Very Happy thanks anyways.
already learned alot now Very Happy from openkore forums just couldnt understand these refine ones.
Back to top Go down
Sponsored content





Feel Free to Request Macros - Page 4 Empty
PostSubject: Re: Feel Free to Request Macros   Feel Free to Request Macros - Page 4 I_icon_minitime

Back to top Go down
 
Feel Free to Request Macros
Back to top 
Page 4 of 6Go to page : Previous  1, 2, 3, 4, 5, 6  Next
 Similar topics
-
» request for warp seller macros~ >.<
» the big news in free server
» Free mega spam board
» Who Can Free me dragon tail card ~~
» About New Prontera Free Server Setting

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