antiblock
Cyphriun

Luffy

Membro
  • Content Count

    177
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Luffy

  1. Olá. A source do addictmt2 é 40k sem modificações algumas. Para tal podes utilizar uma limpa
  2. Luffy

    ITENS MT2

    Edita o item ao seu gosto e depois colocar na loja Videos ensinando a editar os itens para ficar com os add fixo Cliente Servidor Espero que seja isso oque você procura
  3. se você não tiver ocupado e quir disponibilizar, eu agradeço
  4. Obrigado, na hora que você posto a tradução você falo parte das files, você vai postar a parte do cliente também ou é só a parte das files mesmo?
  5. Obrigado por partilhares Tradução pt/pt ou pt/br?
  6. Luffy

    Tradução

    oque você foi trocando só a tradução os as linha completa?
  7. Fica dica http://www.superanimes.com/major-s1
  8. Sem nada na syserr do client print
  9. 0625 23:51:45979 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0625 23:51:58250 :: uiInventory.py(line:313) __LoadWindow ui.py(line:2704) GetChild InventoryWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'Inventory_Tab_03' 0625 23:51:58250 :: ============================================================================================================ 0625 23:51:58250 :: Abort!!!!
  10. oq eu deveria fazer então troca o seu inventorywindow pelo meu?
  11. o seu tem apenas 2 inventario fica abaixo o meu com os 5 inventários import uiScriptLocale import item EQUIPMENT_START_INDEX = 225 window = { "name" : "InventoryWindow", ## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px) "x" : SCREEN_WIDTH - 176, "y" : SCREEN_HEIGHT - 37 - 565, "style" : ("movable", "float",), "width" : 176, "height" : 565, "children" : ( ## Inventory, Equipment Slots { "name" : "board", "type" : "board", "style" : ("attach",), "x" : 0, "y" : 0, "width" : 176, "height" : 565, "children" : ( ## Title { "name" : "TitleBar", "type" : "titlebar", "style" : ("attach",), "x" : 8, "y" : 7, "width" : 161, "color" : "yellow", "children" : ( { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, ), }, ## Equipment Slot { "name" : "Equipment_Base", "type" : "image", "x" : 10, "y" : 33, "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", "children" : ( { "name" : "EquipmentSlot", "type" : "slot", "x" : 3, "y" : 3, "width" : 150, "height" : 182, "slot" : ( {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, ## »õ ¹ÝÁö1 {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, ## »õ ¹ÝÁö2 {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, ## »õ º§Æ® {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, ), }, ## Dragon Soul Button { "name" : "DSSButton", "type" : "button", "x" : 114, "y" : 107, "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", }, ## MallButton { "name" : "MallButton", "type" : "button", "x" : 118, "y" : 148, "tooltip_text" : uiScriptLocale.MALL_TITLE, "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", }, ## CostumeButton { "name" : "CostumeButton", "type" : "button", "x" : 78, "y" : 5, "tooltip_text" : uiScriptLocale.COSTUME_TITLE, "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", }, { "name" : "Equipment_Tab_01", "type" : "radio_button", "x" : 86, "y" : 161, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "children" : ( { "name" : "Equipment_Tab_01_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "I", }, ), }, { "name" : "Equipment_Tab_02", "type" : "radio_button", "x" : 86 + 32, "y" : 161, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "children" : ( { "name" : "Equipment_Tab_02_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "II", }, ), }, ), }, { "name" : "Inventory_Tab_01", "type" : "radio_button", "x" : 7, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, "children" : ( { "name" : "Inventory_Tab_01_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "I", }, ), }, { "name" : "Inventory_Tab_02", "type" : "radio_button", "x" : 7 + 32, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, "children" : ( { "name" : "Inventory_Tab_02_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "II", }, ), }, { "name" : "Inventory_Tab_03", "type" : "radio_button", "x" : 7 + 32*2, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_3, "children" : ( { "name" : "Inventory_Tab_03_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "III", }, ), }, { "name" : "Inventory_Tab_04", "type" : "radio_button", "x" : 7 + 32*3, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_4, "children" : ( { "name" : "Inventory_Tab_04_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "IV", }, ), }, { "name" : "Inventory_Tab_05", "type" : "radio_button", "x" : 7 + 32*4, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_5, "children" : ( { "name" : "Inventory_Tab_05_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "V", }, ), }, ## Item Slot { "name" : "ItemSlot", "type" : "grid_table", "x" : 8, "y" : 246, "start_index" : 0, "x_count" : 5, "y_count" : 9, "x_step" : 32, "y_step" : 32, "image" : "d:/ymir work/ui/public/Slot_Base.sub" }, ## Print { "name":"Money_Slot", "type":"button", "x":8, "y":28, "horizontal_align":"center", "vertical_align":"bottom", "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "children" : ( { "name":"Money_Icon", "type":"image", "x":-18, "y":2, "image":"d:/ymir work/ui/game/windows/money_icon.sub", }, { "name" : "Money", "type" : "text", "x" : 3, "y" : 3, "horizontal_align" : "right", "text_horizontal_align" : "right", "text" : "123456789", }, ), }, ), }, ), }
  12. Novos Links: https://goo.gl/ATzY7h maxfilmeshd.ml
  13. Boas pessoal do cyber, venho-vos convidar a visitar o Max Filmes HD. https://goo.gl/WxUCKo Este site foi criado em 2017 com intuito de trazer filmes e series online legendados e dubladas em português . O site já conta com mais de 44 filmes e 22 series e é atualizado diariamente. Todos publicados com a máxima qualidade achada Podem ver vários episódios na mesma página, avaliar e comentar. Site é novo mas podem fazer o pedido de filme ou serie que sera postado o mas rápido possível Obrigado
  14. pela data do tópico Postado Abril 14, 2012 acho difícil algum upar as imagens talvez algum que tenha o router zonhub e tenha tampo possa ate fazer isso mas recomendo procurar por um tutorial mas atual
  15. Luffy

    Anituga HD

    @Kaz90 esse é um bom site que vc pode tirar os eps de One Piece https://one-piece-x.com.br/episodios/
  16. Queria um Logo,Capa e foto de perfil para minha pagina no facebook Ex de logo com o nome Max Filmes HD Capa pode usar o tema de filmes e series com esse mesmo nome Foto de perfil pode ser usados os mesmo temas acho que é se tópico tiver incompleto avisa onde tenho que melhorar
  17. Version 1.0.0

    244 downloads

    Links para baixar a Best_Production v1.6 - Official Serverfiles 2017 Senha para extrair luffy
  18. Nesta dica demonstraremos como utilizar comandos simples para compactar e descompactar arquivos tar.gz. Comando essencial para quem acessa computadores com linux por SSH, servidores de hospedagem, ou mesmo quem aprecia o Terminal. tar é o comando para manipular arquivos .tar. O hífen com diversas letras são parâmetros, onde cada letra significa uma função específica: -x (eXtract) é para extrair os dados do arquivo .tar.gz (usado apenas para descompactar). -c (Create) é para criar um arquivo tar (usado apenas para compactar). -z (gZip) é para manipular o arquivo .tar.gz em GZip. -v (Verbose) é para mostrar os arquivos conforme o tar os manipula. Quando estiver em uma conexão SSH lenta, você pode retirar este comando para não receber a lista completa de arquivos que foram compactados/descompactados. -f (File) é para definir que estamos trabalhando com arquivos, e não com uma fita ou outro dispositivo. Descompactando um arquivo tar.gz 1. Acesse o diretório que possui o arquivo; 2. Digite o comando: tar -xzvf arquivo.tar.gz Compactando um arquivo tar.gz 1. Acesse o diretório onde se encontra o arquivo ou o diretório que deseja compactar; 2. Digite o comando: tar -czvf arquivo.tar.gz pasta Nada que um pouco de procura na net não ache a sua solução
  19. Necessário para compilar a source: FreeBSD 9.3 Pacotes: gmake makedepend Comandos para compilar a source em: cd mainline/Server Compilar game: gmake -B game Compilar db: gmake -B db Compilar libs: gmake -B libs Compilar tudo: gmake all Limpar projetos: gmake clean Link: http://www.linkbucks.com/AlO7X PASS: [Removido] VirusTotal: https://www.virustotal.com/pt/url/6ff90a1da2f87787159d6fc188c906938bda971761dff0e5d8865536f74f8f09/analysis/1493522125/ Upload by Luffy Nunca achei a source bin se algum a tiver bote para download Se ajudei não esqueça o
  20. Eu comprei mas espaço no mega só para poder hospedar os arquivos e o € venho desses mesmo links ninguém faz nada de graça
  21. Eu sei vc pego meu link passo pelas propagandas e posto ele aki se vc tive se baixado e postado eu nem daria bola mas como link era meu,eu só tirei do ar
  22. muito obg eu coloco link on e inda vem e tira por causa de propagandas? então baixa e hospeda vc
  23. Necessário para compilar a source: FreeBSD 9.3 Pacotes: gmake makedepend Comandos para compilar a source em: cd mainline/Server Compilar game: gmake -B game Compilar db: gmake -B db Compilar libs: gmake -B libs Compilar tudo: gmake all Limpar projetos: gmake clean Link: http://www.linkbucks.com/AlO7X VirusTotal: https://www.virustotal.com/pt/url/6ff90a1da2f87787159d6fc188c906938bda971761dff0e5d8865536f74f8f09/analysis/1493522125/ Upload by Luffy Nunca achei a source bin se algum a tiver bote para download Se ajudei não esqueça o