metin2 shops

06/15/2013 18:05 rakuz123456#1
suche diese shop einstellungen also shop_item fuer navicat
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
06/15/2013 19:07 SooshHD#2
Suche ich auch !!

wie macht man das man zb waffi öffnet und mehre shops öffnen kann sprich
Waffen 0-30
Waffe 30-99
06/15/2013 19:08 xddxx1#3
über ne quest
06/16/2013 01:00 SooshHD#4
was für eine?
Geht das genauer bitte?

MFG
06/16/2013 02:34 Coniesan#5
1. Bitte änder deinen Avatar, ich bekomms ko****...!
2. Quest VORSCHLAG:
PHP Code:
quest multishops begin
    state start begin
        when 9002.chat
."Rüstungen" begin
            npc
.open_shop(105)
            
setskin(NOWINDOW)
        
end
        when 9002.chat
."Helme" begin
            npc
.open_shop(106)
            
setskin(NOWINDOW)
        
end
        when 9002.chat
."Schmuck und Schilde" begin
            npc
.open_shop(107)
            
setskin(NOWINDOW)
        
end
        
        when 9001.chat
."Waffen" begin
            npc
.open_shop(102)
            
setskin(NOWINDOW)
        
end        
        when 9001.chat
."Pfeile" begin
            npc
.open_shop(103)
            
setskin(NOWINDOW)
        
end
        
        when 9003.chat
."Tränke" begin
            npc
.open_shop(100)
            
setskin(NOWINDOW)
        
end
        when 9003.chat
."Item-Shop" begin
            npc
.open_shop(101)
            
setskin(NOWINDOW)
        
end
        when 9004.chat
."Feuerwerk" begin
            npc
.open_shop(8)
            
setskin(NOWINDOW)
        
end
        when 9004.chat
."Hochzeitsladen" begin
            npc
.open_shop(12)
            
setskin(NOWINDOW)
        
end
        
-- Frisuren
        when 20300.chat
."Shop" or 20320.chat."Shop" or 20340.chat."Shop" begin
            npc
.open_shop(108)
            
setskin(NOWINDOW)
        
end
        when 20301.chat
."Shop" or 20321.chat."Shop" or 20341.chat."Shop" begin
            npc
.open_shop(111)
            
setskin(NOWINDOW)
        
end
        when 20302.chat
."Shop" or 20322.chat."Shop" or 20342.chat."Shop" begin
            npc
.open_shop(114)
            
setskin(NOWINDOW)
        
end
        when 20303.chat
."Shop" or 20323.chat."Shop" or 20343.chat."Shop" begin
            npc
.open_shop(117)
            
setskin(NOWINDOW)
        
end
        when 20304.chat
."Shop" or 20324.chat."Shop" or 20344.chat."Shop" begin
            npc
.open_shop(120)
            
setskin(NOWINDOW)
        
end
        when 20305.chat
."Shop" or 20325.chat."Shop" or 20345.chat."Shop" begin
            npc
.open_shop(123)
            
setskin(NOWINDOW)
        
end
        when 20306.chat
."Shop" or 20326.chat."Shop" or 20346.chat."Shop" begin
            npc
.open_shop(127)
            
setskin(NOWINDOW)
        
end
        when 20307.chat
."Shop" or 20327.chat."Shop" or 20347.chat."Shop" begin
            npc
.open_shop(130)
            
setskin(NOWINDOW)
        
end
        
    end
end 
3. die Shops einzustellen sollte ja kein Problem sein!
06/16/2013 03:14 SooshHD#6
Thx und ja ich teste grad paar Avatare aus^^
06/16/2013 03:42 NoExiT | VuZe#7
Quote:
Originally Posted by Coniesan View Post
1. Bitte änder deinen Avatar, ich bekomms ko****...!
2. Quest VORSCHLAG:
PHP Code:
quest multishops begin
    state start begin
        when 9002.chat
."Rüstungen" begin
            npc
.open_shop(105)
            
setskin(NOWINDOW)
        
end
        when 9002.chat
."Helme" begin
            npc
.open_shop(106)
            
setskin(NOWINDOW)
        
end
        when 9002.chat
."Schmuck und Schilde" begin
            npc
.open_shop(107)
            
setskin(NOWINDOW)
        
end
        
        when 9001.chat
."Waffen" begin
            npc
.open_shop(102)
            
setskin(NOWINDOW)
        
end        
        when 9001.chat
."Pfeile" begin
            npc
.open_shop(103)
            
setskin(NOWINDOW)
        
end
        
        when 9003.chat
."Tränke" begin
            npc
.open_shop(100)
            
setskin(NOWINDOW)
        
end
        when 9003.chat
."Item-Shop" begin
            npc
.open_shop(101)
            
setskin(NOWINDOW)
        
end
        when 9004.chat
."Feuerwerk" begin
            npc
.open_shop(8)
            
setskin(NOWINDOW)
        
end
        when 9004.chat
."Hochzeitsladen" begin
            npc
.open_shop(12)
            
setskin(NOWINDOW)
        
end
        
-- Frisuren
        when 20300.chat
."Shop" or 20320.chat."Shop" or 20340.chat."Shop" begin
            npc
.open_shop(108)
            
setskin(NOWINDOW)
        
end
        when 20301.chat
."Shop" or 20321.chat."Shop" or 20341.chat."Shop" begin
            npc
.open_shop(111)
            
setskin(NOWINDOW)
        
end
        when 20302.chat
."Shop" or 20322.chat."Shop" or 20342.chat."Shop" begin
            npc
.open_shop(114)
            
setskin(NOWINDOW)
        
end
        when 20303.chat
."Shop" or 20323.chat."Shop" or 20343.chat."Shop" begin
            npc
.open_shop(117)
            
setskin(NOWINDOW)
        
end
        when 20304.chat
."Shop" or 20324.chat."Shop" or 20344.chat."Shop" begin
            npc
.open_shop(120)
            
setskin(NOWINDOW)
        
end
        when 20305.chat
."Shop" or 20325.chat."Shop" or 20345.chat."Shop" begin
            npc
.open_shop(123)
            
setskin(NOWINDOW)
        
end
        when 20306.chat
."Shop" or 20326.chat."Shop" or 20346.chat."Shop" begin
            npc
.open_shop(127)
            
setskin(NOWINDOW)
        
end
        when 20307.chat
."Shop" or 20327.chat."Shop" or 20347.chat."Shop" begin
            npc
.open_shop(130)
            
setskin(NOWINDOW)
        
end
        
    end
end 
3. die Shops einzustellen sollte ja kein Problem sein!
Auch in die datei Quest_list den namen der Quest reinsetzen und mit "python make.py" neuladen