<?xml version="1.0" encoding="UTF-8"?>
<npc name="Bahia" script="data/npc/scripts/default.lua" skull="green" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="70" head="0" body="0" legs="0" feet="0" addons="0"/>
<parameters>
<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="blue stone,8306,100" />
</parameters>
</npc>
skull="green"
add it in npc xml next script="blbalablab.lua"
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Bahia" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="70" head="0" body="0" legs="0" feet="0" addons="0" skull="green"/>
<parameters>
<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="blue stone,8306,100" />
</parameters>
</npc>
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Bahia" script="data/npc/scripts/default.lua" skull="green"walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="70" head="0" body="0" legs="0" feet="0" addons="0" skull="green"/>
<parameters>
<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="blue stone,8306,100" />
</parameters>
</npc>
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Bahia" script="data/npc/scripts/default.lua" skull="green" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="70" head="0" body="0" legs="0" feet="0" addons="0"/>
<parameters>
<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="blue stone,8306,100" />
</parameters>
</npc>
Yah, OTX not working. I've tried to do everythingThis method is not working for OTX, there is another way to do it?