• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Request - Buffblock Compilation (1 Viewer)

Joined
Jul 7, 2017
RedCents
1,091¢
Hey all I am usually a TLP player up until about DoN and I've been playing Live a lot more. One of the things I'm realizing is that I don't really have my buff management down whether in a raid or in my own 6 box crew. I don't even know half of the current buff lines, what stacks, or which classes shouldn't get certain ones? It hit me that we can just compile a list that people can import into their ini's by class.

I'm willing to do the research on each buffblock that you put in here. If you can dump the following block from your character ini in your everquest install folder.

Cleric:
[BlockedSpells]
BlockedSpellID0=45085
BlockedSpellID1=18117

Warrior:
[BlockedSpells]
BlockedSpellID0=58579
BlockedSpellID1=33775
BlockedSpellID2=45058

For instance those are what I currently have on my Cleric and Warrior.
 
I have a configs/setup.cfg that I load when I form a group, some of the buffs I block on the grouplead(tank) others I don't as I hate being shrunk as the tank.

/loadcfg setup.cfg

Configs/setup.cfg
INI:
;Blocked buffs
;Torrent of Anguish
/if (${Select[${Me.Class.ShortName},SHD,MAG,ENC,BST,DRU,SHM,NEC]}) /blockspell add pet 59238 59239 59240 55822

;food/water
/blockspell add me 2198 2199

;modrods
/if (${Select[${Me.Class.ShortName},WAR,ROG,BER,MNK]}) /blockspell add me 3188 2538 10700 10765 8124

;Beastlord: Bestial alignment
/if (${Select[${Me.Class.ShortName},BST]}) /blockspell add me 30738
/blockspell add me 16443

;Ranger: Group guardian form
/blockspell add me 16442

;Druid: Wolf Form
/blockspell add me 21684
/blockspell add pet 21684

;Berserkers - Juggernaut Form
/if (${Select[${Me.Class.ShortName},BER]}) /blockspell add me 32372

;Shadowknights - Visage Decay/Death, Iceborne Skeleton
/if (${Select[${Me.Class.ShortName},SHD]}) /blockspell add me 30710 41142 9492

;Group shrink AA
/if ( ${Group.Leader.CleanName.Equal[${Me.CleanName}]}) /blockspell add me 13838
/if (!${Group.Leader.CleanName.Equal[${Me.CleanName}]}) /blockspell remove me 13838
/blockspell remove pet 13838

;Shaman - Pact of Wolf
/blockspell add me 30708
/blockspell add pet 30708

;Shaman - Perfected levitation
/blockspell add pet 13994

;Enchanter - Night's Endless Terror Form
/blockspell add me 49288    
/blockspell add pet 49288
 
Request - Buffblock Compilation

Users who are viewing this thread

Back
Top