PDA

View Full Version : Accessing clicked item in spells_new?


ryandward
09-21-2018, 02:57 PM
I've been trying to modify some code on my server for the past few days and can't seem to find where the item that was clicked is stored in spells_new.cpp file.

Basically I want it to ignore the modifications I have made to damage scaling if the clicked slot is an item (ie > 12).

Maze_EQ
09-22-2018, 09:25 PM
I've been trying to modify some code on my server for the past few days and can't seem to find where the item that was clicked is stored in spells_new.cpp file.

Basically I want it to ignore the modifications I have made to damage scaling if the clicked slot is an item (ie > 12).

Should be spell_effects.cpp.

Are you using focus scaling?

Or custom scaling?