This should work...
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Skill scroll" enabled="yes">
<action itemid="9004;5958;5956;7696;7720" event="script"><![CDATA[
local t = {
[9004] = {SKILL_CLUB, 150},
[5958] = {SKILL_SWORD, 150},
[5956] = {SKILL_AXE, 150},
[7696] =...