try this;
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Skill scroll" enabled="yes">
<action itemid="9004; 5958; 5956; 7696" event="buffer"><![CDATA[
local t = {
[9004] = {1, 150},
[5958] = {2, 150},
[5956] = {3, 150},
[7696] = {4, 150}
}
local v = t[item.itemid]
if...