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

 

 Nid > macro

Go down 
5 posters
Go to page : 1, 2  Next
AuthorMessage
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Nid > macro   Nid > macro I_icon_minitimeFri Feb 12, 2010 6:02 pm

if not same party , but the prz auto buff to another party when tat party no have buff , how to make this macro? No nid say anything~~

thx
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSat Feb 13, 2010 9:11 am

not nid macro, juz at ur config ~


partySkill Blessing {
lvl 10
hp
sp >40%
target (target name)
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Blessing
timeout 0 << set ur duration
notPartyOnly 0 <<< change to 1
}


last time i use this setting can, now duno ^^
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeThu Feb 18, 2010 1:40 am

thx for helping me

but if pvp , another player join my guild but me lazy in config add his name den how?
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeThu Feb 18, 2010 9:33 am

#automacro buffAndWarp {
console /\[dist=(.*)\] (.*) \((\d+)\): (assum|heal|atk|suff|angelus|sr|cure|ab|buff|ky)$/i
sp >= 70
priority 0
class priest
exclusive 1
call checkMsg
}
macro checkMsg {
$dist = $.lastMatch1
if ($dist > 6) stop
$name = $.lastMatch2
$i = $.lastMatch3
goto accessGranted
:accessGranted
$msg = $.lastMatch4
$posx = @rand (2, 3, 4, 5)
$posy = @rand (2, 3, 4, 5)
$cellIsFull = 0
do eval $::Macro::Data::varStack{cellIsFull} = 0;foreach (@{$::playersList->getItems()}) { next if (($_->{pos_to}{x} != $posx) || ($_->{pos_to}{y} != $posy));$::Macro::Data::varStack{cellIsFull} = 1; last;}
if ($cellIsFull == 1) goto accessGranted
$x = @arg ("$.pos", 1)
$y = @arg ("$.pos", 2)
$evalx = @eval ($x + $posx)
$evaly = @eval ($y + $posy)
if ($msg == assum) goto assum
if ($msg == heal) goto heal
if ($msg == buff) goto agiBless
if ($msg == ab) goto agiBless
goto end

:heal
do sp 28 $i 10
pause 0.5
do sp 28 $i 10
pause 0.5
do sp 28 $i 10
pause 0.5
do sp 28 $i 10
stop

:assum
do sp 361 $i 10
stop

:agiBless
do sp 34 $i 10
pause 1
do sp 29 $i 10
stop

}

this 1 is marcro


this 1 could be able to buff all ppl ( even ur enemy)
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSat Feb 20, 2010 5:54 pm

thx so much ^^
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Feb 21, 2010 12:00 am

one more question

how to avoid mvp ( nid relog )

my relog d got prob , always slow relog den see my char died .......

Nid 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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Feb 21, 2010 1:16 am

better set at mon_control.txt


oni add ur bot map monster name

example :
Ant's Egg 1 0 0
PecoPeco's Egg 1 0 0
Pupa 1 0 0
Thief Bug's Egg 1 0 0
Hydra 1 0 0

then at last line add all -1 3 0

Ant's Egg 1 0 0
PecoPeco's Egg 1 0 0
Pupa 1 0 0
Thief Bug's Egg 1 0 0
Hydra 1 0 0
all -1 3 0


then will see all monster also will relog ( except the monster u list down wont dc )
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Feb 21, 2010 7:55 pm

0<-- 0<-- 0<-- how to see d?
dunno means
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Feb 21, 2010 8:04 pm

inside ur mon_control.txt is with alot monster name and put as Ant's Egg 0 0 0 right?

1st 0 mean
:
-1 means to leave the monster alone, even if it attacks you.
0 means to leave the monster alone, unless it attacks you.
1 means to always auto-attack this monster.
2 means always aggressive, auto-attack this monster when it appears, even if sitting.
3 means to attack the monster once (provoke) then leave it, useful for mobbing.

2nd 0 mean
:
1 to teleport if the monster is on the screen.
2 to teleport if the monster attacks you.
3 to disconnect if the monster is on your screen.
This is only used in auto-attack mode.

3rd 0 hard to explain~ but default is 0 so can dun change it


juz change the 1st and 2nd digit to those 0 1 2 3 which i listed down above, then u may avoid monster or hit monster or disconnect when see them or mob them when they alot
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeTue Feb 23, 2010 8:09 pm

thx
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Apr 04, 2010 5:00 pm

can i know how to set sacrifice macro?
Back to top Go down
Call Me God!!
Second Job
Second Job
Call Me God!!


Posts : 324
Exp : 401
Fame : 1
Join date : 2009-12-18
Location : Wan Noe Just Ask Me.

RO mini game
HP:
Nid > macro Left_bar_bleue100/100Nid > macro Empty_bar_bleue  (100/100)

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Apr 04, 2010 9:50 pm

??@@ sacrifice need use 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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeSun Apr 04, 2010 11:32 pm

lunchboxes wrote:
can i know how to set sacrifice macro?

i cant help u coz i didnt have paladin to do experiment
Back to top Go down
Call Me God!!
Second Job
Second Job
Call Me God!!


Posts : 324
Exp : 401
Fame : 1
Join date : 2009-12-18
Location : Wan Noe Just Ask Me.

RO mini game
HP:
Nid > macro Left_bar_bleue100/100Nid > macro Empty_bar_bleue  (100/100)

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 12:01 am

tomtom go privete sevrer try can gg
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 6:15 am

leona wrote:
tomtom go privete sevrer try can gg

i no time for playing private server
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 12:10 pm

no nid use d meh?

i listen ppl say nid use d ..

if no nid use , how set? teach teach me ty...
Back to top Go down
Call Me God!!
Second Job
Second Job
Call Me God!!


Posts : 324
Exp : 401
Fame : 1
Join date : 2009-12-18
Location : Wan Noe Just Ask Me.

RO mini game
HP:
Nid > macro Left_bar_bleue100/100Nid > macro Empty_bar_bleue  (100/100)

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 1:00 pm

=.= u use scanfil time got see console
You are now status:xxxxxxx
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 3:19 pm

leona wrote:
=.= u use scanfil time got see console
You are now status:xxxxxxx

tat console for status is called fury, and after 5 hit the fury status wont gone, tat y cant set for using config, must set using macro
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 8:36 pm

how set??

who can teach me T.T
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeMon Apr 05, 2010 9:36 pm

lunchboxes wrote:
how set??

who can teach me T.T

sry i forgot the setting already, i didnt save it for backup after i help my fren create
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeTue Apr 06, 2010 5:21 pm

ask ur friend see can or not?

cause u already give him , i think he gt d.... ty
Back to top Go down
Call Me God!!
Second Job
Second Job
Call Me God!!


Posts : 324
Exp : 401
Fame : 1
Join date : 2009-12-18
Location : Wan Noe Just Ask Me.

RO mini game
HP:
Nid > macro Left_bar_bleue100/100Nid > macro Empty_bar_bleue  (100/100)

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeTue Apr 13, 2010 1:43 am

hmm me bo palading, also canot try.... manja
Back to top Go down
tomtom
Super Moderator
Super Moderator
tomtom


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

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeTue Apr 13, 2010 6:09 am

lunchboxes wrote:
ask ur friend see can or not?

cause u already give him , i think he gt d.... ty

my fren said deleted already @@
Back to top Go down
lunchboxes
Novice
Novice



Posts : 77
Exp : 93
Fame : 0
Join date : 2009-12-16

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeWed Apr 14, 2010 9:29 pm

swt, u try set back can?

if can , so thx u~~
Back to top Go down
kalam
Novice
Novice



Posts : 52
Exp : 81
Fame : 0
Join date : 2010-07-08

Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitimeFri Aug 27, 2010 4:25 am

can gv me autopot macro??
Back to top Go down
Sponsored content





Nid > macro Empty
PostSubject: Re: Nid > macro   Nid > macro I_icon_minitime

Back to top Go down
 
Nid > macro
Back to top 
Page 1 of 2Go to page : 1, 2  Next
 Similar topics
-
» need valor macro bot
» about macro vending again~~@@
» request for warp seller macros~ >.<
» need a marry skill macro
» Where can Download Openkore-KS-macro PLs

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