Metin2 Üst Bar Reklam
berkmenoo 1
berkmenoo
Bodyguardd 1
Bodyguardd
Vahsi Uzman 1
Vahsi Uzman
R 1
Roksam
[DEV]AB 1
[DEV]AB
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Bvural41 1
Bvural41

2010 Client Yeni Market

  • Konuyu başlatan Konuyu başlatan night_walker
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 13
  • Görüntüleme Görüntüleme 1K
/usr/game/channel/share_data/locale/hongkong/quest

hongkong_list açıp en altına yeni_market.quest yazıyorsunuz kaydedip kapatın.

reboot yada make.sh çekin



indirin ve /usr/game/channel/share_data/locale/hongkong/quest atın.

sonra navicattan player kısmına gelin

CTRL + Q ya basın

PHP:
INSERT INTO `item_proto` VALUES ('50199', 0x5061636F7465202020202020202020202020202020202020, 0x5061636F7465202020202020202020202020202020202020, '18', '0', '0', '1', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');


yapıştırın ve yukardaki yeşil oka tıklayın ve kapatın

packteki item_proto yu açın

PHP:
<Item vnum="50199" hashName="'Pacote'" name="Pacote" type="18" subtype="0" weight="0" size="1" antiflag="0" flag="0" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64896" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />

bunu ekleyin

root.epk açın içindeki uishop.py bulun ve not defteriyle açın

PHP:
go to the line 141 and change for that

aratın altına 1 enter atın

PHP:
def Close(self):
        self.OnCloseQuestionDialog()
        shop.Close()
        net.SendShopEndPacket()
        self.CancelShopping()
        self.tooltipItem.HideToolTip()
        self.Hide()

    def AskClosePrivateShop(self):
        questionDialog = uiCommon.QuestionDialog()
        questionDialog.SetText(locale.PRIVATE_SHOP_CLOSE_QUESTION)
        chat.AppendChat(chat.CHAT_TYPE_NOTICE, "to close the shop you need close on the QUEST")

        return TRUE

    def OnClosePrivateShop(self):
        chat.AppendChat(chat.CHAT_TYPE_NOTICE, "to close the shop you need close on the QUEST")
        self.OnCloseQuestionDialog()
        return TRUE

    def OnPressEscapeKey(self):
        self.Close()
        return TRUE

    def OnPressExitKey(self):
        self.Close()
        return TRUE
yapıştırın

locale_tr.epk açın item_list.txt bulun ve en altına ekleyin
PHP:
50199    ETC    icon/item/50200.tga

itemdesc.txt açın ve ekleyin

PHP:
50199    Paket    Özel dükkan açmanı sağlar.

teşekkür lütfen...
 
Son düzenleme:

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst