• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Bug - no such Auratype' member 'FIND'

kaen01

I am not a complete idiot!..some parts are missing
Creator
Joined
Jun 12, 2015
RedCents
58,244¢
when i updated rg vanilla release i noticed this error started happing, i also noticed eqmule did some changes to the me.aura type. so its a string that retuns but an pauratype i ma pretty suyre thats the problem.
 
This started for me last night as well on my Warrior.

Rich (BB code):
No such "auratype' member 'Find'
kissassist.mac@2968 (CheckAura(AuraSpell)): /if (${Select[${Me.Class.ShortName},CLR,ENC,MAG]}==0 && !${Me.Aura[1].Find[${AuraName}]}) {
kissassist.mac@2742 (CheckBuffs): /call Checkaura "${1stPart}"
kissassist.mac@7779 (WaitSubs): /if (${BuffsOn}) /call CheckBuffs
kissassist.mac@2578 (DoWeMed): /call WaitSubs
kissassist.mac@952 (Main): /if (${Me.CombatState.NotEqual[COMBAT]}) /if (${MedOn}) /call DoWeMed
 
Rich (BB code):
No such "auratype' member 'Find'
kissassist.mac@2968 (CheckAura(AuraSpell)): /if (${Select[${Me.Class.ShortName},CLR,ENC,MAG]}==0 && !${Me.Aura[1].Find[${AuraName}]}) {
kissassist.mac@2742 (CheckBuffs): /call Checkaura "${1stPart}"
kissassist.mac@950 (WaitSubs): /if (${BuffsOn}) /call CheckBuffs

My error being spammed on all toons running kissassist. I've redownloaded from the compile download, as well as from the main kiss page (linked above).
 
This issue was resolved some time ago.

Code in KissAssit needed to be repushed to include the correct syntax.. it was missing the .NAME portion in the aura type find.

Rich (BB code):
| Check if aura is up 4 parts - Mage | Everyone else | 2 auras cleric | 2 auras enchamter
  /if (${Select[${Me.Class.ShortName},CLR,ENC,MAG]}==0 && !${Me.Aura[1].Name.Find[${AuraName}]}) {
    /goto :FoundAura
  } else /if (${Me.Class.ShortName.Equal[MAG]} && ${Me.Pet.ID} &&  ${Me.Pet.Distance}<175 && !${TempAura.Find[effect]} && !${Me.Aura[1].Name.Find[${TempAura}]}) {
    /goto :FoundAura
  } else /if (${Me.Class.ShortName.Equal[CLR]} && ((!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.AltAbility[Spirit Mastery]}) || (!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.Aura[2].Name.Find[${AuraName}]} && ${Me.AltAbility[Spirit Mastery]}))) {
    /goto :FoundAura
  } else /if (${Me.Class.ShortName.Equal[ENC]} && ((!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.AltAbility[Auroria Mastery]}) || (!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.Aura[2].Name.Find[${AuraName}]} && ${Me.AltAbility[Auroria Mastery]}))) {
    /goto :FoundAura
  } else /return ${AuraResult}


Closing this old ticket.
 
Bug - no such Auratype' member 'FIND'

Users who are viewing this thread

Back
Top
Cart