npc.open.shop probléma

Indította FloodX, 2017-08-07, 15:09:12

Az lenne a problémám, hogy miután megnyitja a boltot, az alsó bar sor, és a minimap is eltűnik. Ezt hogy tudom javítani?

quest vegyi begin
    state start begin
when 9003.chat."Italok"  begin
    npc.open_shop(1)
end

when 9003.chat."ItemShop"  begin
    npc.open_shop(2)
end

when 9003.chat."Optolók"  begin
    npc.open_shop(3)
end

when 9003.chat."Unikornisok"  begin
    npc.open_shop(4)
end

when 9002.chat."fegyverzet"  begin
    npc.open_shop(5)
end

when 9002.chat."ékszerek"  begin
    npc.open_shop(18)
end

when 9001.chat."fegyverek"  begin
    npc.open_shop(6)
end
end
end
[code]

Az npc_shopok alá beírod ezt:
setskin(NOWINDOW)

when 9003.chat."Italok"  begin
npc.open_shop(1)
setskin(NOWINDOW)
end