Macro for avoiding death for servers w/o tele

Moderator: Moderators

Message
Author
niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

Macro for avoiding death for servers w/o tele

#1 Post by niko123 »

automacro RelogMe {
run-once 0
aggressives >= 2
hp < 20%
call {
do relog 60
}
}
Last edited by niko123 on 12 Dec 2010, 11:36, edited 1 time in total.
Image

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Macro for avoiding death

#2 Post by gamenikko »

no no no, what if you are botting in kobolds for example? They are aggressive right? so your bot will keep on disconnecting!
Just like old times.

niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

Re: Macro for avoiding death

#3 Post by niko123 »

gamenikko wrote:no no no, what if you are botting in kobolds for example? They are aggressive right? so your bot will keep on disconnecting!
what do you mean? yeah they are agressive but look at the codes..aggressives >= 2
hp < 20%...this will trigger if >=2 monsters are attacking you and you have <20% hp
Image

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Macro for avoiding death

#4 Post by gamenikko »

what do you mean? yeah they are agressive but look at the codes..aggressives >= 2
hp < 20%...this will trigger if >=2 monsters are attacking you and you have <20% hp
so when you have < 20% of life your character will not regenerate, it will just keep on disconnecting, and so on.
Just like old times.

niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

Re: Macro for avoiding death

#5 Post by niko123 »

gamenikko wrote:
what do you mean? yeah they are agressive but look at the codes..aggressives >= 2
hp < 20%...this will trigger if >=2 monsters are attacking you and you have <20% hp
so when you have < 20% of life your character will not regenerate, it will just keep on disconnecting, and so on.
nope..it will disconnect if >=2 monsters are attacking you and you have <20% hp
Image

Old Man
Noob
Noob
Posts: 2
Joined: 12 Nov 2010, 10:09
Noob?: Yes

Re: Macro for avoiding death

#6 Post by Old Man »

i think teleporting best than relog :roll:

like this

Code: Select all

automacro tele {
exclusive 1
aggressives >= 2
hp < 20%
call {
do tele
}
}

and edit config sitAuto_hp_lower 25% # or like this

Do sit to restore hp

niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

Re: Macro for avoiding death

#7 Post by niko123 »

Old Man wrote:i think teleporting best than relog :roll:

like this

Code: Select all

automacro tele {
exclusive 1
aggressives >= 2
hp < 20%
call {
do tele
}
}

and edit config sitAuto_hp_lower 25% # or like this

Do sit to restore hp
this macro is for severs w/o tele
Image

arsoitee
Noob
Noob
Posts: 2
Joined: 09 Jan 2011, 03:05
Noob?: No

Re: Macro for avoiding death for servers w/o tele

#8 Post by arsoitee »

##Sorry foy my bad english skill 555 I from Thailand
for this macro

sometime it can't :: Because sometime when you're relog often it will generate timeout or delay
you will see you on character select window but infact you are in mapserver and have delay to disconnect

I try it with 2 window and I'm sure my internet don't have trouble

Makubex
Noob
Noob
Posts: 11
Joined: 07 May 2008, 18:36
Noob?: No

Re: Macro for avoiding death for servers w/o tele

#9 Post by Makubex »

arsoitee wrote:##Sorry foy my bad english skill 555 I from Thailand
for this macro

sometime it can't :: Because sometime when you're relog often it will generate timeout or delay
you will see you on character select window but infact you are in mapserver and have delay to disconnect

I try it with 2 window and I'm sure my internet don't have trouble

Totally right, because the openkore console will show you as disconnected, but your character will be still online (in map server) and the monsters will hit you to death without you being noticed, and if you try to relog at that time you'll receive a "The server still recognizes your last login" message, then when you get logged again you'll be in your savepoint (after death :o )

It's like when you're in the game without a bot, and you're hidden or you have even 1 agressive and try to disconnect, and it shows you the "You must wait 10 seconds before you disconnect" message

This macro can work if you're being attacked by porings or weak monsters with low HIT, or just monsters that are not hitting you :)
Image

december
Noob
Noob
Posts: 1
Joined: 08 Feb 2011, 12:11
Noob?: Yes

Re: Macro for avoiding death for servers w/o tele

#10 Post by december »

i think we can do this on docammnd in config ^_^ just like this
doCommand relog 60 {
hp < 10%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives >=3
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 5
disabled 0
inInventory
inCart
inMap
manualAI 0
}
Last edited by december on 01 Apr 2011, 06:17, edited 1 time in total.

Post Reply