View Single Post
  #1  
Old 05-13-2021, 12:30 PM
Xanathol
Sarnak
 
Join Date: Oct 2009
Posts: 52
Default Bypassing / alterring Is Equippable checks?

I wanted to experiment with some custom code to allow equipping of gear that a character does not otherwise meet the restrictions for in special circumstances (class, race, deity). I'm strictly using the RoF client.

In order to test this out, I went into EQ::ItemData::IsEquipable and commented everything out - simply return true, always.

Evenso, upon testing, I still get "Your class, deity, and/or race may not equip %s", item->name. I've been all over the code, setting a few breakpoints, and I cannot see where this is happening server side.

Is this still client side restricted or am I missing something to get this to work?

Thanks!
Reply With Quote