ReaL Koxp , Knight Koxp , Metin2 Hile , Private Server

Would you like to react to this message? Create an account in a few clicks or log in to continue.

En iyi yollayıcılar

En son konular

» Just-PK 18/01/2010 Açılmıştır Hayalinizde Ne Varsa Burada Bulacaksınız.
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 11:20 pm tarafından PowerStyLe

» Alttaki sana 10,000,000,000 Tl Versem
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 11:18 pm tarafından PowerStyLe

» ReaL Koxp 'a Ait Grup Msn Acilmistir
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 9:17 pm tarafından PowerStyLe

» Fantasy Tennis 2
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:22 pm tarafından PowerStyLe

» Detaylı Oto Kutu Yapımı
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:22 pm tarafından PowerStyLe

» Knight Online Komik Resimler
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:21 pm tarafından PowerStyLe

» Her Reset Attıgınızda Rollback ( NP , İtem , Exp ) Kaybımı Yaşıyorsunuz ?
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:21 pm tarafından PowerStyLe

» ●» En Güncel 1299 Client «● l ●» 08.09.2009 «● l ●» Toplam Download: 9922 «●
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:21 pm tarafından PowerStyLe

» ReaL Koxp v2
Detaylı Oto Kutu Yapımı EmptyPerş. Şub. 04, 2010 8:19 pm tarafından PowerStyLe


3 posters

    Detaylı Oto Kutu Yapımı

    ImAnqRy
    ImAnqRy
    ReaL Koxp Forum Kurucusu
    ReaL Koxp Forum Kurucusu


    Mesaj Sayısı : 56
    Kayıt tarihi : 21/01/10
    Yaş : 34
    Nerden : GeLcenMy _?

    Cüzdan
    RL [ ReaL Lira ] RL [ ReaL Lira ]: 120

    Detaylı Oto Kutu Yapımı Empty Detaylı Oto Kutu Yapımı

    Mesaj tarafından ImAnqRy Cuma Ocak 22, 2010 5:46 pm

    Size İlk Olarak Gereken:
    Kod:

    If UseAutoLoot = 1 Then
    ItemID = fullcode(4) & fullcode(3) & fullcode(2) & fullcode(1)
    LootItem ("&H" & ItemID)
    SecondID = fullcode(10) & fullcode(9) & fullcode(Cool & fullcode(7)
    LootItem ("&H" & SecondID)
    ThirdID = fullcode(16) & fullcode(15) & fullcode(14) & fullcode(13)
    LootItem ("&H" & ThirdID)
    FourthID = fullcode(22) & fullcode(21) & fullcode(20) & fullcode(19)
    LootItem ("&H" & FourthID)
    FifthID = fullcode(28) & fullcode(27) & fullcode(26) & fullcode(25)
    LootItem ("&H" & FifthID)
    SixthID = fullcode(34) & fullcode(33) & fullcode(32) & fullcode(31)
    LootItem ("&H" & SixthID)
    Remove LastBoxID
    End IF

    SKiP'in kodlamasıdır. Bu yardımında tşk ederim.

    RecvID: 35A4E900

    Case 26 Kodu İçin:
    Kod:

    ItemSlot = fullcode(2)
    RecvID = fullcode(6) & fullcode(5) & fullcode(4) & fullcode(3) 'item from recv 26
    If RecvID <> "35A4E900" And RecvID <> "00000000" And UseAutoSell = 1 Then
    '379048000 = silk bundle
    ItemSell "&H" & RecvID, ItemSlot

    DispatchMailSlot için:
    Kod:

    Sub DispatchMailSlot()
    Dim MsgCount As Long
    Dim rc As Long
    Dim MessageBuffer As String
    Dim pVal As Long
    Dim fullcode
    Dim code
    On Error Resume Next
    MsgCount = 1
    Do While MsgCount <> 0
    rc = CheckForMessages(MsgCount)
    If CBool(rc) And MsgCount > 0 Then
    If ReadMessage(MessageBuffer, MsgCount) Then
    code = MessageBuffer
    fullcode = Strings.Split(MessageBuffer, "eStyTech")
    Select Case fullcode(0)

    Repair için:
    Kod:

    '3B 01 08 D0 EE 8A 09
    3B 01 0C D9 6F 5D 0E
    3B 01 0A 07 68 5D 0E
    3B 01 04 21 64 5D 0E
    3B 01 01 EF 6B 5D 0E
    Dim packetX() As Byte, xStr As String
    3B 01 08 D0 EE 8A 09
    3B 01 08 D0 EE 8A 09
    If RepairID <> "0" Then
    xStr = "3B0108" & RepairID
    ConvHEX2ByteArray xStr, packetX
    SendPackets packetX
    Form1.RepairLabel.Caption "Reparing...(" & xStr & ")"
    End If

    ConvHEX2ByteArray olmayanlar için:
    Kod:

    Public Function ConvHEX2ByteArray(pStr As String, pByte() As Byte)
    Dim i As Long
    Dim j As Long
    ReDim pByte(1 To Len(pStr) / 2)
    j = LBound(pByte) - 1
    For i = 1 To Len(pStr) Step 2
    j = j + 1
    pByte(j) = CByte("&H" & Mid(pStr, i, 2))
    Next
    End Function

    OFFSETS:
    Kod:

    KO_COINS = 2068

    offset değişmiş olabilir Arkadaşlar bi fikrim yok o konuda...

    dinput modülünüze:
    Kod:

    Sub f_Sleep(pMS As Long, Optional pDoevents As Boolean = False)
    Dim pTime As Long
    pTime = GetTickCount
    Do While pMS + pTime > GetTickCount
    If pDoevents = True Then DoEvents
    Loop
    End Sub

    İtem Listesi:

    Kod:

    Public Function eStyTechItem()
    ReDim OtherItems(1 To 473)
    OtherItems(1).ID = 391010000
    OtherItems(1).Name = "Arrow"
    OtherItems(2).ID = 391020000
    OtherItems(2).Name = "Iron Arrow"
    OtherItems(3).ID = 392010000
    OtherItems(3).Name = "throwing spear"
    OtherItems(4).ID = 131610000
    OtherItems(4).Name = "Attila Axe"
    OtherItems(5).ID = 339910000
    OtherItems(5).Name = "Tester Ring"
    OtherItems(6).ID = 130110000
    OtherItems(6).Name = "Stone Axe"
    OtherItems(7).ID = 110010000
    OtherItems(7).Name = "Dagger"
    OtherItems(Cool.ID = 110050000
    OtherItems(Cool.Name = "Dagger"
    OtherItems(9).ID = 120010000
    OtherItems(9).Name = "Short Sword"
    OtherItems(10).ID = 120050000
    OtherItems(10).Name = "Short Sword"
    OtherItems(11).ID = 180010000
    OtherItems(11).Name = "Wooden Staff"
    OtherItems(12).ID = 180050000
    OtherItems(12).Name = "Wooden Staff"
    OtherItems(13).ID = 190010000
    OtherItems(13).Name = "Priest Mace "
    OtherItems(14).ID = 190050000
    OtherItems(14).Name = "Priest Mace "
    OtherItems(15).ID = 389001000
    OtherItems(15).Name = "Pink Rice Cake (small)"
    OtherItems(16).ID = 389002000
    OtherItems(16).Name = "Pink Rice Cake (middle)"
    OtherItems(17).ID = 389003000
    OtherItems(17).Name = "Pink Rice Cake (large)"
    OtherItems(18).ID = 389004000
    OtherItems(18).Name = "Green Rice Cake (small)"
    OtherItems(19).ID = 389005000
    OtherItems(19).Name = "Green Rice Cake (middle)"
    OtherItems(20).ID = 389006000
    OtherItems(20).Name = "Green Rice Cake (large)"
    OtherItems(21).ID = 389007000
    OtherItems(21).Name = "White Rice Cake (Increase Running Speed)"
    OtherItems(22).ID = 389008000
    OtherItems(22).Name = "White Rice Cake (Increase Defense)"
    OtherItems(23).ID = 389009000
    OtherItems(23).Name = "White Rice Cake (Increase HP)"
    OtherItems(24).ID = 389010000
    OtherItems(24).Name = "Holy water"
    OtherItems(25).ID = 389011000
    OtherItems(25).Name = "Water of life"
    OtherItems(26).ID = 389012000
    OtherItems(26).Name = "Water of love"
    OtherItems(27).ID = 389013000
    OtherItems(27).Name = "Water of grace"
    OtherItems(28).ID = 389014000
    OtherItems(28).Name = "Water of favors"
    OtherItems(29).ID = 389015000
    OtherItems(29).Name = "Water of bless"
    OtherItems(30).ID = 389016000
    OtherItems(30).Name = "Potion of spirit"
    OtherItems(31).ID = 389017000
    OtherItems(31).Name = "Potion of intelligence"
    OtherItems(32).ID = 389018000
    OtherItems(32).Name = "Potion of sagacity"
    OtherItems(33).ID = 389019000
    OtherItems(33).Name = "Potion of wisdom"
    OtherItems(34).ID = 389020000
    OtherItems(34).Name = "Potion of soul"
    OtherItems(35).ID = 389021000
    OtherItems(35).Name = "Spell of flame"
    OtherItems(36).ID = 389022000
    OtherItems(36).Name = "Spell of fire ball"
    OtherItems(37).ID = 389023000
    OtherItems(37).Name = "Spell of life"
    OtherItems(38).ID = 389024000
    OtherItems(38).Name = "Explosive arrow"
    OtherItems(39).ID = 379001000
    OtherItems(39).Name = "Prayer of life"
    OtherItems(40).ID = 379002000
    OtherItems(40).Name = "Prayer of love"
    OtherItems(41).ID = 379003000
    OtherItems(41).Name = "Prayer of grace"
    OtherItems(42).ID = 379004000
    OtherItems(42).Name = "Prayer of favors"
    OtherItems(43).ID = 379005000
    OtherItems(43).Name = "Prayer of bless"
    OtherItems(44).ID = 379006000
    OtherItems(44).Name = "Stone of life"
    OtherItems(45).ID = 370001000
    OtherItems(45).Name = "Spell of Fire Blast"
    OtherItems(46).ID = 370002000
    OtherItems(46).Name = "Spell of Glacier Blast"
    OtherItems(47).ID = 370003000
    OtherItems(47).Name = "Spell of Thunder Blast"
    OtherItems(48).ID = 370004000
    OtherItems(48).Name = "Blood of wolf"
    OtherItems(49).ID = 370005000
    OtherItems(49).Name = "Blessing Potion"
    OtherItems(50).ID = 370006000
    OtherItems(50).Name = "Cure Potion"
    OtherItems(51).ID = 389025000
    OtherItems(51).Name = "Net"
    OtherItems(52).ID = 389026000
    OtherItems(52).Name = "Prayer of god`s power"
    OtherItems(53).ID = 389027000
    OtherItems(53).Name = "Prayer of wind"
    OtherItems(54).ID = 389028000
    OtherItems(54).Name = "Prayer of hell fire"
    OtherItems(55).ID = 389029000
    OtherItems(55).Name = "Prayer of earth"
    OtherItems(56).ID = 389030000
    OtherItems(56).Name = "Prayer of the laying on of hands"
    OtherItems(57).ID = 389031000
    OtherItems(57).Name = "Prayer of holy Armor"
    OtherItems(58).ID = 389032000
    OtherItems(58).Name = "Prayer of anger"
    OtherItems(59).ID = 389033000
    OtherItems(59).Name = "Styx"
    OtherItems(60).ID = 389034000
    OtherItems(60).Name = "Bezoar "
    OtherItems(61).ID = 389035000
    OtherItems(61).Name = "glutinous Rice Cake"
    OtherItems(62).ID = 389036000
    OtherItems(62).Name = "Wheat gluten"
    OtherItems(63).ID = 389037000
    OtherItems(63).Name = "Talisman"
    OtherItems(64).ID = 100010000
    OtherItems(64).Name = "Fork"
    OtherItems(65).ID = 100020000
    OtherItems(65).Name = "Hand mirror"
    OtherItems(66).ID = 389038000
    OtherItems(66).Name = "Flame Resistance Potion"
    OtherItems(67).ID = 389039000
    OtherItems(67).Name = "Glacier Resistance Potion"
    OtherItems(68).ID = 389040000
    OtherItems(68).Name = "Lightning Resistnace Potion"
    OtherItems(69).ID = 389041000
    OtherItems(69).Name = "Spell of Lion`s Strength"
    OtherItems(70).ID = 389042000
    OtherItems(70).Name = "Retrieving Clan Member"
    OtherItems(71).ID = 379007000
    OtherItems(71).Name = "Tooth of Smilodon"
    OtherItems(72).ID = 379008000
    OtherItems(72).Name = "Claw of Stegodon"
    OtherItems(73).ID = 379009000
    OtherItems(73).Name = "Heart of Haunga"
    OtherItems(74).ID = 379010000
    OtherItems(74).Name = "Gavolt scales"
    OtherItems(75).ID = 379011000
    OtherItems(75).Name = "Bone of Dragon tooth"
    OtherItems(76).ID = 379012000
    OtherItems(76).Name = "Blood of dark mage"
    OtherItems(77).ID = 379013000
    OtherItems(77).Name = "Mythril vessel"
    OtherItems(78).ID = 379014000
    OtherItems(78).Name = "Blood of Glyptodont"
    OtherItems(79).ID = 379015000
    OtherItems(79).Name = "Bezoar of Glyptodont"
    OtherItems(80).ID = 379201000
    OtherItems(80).Name = "Tentacle"
    OtherItems(81).ID = 379202000
    OtherItems(81).Name = "Poison Sack"
    OtherItems(82).ID = 379203000
    OtherItems(82).Name = "Bee Sting"
    OtherItems(83).ID = 379204000
    OtherItems(83).Name = "Tyon Meat"
    OtherItems(84).ID = 389043000
    OtherItems(84).Name = "Rock"
    OtherItems(85).ID = 389048000
    OtherItems(85).Name = "Suicide Bbomb"
    OtherItems(86).ID = 389047000
    OtherItems(86).Name = "Shrinking Potion"
    OtherItems(87).ID = 389047500
    OtherItems(87).Name = "Enlarging Potion"
    OtherItems(88).ID = 379016000
    OtherItems(88).Name = "Upgrade Scroll (High Class Item)"
    OtherItems(89).ID = 379017000
    OtherItems(89).Name = "Enchant Scroll(STR) (High Class Item)"
    OtherItems(90).ID = 379018000
    OtherItems(90).Name = "Immune Scroll (High Class Item)"
    OtherItems(91).ID = 379019000
    OtherItems(91).Name = "Reduce Scroll (High Class Item)"
    OtherItems(92).ID = 379020000
    OtherItems(92).Name = "Elemental Scroll (High Class Item)"
    OtherItems(93).ID = 379021000
    OtherItems(93).Name = "Blessed Upgrade Scroll (High Class Item)"
    OtherItems(94).ID = 379022000
    OtherItems(94).Name = "Blessed Enchant Scroll(STR) (High Class Item)"
    OtherItems(95).ID = 379023000
    OtherItems(95).Name = "Blessed Immune Scroll (High Class Item)"
    OtherItems(96).ID = 379024000
    OtherItems(96).Name = "Blessed Reduce Scroll (High Class Item)"
    OtherItems(97).ID = 379025000
    OtherItems(97).Name = "Blessed Elemental Scroll (High Class Item)"
    OtherItems(98).ID = 389050000
    OtherItems(98).Name = "Calling Friend Scroll "
    OtherItems(99).ID = 389045000
    OtherItems(99).Name = "Reserve Life"
    OtherItems(100).ID = 389052000
    OtherItems(100).Name = "Speed up liquid medicine"
    OtherItems(101).ID = 389053000
    OtherItems(101).Name = "Attack up liquid medicine"
    OtherItems(102).ID = 389054000
    OtherItems(102).Name = "Alacrity potion"
    OtherItems(103).ID = 389055000
    OtherItems(103).Name = "Scroll of shell"
    OtherItems(104).ID = 389056000
    OtherItems(104).Name = "Potion of intelligence"
    OtherItems(105).ID = 389057000
    OtherItems(105).Name = "Poison arrow of harpy"
    OtherItems(106).ID = 389058000
    OtherItems(106).Name = "Prayer of rage"
    OtherItems(107).ID = 389059000
    OtherItems(107).Name = "Potion of recovery"
    OtherItems(108).ID = 182110000
    OtherItems(108).Name = "Deruvish cane"
    OtherItems(109).ID = 381001000
    OtherItems(109).Name = "Transformation Scroll "
    OtherItems(110).ID = 381002000
    OtherItems(110).Name = "Transformation Scroll 2"
    OtherItems(111).ID = 381003000
    OtherItems(111).Name = "Transformation Scroll 3"
    OtherItems(112).ID = 381004000
    OtherItems(112).Name = "Transformation Scroll 4"
    OtherItems(113).ID = 169010000
    OtherItems(113).Name = "Centaur bow"
    OtherItems(114).ID = 379026000
    OtherItems(114).Name = "Enchant Scroll(HP) (High Class Item)"
    OtherItems(115).ID = 379027000
    OtherItems(115).Name = "Enchant Scroll(DEX) (High Class Item)"
    OtherItems(116).ID = 379028000
    OtherItems(116).Name = "Enchant Scroll(INT) (High Class Item)"
    OtherItems(117).ID = 379029000
    OtherItems(117).Name = "Enchant Scroll(MAGIC) (High Class Item)"
    OtherItems(118).ID = 379030000
    OtherItems(118).Name = "Blessed Enchant Scroll(HP) (High Class Item)"
    OtherItems(119).ID = 379031000
    OtherItems(119).Name = "Blessed Enchant Scroll(Dex) (High Class Item)"
    OtherItems(120).ID = 379032000
    OtherItems(120).Name = "Blessed Enchant Scroll(INT) (High Class Item)"
    OtherItems(121).ID = 379033000
    OtherItems(121).Name = "Blessed Enchant Scroll(MAGIC) (High Class Item)"
    OtherItems(122).ID = 379034000
    OtherItems(122).Name = "Dispell Scroll(Fire) (High Class Item)"
    OtherItems(123).ID = 379035000
    OtherItems(123).Name = "Dispell Scroll(Glacier) (High Class Item)"
    OtherItems(124).ID = 389060000
    OtherItems(124).Name = "Water of life(Store)"
    OtherItems(125).ID = 389061000
    OtherItems(125).Name = "Water of love(Store)"
    OtherItems(126).ID = 389062000
    OtherItems(126).Name = "Water of grace(Store)"
    OtherItems(127).ID = 389063000
    OtherItems(127).Name = "Water of favors(Store)"
    OtherItems(128).ID = 389064000
    OtherItems(128).Name = "Water of bless(Store)"
    OtherItems(129).ID = 389065000
    OtherItems(129).Name = "Low quality jewel"
    OtherItems(130).ID = 389074000
    OtherItems(130).Name = "Crude Sapphire"
    OtherItems(131).ID = 389075000
    OtherItems(131).Name = "Crystal"
    OtherItems(132).ID = 389076000
    OtherItems(132).Name = "Opal"
    OtherItems(133).ID = 379040000
    OtherItems(133).Name = "Tail of Shaula"
    OtherItems(134).ID = 379041000
    OtherItems(134).Name = "Tail of Lesath"
    OtherItems(135).ID = 379042000
    OtherItems(135).Name = "Fang of Bakirra"
    OtherItems(136).ID = 379043000
    OtherItems(136).Name = "Gavolt wing"
    OtherItems(137).ID = 379044000
    OtherItems(137).Name = "Zombie Eye"
    OtherItems(138).ID = 379045000
    OtherItems(138).Name = "Cursed Bone"
    OtherItems(139).ID = 379046000
    OtherItems(139).Name = "Feather of Harpy Queen"
    OtherItems(140).ID = 379047000
    OtherItems(140).Name = "Holy water of Temple"
    OtherItems(141).ID = 389077000
    OtherItems(141).Name = "Snow ball"
    OtherItems(142).ID = 379048000
    OtherItems(142).Name = "Silk bundle"
    OtherItems(143).ID = 910001000
    OtherItems(143).Name = "Water of life(Coloseum Event)"
    OtherItems(144).ID = 910002000
    OtherItems(144).Name = "Water of love(Coloseum Event)"
    OtherItems(145).ID = 910003000
    OtherItems(145).Name = "Water of grace(Coloseum Event)"
    OtherItems(146).ID = 910004000
    OtherItems(146).Name = "Water of favors(Coloseum Event)"
    OtherItems(147).ID = 910005000
    OtherItems(147).Name = "Water of bless(Coloseum Event)"
    OtherItems(148).ID = 910006000
    OtherItems(148).Name = "Potion of spirit(Coloseum Event)"
    OtherItems(149).ID = 910007000
    OtherItems(149).Name = "Potion of intelligence(Coloseum Event)"
    OtherItems(150).ID = 910008000
    OtherItems(150).Name = "Potion of sagacity(Coloseum Event)"
    OtherItems(151).ID = 910009000
    OtherItems(151).Name = "Potion of wisdom(Coloseum Event)"
    OtherItems(152).ID = 910010000
    OtherItems(152).Name = "Potion of soul(Coloseum Event)"
    OtherItems(153).ID = 910011000
    OtherItems(153).Name = "Spell of lion strength(Coloseum Event)"
    OtherItems(154).ID = 910012000
    OtherItems(154).Name = "Holy water"
    OtherItems(155).ID = 910013000
    OtherItems(155).Name = "Recommendation Item "
    OtherItems(156).ID = 131710000
    OtherItems(156).Name = "Dreadmare Axe"
    OtherItems(157).ID = 379049000
    OtherItems(157).Name = "Goblin Pauldron"
    OtherItems(158).ID = 379050000
    OtherItems(158).Name = "Goblin Pads"
    OtherItems(159).ID = 379051000
    OtherItems(159).Name = "Goblin Helmet"
    OtherItems(160).ID = 379052000
    OtherItems(160).Name = "Goblin Gauntlet "
    OtherItems(161).ID = 379053000
    OtherItems(161).Name = "Goblin Boots"
    OtherItems(162).ID = 379054000
    OtherItems(162).Name = "Mythril Pauldron"
    OtherItems(163).ID = 379055000
    OtherItems(163).Name = "Mythril Pads"
    OtherItems(164).ID = 379056000
    OtherItems(164).Name = "Mythril Helmet"
    OtherItems(165).ID = 379057000
    OtherItems(165).Name = "Mythril Gauntlet "
    OtherItems(166).ID = 379058000
    OtherItems(166).Name = "Mythril Boots"
    OtherItems(167).ID = 910014000
    OtherItems(167).Name = "Kiss"
    OtherItems(168).ID = 910015000
    OtherItems(168).Name = "Recommendation Item "
    OtherItems(169).ID = 379059000
    OtherItems(169).Name = "Stone of Warrior"
    OtherItems(170).ID = 379060000
    OtherItems(170).Name = "Stone of Rogue"
    OtherItems(171).ID = 379061000
    OtherItems(171).Name = "Stone of Mage"
    OtherItems(172).ID = 379062000
    OtherItems(172).Name = "Stone of Priest"
    OtherItems(173).ID = 379063000
    OtherItems(173).Name = "Scream Scroll"
    OtherItems(174).ID = 379064000
    OtherItems(174).Name = "Magic Shield Scroll"
    OtherItems(175).ID = 379065000
    OtherItems(175).Name = "Absolute Power Scroll"
    OtherItems(176).ID = 379066000
    OtherItems(176).Name = "Judgment Scroll"
    OtherItems(177).ID = 379067000
    OtherItems(177).Name = "Silver bar"
    OtherItems(178).ID = 379068000
    OtherItems(178).Name = "Gold bar"
    OtherItems(179).ID = 203011000
    OtherItems(179).Name = "Armor of Destruction"
    OtherItems(180).ID = 243011000
    OtherItems(180).Name = "Armor of Destruction"
    OtherItems(181).ID = 263011000
    OtherItems(181).Name = "Armor of Destruction"
    OtherItems(182).ID = 283011000
    OtherItems(182).Name = "Armor of Destruction"
    OtherItems(183).ID = 203012000
    OtherItems(183).Name = "Pads of Destruction "
    OtherItems(184).ID = 243012000
    OtherItems(184).Name = "Pads of Destruction"
    OtherItems(185).ID = 263012000
    OtherItems(185).Name = "Pads of Destruction"
    OtherItems(186).ID = 283012000
    OtherItems(186).Name = "Pads of Destruction"
    OtherItems(187).ID = 202013000
    OtherItems(187).Name = "Helmet of Destruction"
    OtherItems(188).ID = 242013000
    OtherItems(188).Name = "Helmet of Destruction"
    OtherItems(189).ID = 262013000
    OtherItems(189).Name = "Helmet of Destruction"
    OtherItems(190).ID = 282013000
    OtherItems(190).Name = "Helmet of Destruction"
    OtherItems(191).ID = 203014000
    OtherItems(191).Name = "Gauntlet of Destruction "
    OtherItems(192).ID = 243014000
    OtherItems(192).Name = "Gauntlet of Destruction "
    OtherItems(193).ID = 263014000
    OtherItems(193).Name = "Gauntlet of Destruction "
    OtherItems(194).ID = 283014000
    OtherItems(194).Name = "Gauntlet of Destruction "
    OtherItems(195).ID = 203015000
    OtherItems(195).Name = "Boots of Destruction"
    OtherItems(196).ID = 243015000
    OtherItems(196).Name = "Boots of Destruction"
    OtherItems(197).ID = 263015000
    OtherItems(197).Name = "Boots of Destruction"
    OtherItems(198).ID = 283015000
    OtherItems(198).Name = "Boots of Destruction"
    OtherItems(199).ID = 379069000
    OtherItems(199).Name = "Spell of thorn"
    OtherItems(200).ID = 379070000
    OtherItems(200).Name = "Spell of impact"
    OtherItems(201).ID = 910037000
    OtherItems(201).Name = "Good Fortune Fragrant Bag"
    OtherItems(202).ID = 910038000
    OtherItems(202).Name = "Certificate of Duel "
    OtherItems(203).ID = 910039000
    OtherItems(203).Name = "Gem of bravery"
    OtherItems(204).ID = 910040000
    OtherItems(204).Name = "Reconnaissance Map"
    OtherItems(205).ID = 910041000
    OtherItems(205).Name = "Reconnaissance Report"
    OtherItems(206).ID = 910042000
    OtherItems(206).Name = "Bracelet of orc bandit"
    OtherItems(207).ID = 910043000
    OtherItems(207).Name = "Silver cross"
    OtherItems(208).ID = 910044000
    OtherItems(208).Name = "Reconnaissance Order"
    OtherItems(209).ID = 910045000
    OtherItems(209).Name = "Brain of Centaur "
    OtherItems(210).ID = 203021000
    OtherItems(210).Name = "Talia skin"
    OtherItems(211).ID = 243021000
    OtherItems(211).Name = "Talia skin"
    OtherItems(212).ID = 263021000
    OtherItems(212).Name = "Talia skin"
    OtherItems(213).ID = 283021000
    OtherItems(213).Name = "Talia skin"
    OtherItems(214).ID = 910050000
    OtherItems(214).Name = "Order of seven key"
    OtherItems(215).ID = 910051000
    OtherItems(215).Name = "First key"
    OtherItems(216).ID = 910052000
    OtherItems(216).Name = "Second key"
    OtherItems(217).ID = 910053000
    OtherItems(217).Name = "Third key"
    OtherItems(218).ID = 910054000
    OtherItems(218).Name = "Forth key"
    OtherItems(219).ID = 910055000
    OtherItems(219).Name = "Fifth key"
    OtherItems(220).ID = 910056000
    OtherItems(220).Name = "Sixth Key"
    OtherItems(221).ID = 910057000
    OtherItems(221).Name = "Seventh key"
    OtherItems(222).ID = 379071000
    OtherItems(222).Name = "Talisman of Destruction"
    OtherItems(223).ID = 379072000
    OtherItems(223).Name = "Talisman of Talia"
    OtherItems(224).ID = 379073000
    OtherItems(224).Name = "Talisman of Talia"
    OtherItems(225).ID = 379074000
    OtherItems(225).Name = "Talisman of Talia"
    OtherItems(226).ID = 379076000
    OtherItems(226).Name = "Iron bar"
    OtherItems(227).ID = 800002000
    OtherItems(227).Name = "Re-Spawn Teleport Scroll"
    OtherItems(228).ID = 800003000
    OtherItems(228).Name = "STR+ Scroll(Stat)(L)"
    OtherItems(229).ID = 800004000
    OtherItems(229).Name = "HP+ Scroll(Stat)(L)"
    OtherItems(230).ID = 800005000
    OtherItems(230).Name = "DEX+ Scroll(Stat)(L)"
    OtherItems(231).ID = 800006000
    OtherItems(231).Name = "INT+ Scroll(Stat)(L)"
    OtherItems(232).ID = 800007000
    OtherItems(232).Name = "MP+ Scroll(Stat)(L)"
    OtherItems(233).ID = 800008000
    OtherItems(233).Name = "Power of Lion Scroll(Stat)(L)"
    OtherItems(234).ID = 800009000
    OtherItems(234).Name = "150 Defense+ Scroll(L)"
    OtherItems(235).ID = 800010000
    OtherItems(235).Name = "300 Defense+ Scroll(L)"
    OtherItems(236).ID = 800011000
    OtherItems(236).Name = "500 HP+ Scroll(L)"
    OtherItems(237).ID = 800012000
    OtherItems(237).Name = "1000 HP+ Scroll(L)"
    OtherItems(238).ID = 800013000
    OtherItems(238).Name = "1500 HP+ Scroll(L)"
    OtherItems(239).ID = 800014000
    OtherItems(239).Name = "Attack+ Scroll"
    OtherItems(240).ID = 800015000
    OtherItems(240).Name = "Speed+ Potion"
    OtherItems(241).ID = 379077000
    OtherItems(241).Name = "Silan Bone"
    OtherItems(242).ID = 379078000
    OtherItems(242).Name = "Teeth of Bandicoot"
    OtherItems(243).ID = 389078000
    OtherItems(243).Name = "Potion of spirit"
    OtherItems(244).ID = 389079000
    OtherItems(244).Name = "Potion of intelligence"
    OtherItems(245).ID = 389080000
    OtherItems(245).Name = "Potion of sagacity"
    OtherItems(246).ID = 389081000
    OtherItems(246).Name = "Potion of wisdom"
    OtherItems(247).ID = 389082000
    OtherItems(247).Name = "Potion of soul"
    OtherItems(248).ID = 389083000
    OtherItems(248).Name = "Acid potion"
    OtherItems(249).ID = 800019000
    OtherItems(249).Name = "Clarity potion"
    OtherItems(250).ID = 910016000
    OtherItems(250).Name = "bind item"
    OtherItems(251).ID = 910017000
    OtherItems(251).Name = "Bulture Horn"
    OtherItems(252).ID = 910018000
    OtherItems(252).Name = "Scroll of Seal"
    OtherItems(253).ID = 910019000
    OtherItems(253).Name = "Zignon`s Will "
    OtherItems(254).ID = 910020000
    OtherItems(254).Name = "Fang of Wolf Man"
    OtherItems(255).ID = 910021000
    OtherItems(255).Name = "Ork Talisman"
    OtherItems(256).ID = 800021000
    OtherItems(256).Name = "Scroll of teleport friend"
    OtherItems(257).ID = 910022000
    OtherItems(257).Name = "Resurrection Scroll(50)"
    OtherItems(258).ID = 389084000
    OtherItems(258).Name = "MP Shell"
    OtherItems(259).ID = 389085000
    OtherItems(259).Name = "Super MP Shell"
    OtherItems(260).ID = 389086000
    OtherItems(260).Name = "Hyper MP Shell"
    OtherItems(261).ID = 389087000
    OtherItems(261).Name = "durability Shell"
    OtherItems(262).ID = 389088000
    OtherItems(262).Name = "Super durability Shell"
    OtherItems(263).ID = 389089000
    OtherItems(263).Name = "Hyper durability Shell"
    OtherItems(264).ID = 389090000
    OtherItems(264).Name = "HP Shell"
    OtherItems(265).ID = 389091000
    OtherItems(265).Name = "Super HP Shell"
    OtherItems(266).ID = 389092000
    OtherItems(266).Name = "Hyper HP Shell"
    OtherItems(267).ID = 389093000
    OtherItems(267).Name = "HP Scroll "
    OtherItems(268).ID = 389094000
    OtherItems(268).Name = "Defense Scroll "
    OtherItems(269).ID = 389095000
    OtherItems(269).Name = "Resistance Scroll "
    OtherItems(270).ID = 389096000
    OtherItems(270).Name = "Attack Speed Scroll "
    OtherItems(271).ID = 389097000
    OtherItems(271).Name = "Persistent HP Scroll "
    OtherItems(272).ID = 389098000
    OtherItems(272).Name = "Magic Attack Scroll "
    OtherItems(273).ID = 389099000
    OtherItems(273).Name = "Physical Attack Scroll "
    OtherItems(274).ID = 389100000
    OtherItems(274).Name = "Defense Scroll for Ladder Truck"
    OtherItems(275).ID = 389101000
    OtherItems(275).Name = "Catapult Key"
    OtherItems(276).ID = 389102000
    OtherItems(276).Name = "Ram Key"
    OtherItems(277).ID = 389103000
    OtherItems(277).Name = "Ladder Truck Key"
    OtherItems(278).ID = 389104000
    OtherItems(278).Name = "Leader Car Key"
    OtherItems(279).ID = 389105000
    OtherItems(279).Name = "Nova Shell"
    OtherItems(280).ID = 389110000
    OtherItems(280).Name = "Teleport Item"
    OtherItems(281).ID = 389111000
    OtherItems(281).Name = "Stage1 Guard Tower"
    OtherItems(282).ID = 389112000
    OtherItems(282).Name = "Stage2 Guard Tower"
    OtherItems(283).ID = 389113000
    OtherItems(283).Name = "Stage3 Guard Tower"
    OtherItems(284).ID = 389114000
    OtherItems(284).Name = "Stage1 Sentry"
    OtherItems(285).ID = 389115000
    OtherItems(285).Name = "Stage2 Sentry"
    OtherItems(286).ID = 389116000
    OtherItems(286).Name = "Stage3 Sentry"
    OtherItems(287).ID = 800022000
    OtherItems(287).Name = "Duration Item"
    OtherItems(288).ID = 800023000
    OtherItems(288).Name = "STR+ Scroll(Stat)(S)"
    OtherItems(289).ID = 800024000
    OtherItems(289).Name = "HP+ Scroll(Stat)(S)"
    OtherItems(290).ID = 800025000
    OtherItems(290).Name = "DEX+ Scroll(Stat)(S)"
    OtherItems(291).ID = 800026000
    OtherItems(291).Name = "INT+ Scroll(Stat)(S)"
    OtherItems(292).ID = 800027000
    OtherItems(292).Name = "MP+ Scroll(Stat)(S)"
    OtherItems(293).ID = 800028000
    OtherItems(293).Name = "Power of Lion Scroll(Stat)(S)"
    OtherItems(294).ID = 800029000
    OtherItems(294).Name = "150 Defense+ Scroll(S)"
    OtherItems(295).ID = 800030000
    OtherItems(295).Name = "500 HP+ Scroll(S)"
    OtherItems(296).ID = 800031000
    OtherItems(296).Name = "1000 HP+ Scroll(S)"
    OtherItems(297).ID = 800032000
    OtherItems(297).Name = "Name Change Scroll"
    OtherItems(298).ID = 379080000
    OtherItems(298).Name = "Dungeon Key"
    OtherItems(299).ID = 379081000
    OtherItems(299).Name = "Desperation Abyss 10th floor key"
    OtherItems(300).ID = 379082000
    OtherItems(300).Name = "Desperation Abyss 20th floor key"
    OtherItems(301).ID = 379083000
    OtherItems(301).Name = "Hell Abyss 8th floor key"
    OtherItems(302).ID = 379084000
    OtherItems(302).Name = "Hell Abyss 16th floor key"
    OtherItems(303).ID = 379085000
    OtherItems(303).Name = "Key to 50th floor dungeon"
    OtherItems(304).ID = 379086000
    OtherItems(304).Name = "Key to 60th floor dungeon"
    OtherItems(305).ID = 379087000
    OtherItems(305).Name = "Key to 70th floor dungeon"
    OtherItems(306).ID = 379088000
    OtherItems(306).Name = "Key to 80th floor dungeon"
    OtherItems(307).ID = 379089000
    OtherItems(307).Name = "Key to 90th floor dungeon"
    OtherItems(308).ID = 379090000
    OtherItems(308).Name = "Transformation Totem"
    OtherItems(309).ID = 340620000
    OtherItems(309).Name = "Holy Ghost Belt"
    OtherItems(310).ID = 379091000
    OtherItems(310).Name = "Transformation Gem"
    OtherItems(311).ID = 800033000
    OtherItems(311).Name = "HP Rice Cake"
    OtherItems(312).ID = 800034000
    OtherItems(312).Name = "MP Rice Cake"
    OtherItems(313).ID = 800035000
    OtherItems(313).Name = "Speed Up Rice Cake"
    OtherItems(314).ID = 910023000
    OtherItems(314).Name = "Rabbit"
    OtherItems(315).ID = 379092000
    OtherItems(315).Name = "Firecracker"
    OtherItems(316).ID = 379093000
    OtherItems(316).Name = "Transformation Totem"
    OtherItems(317).ID = 379094000
    OtherItems(317).Name = "Firecracker"
    OtherItems(318).ID = 379095000
    OtherItems(318).Name = "Lotto"
    OtherItems(319).ID = 800036000
    OtherItems(319).Name = "60% re-spawn scroll"
    OtherItems(320).ID = 379096000
    OtherItems(320).Name = "Firecracker"
    OtherItems(321).ID = 379097000
    OtherItems(321).Name = "Treasure Chest"
    OtherItems(322).ID = 135620000
    OtherItems(322).Name = "Chinese Flag"
    OtherItems(323).ID = 800037000
    OtherItems(323).Name = "Bronze Premum Service"
    OtherItems(324).ID = 800038000
    OtherItems(324).Name = "Silver Premium Service"
    OtherItems(325).ID = 800080000
    OtherItems(325).Name = "Platinum premium package"
    OtherItems(326).ID = 800880000
    OtherItems(326).Name = "ppp"
    OtherItems(327).ID = 700001000
    OtherItems(327).Name = "Redistribution Item"
    OtherItems(328).ID = 379098000
    OtherItems(328).Name = "Sweeping Potion"
    OtherItems(329).ID = 379099000
    OtherItems(329).Name = "Magic Hammer"
    OtherItems(330).ID = 379100000
    OtherItems(330).Name = "Wolf`s Heart"
    OtherItems(331).ID = 379101000
    OtherItems(331).Name = "Abyss Holy Water(S)"
    OtherItems(332).ID = 379102000
    OtherItems(332).Name = "Abyss Holy Water(M)"
    OtherItems(333).ID = 379103000
    OtherItems(333).Name = "Abyss Holy Water(L)"
    OtherItems(334).ID = 379104000
    OtherItems(334).Name = "Abyss Blessing"
    OtherItems(335).ID = 379105000
    OtherItems(335).Name = "Abyss Fire"
    OtherItems(336).ID = 379106000
    OtherItems(336).Name = "Abyss Gem"
    OtherItems(337).ID = 379107000
    OtherItems(337).Name = "Gold Coin"
    OtherItems(338).ID = 379108000
    OtherItems(338).Name = "Green Pearl"
    OtherItems(339).ID = 135621000
    OtherItems(339).Name = "Gold Trophy"
    OtherItems(340).ID = 135622000
    OtherItems(340).Name = "Silver Trophy"
    OtherItems(341).ID = 135623000
    OtherItems(341).Name = "Bronze Trophy"
    OtherItems(342).ID = 379109000
    OtherItems(342).Name = "Silver Coin"
    OtherItems(343).ID = 379110000
    OtherItems(343).Name = "Bronze Coin"
    OtherItems(344).ID = 379111000
    OtherItems(344).Name = "Key of Hell"
    OtherItems(345).ID = 379112000
    OtherItems(345).Name = "Abyss Eye"
    OtherItems(346).ID = 379113000
    OtherItems(346).Name = "Abyss Wing"
    OtherItems(347).ID = 379114000
    OtherItems(347).Name = "Abyss Lullaby"
    OtherItems(348).ID = 700002000
    OtherItems(348).Name = "Trina`s Piece"
    OtherItems(349).ID = 379147000
    OtherItems(349).Name = "Wedding Ring"
    OtherItems(350).ID = 379130000
    OtherItems(350).Name = "Event Firecracker"
    OtherItems(351).ID = 379131000
    OtherItems(351).Name = "Red Envelope"
    OtherItems(352).ID = 379132000
    OtherItems(352).Name = "Christmas Present"
    OtherItems(353).ID = 379133000
    OtherItems(353).Name = "Snowman"
    OtherItems(354).ID = 379134000
    OtherItems(354).Name = "Snowman(El Morad)"
    OtherItems(355).ID = 379135000
    OtherItems(355).Name = "Snowman(Karus)"
    OtherItems(356).ID = 910031000
    OtherItems(356).Name = "Christmas Cross"
    OtherItems(357).ID = 379137000
    OtherItems(357).Name = "Flower Firecracker"
    OtherItems(358).ID = 379138000
    OtherItems(358).Name = "Dispell Scroll(Light) (High Class Item)"
    OtherItems(359).ID = 379139000
    OtherItems(359).Name = "Dispell Scroll(Glacier) (High Class Item)"
    OtherItems(360).ID = 379140000
    OtherItems(360).Name = "Dispell Scroll(Fire) (High Class Item)"
    OtherItems(361).ID = 379141000
    OtherItems(361).Name = "Dispell Scroll(Light) (High Class Item)"
    OtherItems(362).ID = 800050000
    OtherItems(362).Name = "Mount Scroll"
    OtherItems(363).ID = 379142000
    OtherItems(363).Name = "New Year Lottery "
    OtherItems(364).ID = 800051000
    OtherItems(364).Name = "Ascent Scroll"
    OtherItems(365).ID = 379143000
    OtherItems(365).Name = "Flour"
    OtherItems(366).ID = 379144000
    OtherItems(366).Name = "Vegetable"
    OtherItems(367).ID = 379145000
    OtherItems(367).Name = "Meat"
    OtherItems(368).ID = 379146000
    OtherItems(368).Name = "Fish"
    OtherItems(369).ID = 800052000
    OtherItems(369).Name = "Vegetable Dumplings"
    OtherItems(370).ID = 800053000
    OtherItems(370).Name = "Normal Dumplings"
    OtherItems(371).ID = 800054000
    OtherItems(371).Name = "Fish Dumplings"
    OtherItems(372).ID = 910036000
    OtherItems(372).Name = "Scale"
    OtherItems(373).ID = 379151000
    OtherItems(373).Name = "Fortune Pouch"
    OtherItems(374).ID = 700004000
    OtherItems(374).Name = "Monster Summon Staff"
    OtherItems(375).ID = 800055000
    OtherItems(375).Name = "Cake"
    OtherItems(376).ID = 800061000
    OtherItems(376).Name = "Weapon Enchant Scroll"
    OtherItems(377).ID = 800062000
    OtherItems(377).Name = "Armor Enchant Scroll"
    OtherItems(378).ID = 800063000
    OtherItems(378).Name = "Stat Scroll"
    OtherItems(379).ID = 910080000
    OtherItems(379).Name = "Love Letter"
    OtherItems(380).ID = 910081000
    OtherItems(380).Name = "Telegram"
    OtherItems(381).ID = 125070000
    OtherItems(381).Name = "Two-Handed Training Sword"
    OtherItems(382).ID = 111470000
    OtherItems(382).Name = "Training Knife"
    OtherItems(383).ID = 161470000
    OtherItems(383).Name = "Training Bow"
    OtherItems(384).ID = 181480000
    OtherItems(384).Name = "Training Staff"
    OtherItems(385).ID = 191470000
    OtherItems(385).Name = "Training Mace"
    OtherItems(386).ID = 910082000
    OtherItems(386).Name = "Asga Fruit"
    OtherItems(387).ID = 910083000
    OtherItems(387).Name = "Cardinal Jewel "
    OtherItems(388).ID = 910084000
    OtherItems(388).Name = "Secret Scroll of Dark Lunar"
    OtherItems(389).ID = 910085000
    OtherItems(389).Name = "Secret Scroll of Lunar"
    OtherItems(390).ID = 910086000
    OtherItems(390).Name = "BBQ Dish"
    OtherItems(391).ID = 910087000
    OtherItems(391).Name = "Ring"
    OtherItems(392).ID = 392011000
    OtherItems(392).Name = "Pincers Poison"
    OtherItems(393).ID = 910089000
    OtherItems(393).Name = "Instrument"
    OtherItems(394).ID = 392012000
    OtherItems(394).Name = "Undying Bone"
    OtherItems(395).ID = 910090000
    OtherItems(395).Name = "El Morad Symbol "
    OtherItems(396).ID = 910091000
    OtherItems(396).Name = "Karus Symbol "
    OtherItems(397).ID = 800064000
    OtherItems(397).Name = "Leader's Guardian [Karus 5]"
    OtherItems(398).ID = 800065000
    OtherItems(398).Name = "Leader's Guardian [El Morad 5]"
    OtherItems(399).ID = 800066000
    OtherItems(399).Name = "Co-Leader's Guardian [Karus 5]"
    OtherItems(400).ID = 800067000
    OtherItems(400).Name = "Co-Leader's Guardian [El Morad 5]"
    OtherItems(401).ID = 800068000
    OtherItems(401).Name = "Leader's Guardian [Karus 5]"
    OtherItems(402).ID = 800069000
    OtherItems(402).Name = "Leader's Guardian [El Morad 5]"
    OtherItems(403).ID = 800070000
    OtherItems(403).Name = "Co-Leader's Guardian [Karus 5]"
    OtherItems(404).ID = 800071000
    OtherItems(404).Name = "Co-Leader's Guardian [El Morad 5]"
    OtherItems(405).ID = 389155000
    OtherItems(405).Name = "Weapon Enchant Scroll"
    OtherItems(406).ID = 389156000
    OtherItems(406).Name = "Armor Enchant Scroll"
    OtherItems(407).ID = 910092000
    OtherItems(407).Name = "Branch of a Wooden Ghost"
    OtherItems(408).ID = 389158000
    OtherItems(408).Name = "Energy Rock"
    OtherItems(409).ID = 320120000
    OtherItems(409).Name = "Necklace of Life"
    OtherItems(410).ID = 379159000
    OtherItems(410).Name = "Accessory Compound Scroll "
    OtherItems(411).ID = 379160000
    OtherItems(411).Name = "Accessory Enchant Scroll(STR)"
    OtherItems(412).ID = 379161000
    OtherItems(412).Name = "Accessory Enchant Scroll(HP)"
    OtherItems(413).ID = 379162000
    OtherItems(413).Name = "Accessory Enchant Scroll(DEX)"
    OtherItems(414).ID = 379163000
    OtherItems(414).Name = "Accessory Enchant Scroll(INT)"
    OtherItems(415).ID = 379164000
    OtherItems(415).Name = "Accessory Enchant Scroll(MP)"
    OtherItems(416).ID = 910111000
    OtherItems(416).Name = "Monster Summon Staff(Event)"
    OtherItems(417).ID = 800076000
    OtherItems(417).Name = "Scroll of Armor 350"
    OtherItems(418).ID = 800078000
    OtherItems(418).Name = "HP Scroll 2000"
    OtherItems(419).ID = 379205000
    OtherItems(419).Name = "Upgrade Scroll (Middle Class item)"
    OtherItems(420).ID = 379206000
    OtherItems(420).Name = "Enchant Scroll(STR) (Middle Class item)"
    OtherItems(421).ID = 379208000
    OtherItems(421).Name = "Enchant Scroll(HP) (Middle Class item)"
    OtherItems(422).ID = 379209000
    OtherItems(422).Name = "Enchant Scroll(DEX) (Middle Class item)"
    OtherItems(423).ID = 379210000
    OtherItems(423).Name = "Enchant Scroll(INT) (Middle Class item)"
    OtherItems(424).ID = 379211000
    OtherItems(424).Name = "Enchant Scroll(MAGIC) (Middle Class item)"
    OtherItems(425).ID = 379212000
    OtherItems(425).Name = "Immune Scroll (Middle Class item)"
    OtherItems(426).ID = 379213000
    OtherItems(426).Name = "Reduce Scroll (Middle Class item)"
    OtherItems(427).ID = 379214000
    OtherItems(427).Name = "Elemental Scroll (Middle Class item)"
    OtherItems(428).ID = 379215000
    OtherItems(428).Name = "Dispell Scroll(Fire) (Middle Class item)"
    OtherItems(429).ID = 379216000
    OtherItems(429).Name = "Dispell Scroll(Glacier) (Middle Class item)"
    OtherItems(430).ID = 379217000
    OtherItems(430).Name = "Dispell Scroll(Light) (Middle Class item)"
    OtherItems(431).ID = 379218000
    OtherItems(431).Name = "Dispell Scroll(Glacier) (Middle Class item)"
    OtherItems(432).ID = 379219000
    OtherItems(432).Name = "Dispell Scroll(Fire) (Middle Class item)"
    OtherItems(433).ID = 379220000
    OtherItems(433).Name = "Dispell Scroll(Light) (Middle Class item)"
    OtherItems(434).ID = 379221000
    OtherItems(434).Name = "Upgrade Scroll (Low Class item)"
    OtherItems(435).ID = 379222000
    OtherItems(435).Name = "Enchant Scroll(STR) (Low Class item)"
    OtherItems(436).ID = 379223000
    OtherItems(436).Name = "Enchant Scroll(HP) (Low Class item)"
    OtherItems(437).ID = 379224000
    OtherItems(437).Name = "Enchant Scroll(DEX) (Low Class item)"
    OtherItems(438).ID = 379225000
    OtherItems(438).Name = "Enchant Scroll(INT) (Low Class item)"
    OtherItems(439).ID = 379226000
    OtherItems(439).Name = "Enchant Scroll(MAGIC) (Low Class item)"
    OtherItems(440).ID = 379227000
    OtherItems(440).Name = "Immune Scroll (Low Class item)"
    OtherItems(441).ID = 379228000
    OtherItems(441).Name = "Reduce Scroll (Low Class item)"
    OtherItems(442).ID = 379229000
    OtherItems(442).Name = "Elemental Scroll (Low Class item)"
    OtherItems(443).ID = 379230000
    OtherItems(443).Name = "Dispell Scroll(Fire) (Low Class item)"
    OtherItems(444).ID = 379231000
    OtherItems(444).Name = "Dispell Scroll(Glacier) (Low Class item)"
    OtherItems(445).ID = 379232000
    OtherItems(445).Name = "Dispell Scroll(Light) (Low Class item)"
    OtherItems(446).ID = 379233000
    OtherItems(446).Name = "Dispell Scroll(Glacier) (Low Class item)"
    OtherItems(447).ID = 379234000
    OtherItems(447).Name = "Dispell Scroll(Fire) (Low Class item)"
    OtherItems(448).ID = 379235000
    OtherItems(448).Name = "Dispell Scroll(Light) (Low Class item)"
    OtherItems(449).ID = 800091000
    OtherItems(449).Name = "Scroll of Advanced Strength"
    OtherItems(450).ID = 800092000
    OtherItems(450).Name = "Scroll of Advanced Health"
    OtherItems(451).ID = 800093000
    OtherItems(451).Name = "Scroll of Advanced Dexterity"
    OtherItems(452).ID = 800094000
    OtherItems(452).Name = "Scroll of Advanced Lion Strength"
    OtherItems(453).ID = 910139000
    OtherItems(453).Name = "Scroll of Armor 300"
    OtherItems(454).ID = 910140000
    OtherItems(454).Name = "HP Scroll 1500"
    OtherItems(455).ID = 910141000
    OtherItems(455).Name = "Scroll of Attack"
    OtherItems(456).ID = 910142000
    OtherItems(456).Name = "Haste Potion"
    OtherItems(457).ID = 330620000
    OtherItems(457).Name = "Ring of the Felankor"
    OtherItems(458).ID = 800081000
    OtherItems(458).Name = "Green Rice Cake (large)"
    OtherItems(459).ID = 800082000
    OtherItems(459).Name = "Pink Rice Cake (large)"
    OtherItems(460).ID = 910143000
    OtherItems(460).Name = "Logos's Shout"
    OtherItems(461).ID = 379253000
    OtherItems(461).Name = "Skeleton"
    OtherItems(462).ID = 810077000
    OtherItems(462).Name = "Speed-Up Potion"
    OtherItems(463).ID = 810078000
    OtherItems(463).Name = "Scroll of Armor 300"
    OtherItems(464).ID = 810079000
    OtherItems(464).Name = "HP Scroll 1500"
    OtherItems(465).ID = 810080000
    OtherItems(465).Name = "Scroll of Armor 350"
    OtherItems(466).ID = 810081000
    OtherItems(466).Name = "HP Scroll 2000"
    OtherItems(467).ID = 379270000
    OtherItems(467).Name = "Smirdon Meat"
    OtherItems(468).ID = 379271000
    OtherItems(468).Name = "Smirdon Hide"
    OtherItems(469).ID = 379272000
    OtherItems(469).Name = "Silver Feather"
    OtherItems(470).ID = 379273000
    OtherItems(470).Name = "Animal Blood"
    OtherItems(471).ID = 379274000
    OtherItems(471).Name = "Rotten Eye"
    OtherItems(472).ID = 379275000
    OtherItems(472).Name = "Coarse Ground Bone"
    OtherItems(473).ID = 379276000
    OtherItems(473).Name = "Oath of Darkness"
    End IF
    PowerStyLe
    PowerStyLe
    Bronze Master
    Bronze Master


    Mesaj Sayısı : 27
    Kayıt tarihi : 04/02/10
    Yaş : 44
    Nerden : PowerKo

    Detaylı Oto Kutu Yapımı Empty Geri: Detaylı Oto Kutu Yapımı

    Mesaj tarafından PowerStyLe Perş. Şub. 04, 2010 12:46 am

    Oto Kutu Gercekden GüzeL ...!

    Herkez İstedigini Seçip Kendine Görede YapabiLir..!

    + RL
    ImAnqRy
    ImAnqRy
    ReaL Koxp Forum Kurucusu
    ReaL Koxp Forum Kurucusu


    Mesaj Sayısı : 56
    Kayıt tarihi : 21/01/10
    Yaş : 34
    Nerden : GeLcenMy _?

    Cüzdan
    RL [ ReaL Lira ] RL [ ReaL Lira ]: 120

    Detaylı Oto Kutu Yapımı Empty Geri: Detaylı Oto Kutu Yapımı

    Mesaj tarafından ImAnqRy Perş. Şub. 04, 2010 1:37 pm

    Ewet Ondan Hazır Wermedim Herkes SLota Göre Ayarlar Wink
    ImLaZy
    ImLaZy
    Easy Master
    Easy Master


    Mesaj Sayısı : 10
    Kayıt tarihi : 04/02/10
    Yaş : 35
    Nerden : qLcenMy ??

    Detaylı Oto Kutu Yapımı Empty Geri: Detaylı Oto Kutu Yapımı

    Mesaj tarafından ImLaZy Perş. Şub. 04, 2010 3:19 pm

    Bende Yapmaya Çalışıyorum Eyw..
    PowerStyLe
    PowerStyLe
    Bronze Master
    Bronze Master


    Mesaj Sayısı : 27
    Kayıt tarihi : 04/02/10
    Yaş : 44
    Nerden : PowerKo

    Detaylı Oto Kutu Yapımı Empty Geri: Detaylı Oto Kutu Yapımı

    Mesaj tarafından PowerStyLe Perş. Şub. 04, 2010 8:22 pm

    ImLaZy Forumda DevamLı TakıLırsan Çözersin DersLer Geliyor Her Gn Very Happy

      Forum Saati Cuma Mayıs 17, 2024 3:53 am