Battlemod V2

Eorzea Time
3:37 AM
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » Support » Battlemod v2
Battlemod v2
First Page 2 3 ... 6 7 8 ... 13 14 15
 Valefor.Omnys
Offline
Server: Valefor
Game: FFXI
user: omnys
Posts: 1,759
By Valefor.Omnys 2013-04-23 14:47:01
Link | Quote | Reply
 
Same two errors started spamming me halfway through a besieged. Everything was fine and then consistently incoming.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-23 14:52:05
Link | Quote | Reply
 
Thanks, last description helped me figure it out. My abil_ID variable wasn't getting re-initialized, so it was being treated as a global variable. This meant that every time someone used Gauge near you, it would keep trying to make the gauge output message every time anyone hit anything (until the next ability use).
Offline
Posts: 1,546
By Ophannus 2013-04-23 14:57:50
Link | Quote | Reply
 
Hey just wondering Byrth, which filter includes such things as "Received the effect of XXX" When I'm solo and someone next to me uses Berserk, I still see the "X's attack is enhanced and defense is lowered". Also do you think there will be a way in the future for battlemod to one day be compatible with kparser? I've found myself having to unload it for certain things I parse because kparse can't translate the new log.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-23 15:05:24
Link | Quote | Reply
 
Does Kparser not work with it the way it is now? I've noticed that my log files include both sets of text, but I haven't actually tried to parse anything recently.

I'll add a "status change" filter to the list of things to do. The short-term solution is to filter all things that target "others" though.
Offline
Posts: 1,546
By Ophannus 2013-04-23 15:23:02
Link | Quote | Reply
 
Kparser doesn't seem to work with battlemod. I believe Kparse parses the log and not packets and due to battlemod intercepting and rewriting the text in the log, Kparse is incompatible with battlemod's log modification.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-23 15:31:19
Link | Quote | Reply
 
Yes, but when I check my logs:
Quote:
[20:10:57]SPECIALCODEx1F>þ[÷FaithfulFalcorr] 182 Hit ¨ SPECIALCODEx1F>EGoblin Replica
[20:10:59]FaithfulFalcorr hits the Goblin Replica for 182 points of damage.

The first one is battlemod and the second one is the real message. Both appear in the logs, but only one appears in game. Have you checked it recently?
Offline
Posts: 14
By segfaultvicta 2013-04-23 22:26:07
Link | Quote | Reply
 
Getting the error at line 183: attempt to concatenate local 'effect_val' and 'ability', it seems to be happening when people cast or receive the effect of Blink.

This plugin is amazing by the way and you are my goddamn hero. <3
[+]
 Shiva.Spathaian
Offline
Server: Shiva
Game: FFXI
user: Spathaian
Posts: 27,982
By Shiva.Spathaian 2013-04-23 22:38:38
Link | Quote | Reply
 
segfaultvicta said: »
Getting the error at line 183: attempt to concatenate local 'effect_val' and 'ability', it seems to be happening when people cast or receive the effect of Blink.

This plugin is amazing by the way and you are my goddamn hero. <3
This.

Picture of the error in case it helps and because I already went through the trouble to upload it. :<
Edit: Same error just came up for a friend using Haste Samba.

Edit2: Nevermind... not Haste Samba. Something he did on DNC caused a another error though. I'll see if I can figure it out.
 Asura.Backstab
Offline
Server: Asura
Game: FFXI
user: backstab
Posts: 256
By Asura.Backstab 2013-04-24 06:45:38
Link | Quote | Reply
 
getting an error on line 303 pretty much every few seconds, i cant figure out what triggers it tho.

attempt to call global 't' (a nil value)

edit: only getting the error now if i get a TH proc, earlier when i was getting the error nonstop there was someone in the party that had an enspell active, i assume that was the reason for the errors.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-24 07:31:25
Link | Quote | Reply
 
Thanks guys. I think these problems should be fixed now. You may need to run the launcher once or twice to get an updated version of battlemod. Please let me know if you see them again.

If you want, you can run the launcher (while still logged in) and then do "//lua r battlemod" in game, which will reload the addon and probably give you the most up-to-date version.
 Asura.Backstab
Offline
Server: Asura
Game: FFXI
user: backstab
Posts: 256
By Asura.Backstab 2013-04-24 10:42:55
Link | Quote | Reply
 
not getting any errors so far^^ really great work.
Offline
Posts: 5
By Yinx 2013-04-24 12:29:13
Link | Quote | Reply
 
Getting errors 302 when added effect procs. This is with Mandau and Apoc in case it matters. I think i got the error earlier already when running by someone with enspell, so it's probably just any added effect.

Thanks~

EDIT:

\addons\battlemod\event_action.lua:302: attempt to call global 't' (a nil value)

EDIT again:

Nvm me, im a retard, works perfectly so far after updating the event_action.lua

Thanks so much
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-24 12:35:25
Link | Quote | Reply
 
Reload it. I fixed that error this morning.
Offline
Posts: 5
By Yinx 2013-04-24 12:53:52
Link | Quote | Reply
 
Done, and working. ;o

Trick Attack shows as
[Yinx] -> Yinx

Haven't experienced this with any other JA so far.

Sorry for being a nag. D:
 Ragnarok.Zirael
Offline
Server: Ragnarok
Game: FFXI
user: Zirael
Posts: 95
By Ragnarok.Zirael 2013-04-24 13:12:41
Link | Quote | Reply
 
Yinx said: »
Done, and working. ;o

Trick Attack shows as
[Yinx] -> Yinx

Haven't experienced this with any other JA so far.

Sorry for being a nag. D:
I've reported this already, Byrth is aware of the issue.
Trick Attack, Elemental Seal and Divine Seal are still not showing.
 Leviathan.Arcon
VIP
Offline
Server: Leviathan
Game: FFXI
user: Zaphor
Posts: 682
By Leviathan.Arcon 2013-04-24 18:02:28
Link | Quote | Reply
 
It seems Trick Attack and a select (very) few JA have their unique message IDs, for whatever reason. That may be the reason for this.
 Valefor.Omnys
Offline
Server: Valefor
Game: FFXI
user: omnys
Posts: 1,759
By Valefor.Omnys 2013-04-24 19:15:13
Link | Quote | Reply
 
Sending a tell, it only shows the line "... The recipient is offline or changing areas." once.

It probably should display that each time.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-24 21:37:08
Link | Quote | Reply
 
I fixed the trick attack/divine seal/elemental seal thing. I have not fixed the "offline or changing areas" thing yet. I still have to figure out how I'm even blocking it.

Edit: Nevermind, that is fixed too.
 Ragnarok.Zirael
Offline
Server: Ragnarok
Game: FFXI
user: Zirael
Posts: 95
By Ragnarok.Zirael 2013-04-26 01:59:23
Link | Quote | Reply
 
Is showing AoE damage (Aeolian Edge, Blizara etc) only on the primary target, instead of all the enemies hit, an intended feature?
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-26 06:54:51
Link | Quote | Reply
 
Nope! It's also apparently not showing Iron Giant-esque attacks. I have to give a talk today, so I will try to fix it tomorrow.
Offline
Posts: 5
By Yinx 2013-04-26 11:26:01
Link | Quote | Reply
 
\\addons\battlemod\event_action.lua:140: attempt to concatenate field 'enl' (a nil value)

upon succesfully stealing a Bone Chip.

No message appears in chatlog whatsoever. Ty~
 Ragnarok.Zirael
Offline
Server: Ragnarok
Game: FFXI
user: Zirael
Posts: 95
By Ragnarok.Zirael 2013-04-26 12:15:46
Link | Quote | Reply
 
Lakshmi.Byrth said: »
Nope! It's also apparently not showing Iron Giant-esque attacks. I have to give a talk today, so I will try to fix it tomorrow.
If that helps, AoE damage from spells and WS's was working fine this Tuesday-Wednesday or so, was broken on Thursday evening (EU).

Good luck with the talk, hope you'll impress some cute chicks ^^/

Edit: How about condensing AoE damage in the same way as buffs? Either one enemy name with all the damages done to that enemy in one line, or a sum of all the damage done to that enemy name? Or a settings toggle allowing people to choose one of three modes. Obviously, if it's too much work and you got better things to do, don't bother!

Something like:
Player AoE 644, 644, 644, 322, 644 Fell Cleave -> [5] Crapaudy
or
Player AoE 2898 Fell Cleave -> [5] Crapaudy
 Asura.Fondue
Offline
Server: Asura
Game: FFXI
user: Caliber
Posts: 2,446
By Asura.Fondue 2013-04-27 12:03:20
Link | Quote | Reply
 
any way to get it to show if a mob is stunned with blu spells?
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-27 12:25:09
Link | Quote | Reply
 
Yeah. What is the normal log message for a successful BLU spell? My BLU is level 1.

Re: Zirael. I'm trying to work through and fix all the problems you've mentioned as well as add the damage condensation. This is already partially implemented but has some issues. You can put <condensedamage>true</condensedamage> into your settings.xml if you want to try out the current version.
 Ragnarok.Martel
Offline
Server: Ragnarok
Game: FFXI
Posts: 3,028
By Ragnarok.Martel 2013-04-27 12:38:23
Link | Quote | Reply
 
In the case of physical spells like head butt or sudden lunge, it'd just be the usual damage msg. Can you see if an add effect with no msg normally lands?

Martel casts Head Butt.
The Blanched Mandragora takes 53 points of damage.

Is there a packet that'd tell you if an add effect landed? Making those visible would be pretty neat.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6,348
By Lakshmi.Byrth 2013-04-27 12:40:17
Link | Quote | Reply
 
Unless the animation or monster reaction is different between successful and unsuccessful stuns, it is pretty unlikely that I can.
 Ragnarok.Martel
Offline
Server: Ragnarok
Game: FFXI
Posts: 3,028
By Ragnarok.Martel 2013-04-27 12:43:02
Link | Quote | Reply
 
I don't think the headbutt animation varies. As for the mob, well, they stop for a sec, but I doubt that's a special packet.
 Asura.Fondue
Offline
Server: Asura
Game: FFXI
user: Caliber
Posts: 2,446
By Asura.Fondue 2013-04-27 12:59:51
Link | Quote | Reply
 
I thought it added "and is stunned" after the damage message? I would see ingame but everytime i get near a reive my windower is freezing <.>
 Asura.Lokimaru
Offline
Server: Asura
Game: FFXI
user: Rocketpop
Posts: 2,006
By Asura.Lokimaru 2013-04-27 13:01:22
Link | Quote | Reply
 
It doesn't add "is stunned", unfortunately.

When a mob is successfully stunned with Head Butt or Sudden Lunge, they kind of jolt back a little. If the stun doesn't land, they just knockback like 4 yalms and continuing attacking as normal.

When the spell misses entirely, nothing happens. :p
 Valefor.Omnys
Offline
Server: Valefor
Game: FFXI
user: omnys
Posts: 1,759
By Valefor.Omnys 2013-04-27 15:17:05
Link | Quote | Reply
 
Two questions.

Can battlemod change the color of "The enemy is no longer paralyzed/blinded/silenced/addled"

Does se only broadcast this effect wearing off message to the caster, or does it send it to the whole alliance and it is only the caster whose log shows it?
First Page 2 3 ... 6 7 8 ... 13 14 15