Jump to content

raihan3

Member
  • Posts

    225
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by raihan3

  1. On 9/20/2015, 3:55:49, Seby. said:

    after do it come like this now what i do

    INSERT INTO `item_proto` (`vnum`, `name`, `locale_name`, `type`, `subtype`, `weight`, `size`, `antiflag`, `flag`, `wearflag`, `immuneflag`, `gold`, `shop_buy_price`, `refined_vnum`, `refine_set`, `refine_set2`, `magic_pct`, `limittype0`, `limitvalue0`, `limittype1`, `limitvalue1`, `applytype0`, `applyvalue0`, `applytype1`, `applyvalue1`, `applytype2`, `applyvalue2`, `value0`, `value1`, `value2`, `value3`, `value4`, `value5`, `socket0`, `socket1`, `socket2`, `socket3`, `socket4`, `socket5`, `specular`, `socket_pct`, `addon_type`) VALUES (1, '돈꾸러미', 'Yang', 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
     

  2. F9jilIf.png

    in db :  25041    Çöö    Magic Metal    3    2    0    1    106880    0    0        500000    5000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    -1    -1    -1    -1    -1    -1    0    0    0
    in item proto :     <ItemDef Vnum="25041" Name="''Çöö''" LocalizedName="Magic Metal" Type="3" SubType="2" Weight="0" Size="1" AntiFlags="106880" Flags="0" WearFlags="0" ImmuneFlags="0" Gold="5000" ShopBuyPrice="5000" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="1" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0"  />

  3. The python part is:

     

    uiinventory.py

     

    find this:

    self.inventoryTab.append(self.GetChild("Inventory_Tab_02"))

    and add down this:

    self.inventoryTab.append(self.GetChild("Inventory_Tab_03"))
    self.inventoryTab.append(self.GetChild("Inventory_Tab_04"))

    after that find this:

    self.inventoryTab[1].SetEvent(lambda arg=1: self.SetInventoryPage(arg))

    and add down this:

    self.inventoryTab[2].SetEvent(lambda arg=2: self.SetInventoryPage(arg))
    self.inventoryTab[3].SetEvent(lambda arg=3: self.SetInventoryPage(arg))

    find this:

    self.inventoryTab[0].Down()

    and add down this:

    self.inventoryPageIndex = 0

    now lets go to edit the SetInventoryPage function

     

    replace the SetInventoryPage function with this:

    	def SetInventoryPage(self, page):
    		self.inventoryTab[self.inventoryPageIndex].SetUp()
    		self.inventoryPageIndex = page
    		self.RefreshBagSlotWindow()

    file locale/xx/ui/inventorywindow.py:

     

    change EQUIPMENT_START_INDEX = 90 to EQUIPMENT_START_INDEX = 180

     

    after that replace the Inventory_Tab_01 and Inventory_Tab_02 with this:

    This is the hidden content, please

    1114 11:39:05558 :: 
    networkModule.py(line:194) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:28) ?
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    interfaceModule.py(line:14) ?
    system.py(line:130) __pack_import

    networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 148)

    1114 11:39:05558 :: ============================================================================================================
    1114 11:39:05558 :: Abort!!!!

    • Metin2 Dev 1
    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.