@Eolan For the purposes of re-reading logs (and for the benefit of other people reading them), it might be worthwhile setting up some way to output what afflictions are being used each time you deadeyes. A couple of affs can be picked out easily (e.g. paralysis), but most just have the same generic line. For probably 90% of your stares I had no idea what you were using.
Still trying to figure out how to add that in! It's a work in progress
Something you might consider doing instead of showing text you sent is capture the affs as you send the command for a cleaner display than spamming yourself with tons of extra lines. Here's what I personally do for my dstab lines:
I can help you make something similar if you like, or I can offer coding advice to create something you'd prefer.
Cascades of quicksilver light streak across the firmament as the celestial voice of Ourania intones, "Oh Jarrod..."
Still trying to figure out how to add that in! It's a work in progress
If you're using queueing, which it seems like you are, you can also grab it from that. ^\[System\]: Running queue eqbal command: (.+)DEADEYES (\w+) (\w+) (\w+)
It's kinda ugly looking, but it's how I tracked it for stuff like instill/dstab/deadeyes/DSL
Fun fact if youve got a falcon or hom or pet etc you can order them to attack you on the backstab and theyll wake you up from any sleep lock shenanigans. Not sure why they snapped you and didnt just snipe you out with delph...
Fun fact if youve got a falcon or hom or pet etc you can order them to attack you on the backstab and theyll wake you up from any sleep lock shenanigans. Not sure why they snapped you and didnt just snipe you out with delph...
Not sure how that would work unless you can order pets/falcons/whatever while stunned. Which probably shouldn't be the case...
The fact that they needed more than one precludes further analysis.
Have tried a couple of backstab ganks and I have to say that pinshotting and fighting toe to toe is way more fun as serp. I understand that a lot of people play it for the risk avoidance, tho.
@Rangor, was not a contract. He team me because he afraid of me solo. Shouldn't even be a mark if you get ruffled over lil ol duel trans jester Mako with no wings
Fun fact if youve got a falcon or hom or pet etc you can order them to attack you on the backstab and theyll wake you up from any sleep lock shenanigans. Not sure why they snapped you and didnt just snipe you out with delph...
Not sure how that would work unless you can order pets/falcons/whatever while stunned. Which probably shouldn't be the case...
I'm pretty sure they just have their pet attacking them constantly, they likely have other artefacts that counteract the small health loss of a tiny denizen hitting them constantly
Fun fact if youve got a falcon or hom or pet etc you can order them to attack you on the backstab and theyll wake you up from any sleep lock shenanigans. Not sure why they snapped you and didnt just snipe you out with delph...
Not sure how that would work unless you can order pets/falcons/whatever while stunned. Which probably shouldn't be the case...
I'm pretty sure they just have their pet attacking them constantly, they likely have other artefacts that counteract the small health loss of a tiny denizen hitting them constantly
Sure, that's one way around it. However, that's not what the words "on the backstab" mean, which is why I questioned the statement.
Comments
(5:@)3931h|64% 3283m|73% 99% 98%
A taryen man brings back a massive paw and slashes you with sharp claws.
Good fight.
I can help you make something similar if you like, or I can offer coding advice to create something you'd prefer.
Cascades of quicksilver light streak across the firmament as the celestial voice of Ourania intones, "Oh Jarrod..."
You can change that to a variable, then echo that variable alongside your attack line.
For instance:
^s([a-z])([a-z]?)$
local venom = {
a = "Aconite",
b = "Digitalis",
c = "Curare",
d = "Delphinium",
etc
}
ven1 = venom[matches[2]]
ven2 = venom[matches[3]]
--whatever your attack thing is, never played Apo, using ven1 and ven2 variable.
send("stare person " ..ven1.. " " ..ven2)
^You stare at (\w+), giving (him|her) the evileye\.$ or w/e
cecho("<red>" ..ven1.. " + " ..ven2)
Penwize has cowardly forfeited the challenge to mortal combat issued by Atalkez.
https://ada-young.appspot.com/pastebin/1d8e1c1c
Penwize has cowardly forfeited the challenge to mortal combat issued by Atalkez.
I think garrote would have been better, i wouldnt have had to been flayed. They also just fail to dstab me delph/delph when im asleep
^\[System\]: Running queue eqbal command: (.+)DEADEYES (\w+) (\w+) (\w+)
It's kinda ugly looking, but it's how I tracked it for stuff like instill/dstab/deadeyes/DSL
deadeyes1 = matches[4]:lower()
deadeyes2 = matches[5]:lower()
echo("\nGave affs: "..deadeyes1.." and "..deadeyes2)
Strength spec'd, level 2 con belt, level 3 bracelets, no runes.
In runie I've around 6800 cos constant runes and weathering.
Surely it's more fun to actually fight people?!
-
One of the symptoms of an approaching nervous breakdown is the belief that one's work is terribly important
Not a lot of logs hurt my eyes. Yours, however...
got gud
- Limb Counter - Fracture Relapsing -
"Honestly, I just love that it counts limbs." - Mizik Corten
Results of disembowel testing | Knight limb counter | GMCP AB files
Have tried a couple of backstab ganks and I have to say that pinshotting and fighting toe to toe is way more fun as serp. I understand that a lot of people play it for the risk avoidance, tho.
[ SnB PvP Guide | Link ]
Results of disembowel testing | Knight limb counter | GMCP AB files