RekkasGit / E3Next

13 stars 21 forks source link

[Request] Generic commands to fire with if statements in INI #75

Closed Lyricalpanda closed 1 year ago

Lyricalpanda commented 1 year ago

Lazaus discord MetalJacx:

[CMD]
AutoCMD=On
Command1=/g hello
Ifs1=Combat
Command2=/g goodbye
Ifs2=Boss
Command3=/g i am nuetral
Ifs3=TRUE
[IFS]
LowHP=${Target.PctHPs} <= 20
Named=${Target.Named}
Boss=${SpawnMaster.HasTarget}
Combat=${Me.Combat}

ini

Link to convo: https://discord.com/channels/548643730714918913/1024676514119290901/1056683414956294234

r33kgr3yj0y commented 1 year ago

Seems like this would make afk exp really easy

MetalJacx commented 1 year ago

Seems like this would make afk exp really easy

I would have to respectfully disagree. It would take more then slash command and if statement to automate. With the allowance of private code and old E3 just being macroquest I feel that would be the bigger concern if you worried about afk.

r33kgr3yj0y commented 1 year ago

Pick target

/nav target

Anchor back

/Cleartargets You say it's not simple, but i disagree

MetalJacx commented 1 year ago

I will give you that logic is simple, but afkable not at all. Without logic around pull range, return to camp, chase logic, when you should med, etc. I would not walk away from my computer. I mean it nothing people couldn’t do already in E3 if they already wanted it.

r33kgr3yj0y commented 1 year ago

That's all surmountable with current ini settings. It's really up to the coders what they want in or not, I just wanted to shed light on what's potentially a future issue

MetalJacx commented 1 year ago

No problem respect. Hope I didn’t come off argumentative.

jonnyrocket0 commented 1 year ago

We will not be implementing this.