Jump to content

-YC-

Miembro
  • Contador contenido

    274
  • Ingreso

  • Última visita

  • Días ganados

    15

Todo lo publicado por -YC-

  1. Prueba con este: y fíjate si en el locale_game de tus locales tienes esto : TOOLTIP_ENERGY Energía %d SA Si no pues pónselo xD Lo de la moneda agrega esto en taskbar.py de los locales después de ## Gauge { "name" : "Gauge_Board", "type" : "image", "x" : 0, "y" : -10 + Y_ADD_POSITION, "image" : ROOT + "taskbar/gauge.sub", "children" : ( { "name" : "RampageGauge", "type" : "ani_image", "x" : 8, "y" : 4, "width" : 40, "height" : 40, "delay" : 6, "images" : ( "locale/de/ui/Mall/00.sub", "locale/de/ui/Mall/01.sub", "locale/de/ui/Mall/02.sub", "locale/de/ui/Mall/03.sub", "locale/de/ui/Mall/04.sub", "locale/de/ui/Mall/05.sub", "locale/de/ui/Mall/06.sub", "locale/de/ui/Mall/07.sub", "locale/de/ui/Mall/08.sub", "locale/de/ui/Mall/09.sub", "locale/de/ui/Mall/11.sub", "locale/de/ui/Mall/12.sub", "locale/de/ui/Mall/13.sub", "locale/de/ui/Mall/14.sub", "locale/de/ui/Mall/15.sub", "locale/de/ui/Mall/16.sub", ) }, { "name" : "RampageGauge2", "type" : "ani_image", "x" : 8, "y" : 4, "width" : 40, "height" : 40, "delay" : 6, "images" : ( "locale/de/ui/Mall/00.sub", "locale/de/ui/Mall/01.sub", "locale/de/ui/Mall/02.sub", "locale/de/ui/Mall/03.sub", "locale/de/ui/Mall/04.sub", "locale/de/ui/Mall/05.sub", "locale/de/ui/Mall/06.sub", "locale/de/ui/Mall/07.sub", "locale/de/ui/Mall/08.sub", "locale/de/ui/Mall/09.sub", "locale/de/ui/Mall/11.sub", "locale/de/ui/Mall/12.sub", "locale/de/ui/Mall/13.sub", "locale/de/ui/Mall/14.sub", "locale/de/ui/Mall/15.sub", "locale/de/ui/Mall/16.sub", ) },
  2. Hola amigos me ha surgido un problema con mi db en la tabla account, al hacer una cuenta por la pagina se crea bien pero no se genera el numero en la casilla "id" y al no generarse no me deja acceder a la cuenta en el juego a que se debe este problema? me sale esto; http://prntscr.com/5ebsuk cuando abro la tabla account, alguien que me ayude???
  3. -YC-

    Evento de navidad

    Woow hermoso :3 una pregunta y para que en vez de puntos por así decirlo "invisibles" los quiero cambiar por un item X se tiene que cambiar el Navidadpoint?
  4. GUÍA: 1.-Descarga los archivos descomprime, habré tu conexión de ftp ve a la ruta /usr/home/game/share/locale/XXX/map y en carpeta del rar hay una carpeta llamada caza_by_ares subela a la ftp en la ruta ya mencionada y dale permisos 777 2.-Después en la misma ruta busca el archivo Index, ábrelo ve al final das enter y pones 351[TAB]caza_by_ares o cualquier número ya que este servirá como index ejemplo 351 o el que tu quieras revisando que no se repita de ahí guardas 3.- De ahí ve a los CONFIG de tus canales y donde dice MAP_ALLOW: hay varios números vas hasta el ultimo y pones el número de Index que has puesto anteriormente y guardas. 4.-Metes la quest en usr/home/game/share/locale/XXX/quest vas a tu consola y escribes /home/game/quest ENTER y ./qc caza.quest PARTE DEL CLIENTE: 5.-Descompila roots y locales, ve a los roots y busca el archivo atlasinfo y abres bajas a lo ultimo y pones caza_by_ares 95115500 59165100 3 5 y guardas. 6.-Vas a los locales a la ruta locale/xx/ y abres el archivo atlasinfo y pones lo mismo caza_by_ares 95115500 59165100 3 5 y guardas. 7.-Compila roots y locales y los subes a tu cliente de ahí también pasas los archivos .epk y .eix de la descarga y buscas en la carpeta /pack/ el archivo Index lo abres y después de un * das enter y pones metin2_map_by_ares_tex * caza_by_ares * patch_tree * y guardas. 8.-Vas a tu server y das reboot y listo. Recuerda editar la quest para cambiar el ID del item o npc GUÍA HECHA POR: Yhair :3
  5. perdón me sale este error de syserr y la quest no me anda bien cambie el npc y le doy click y no me habré voy al mapa y todo está en negro :v 1127 22:56:05209 :: NOT_FOUND_GLOBAL_POSITION(95165100, 59165100)
  6. Ya es tu decisión si los deseas compartir siempre y cuando obviamente les den créditos o si no puedes reportar el post
  7. Es para aprender python? pensé que era el loader de .py o_o osea que ya no había necesidad de poner un def en game.py etc. etc. xD
  8. xD perdón por el doble post he hecho está es mas corta que la de ares, está solamente le das click izquierdo y te da el bonus ya no te salta el texto BLA BLA BLA Tuve un error me falto un "end" quest piruleta_yagami beginstate start beginwhen VNUMITEM.use begin affect.add_collect(apply.MAX_HP, 500, 60*12)affect.add_collect(apply.CRITICAL_PCT, 10, 60*12)pc.remove_item("VNUMITEM", 1)chat("Has usado el poder de tu piruleta!")endendend
  9. SI te dejo la tabla básica: ["MAX_HP"] = 1, ["MAX_SP"] = 2, ["CON"] = 3, ["INT"] = 4, ["STR"] = 5, ["DEX"] = 6, ["ATT_SPEED"] = 7, ["MOV_SPEED"] = 8, ["CAST_SPEED"] = 9, ["HP_REGEN"] = 10, ["SP_REGEN"] = 11, ["POISON_PCT"] = 12, ["STUN_PCT"] = 13, ["SLOW_PCT"] = 14, ["CRITICAL_PCT"] = 15, ["PENETRATE_PCT"] = 16, ["ATTBONUS_HUMAN"] = 17, ["ATTBONUS_ANIMAL"] = 18, ["ATTBONUS_ORC"] = 19, ["ATTBONUS_MILGYO"] = 20, ["ATTBONUS_UNDEAD"] = 21, ["ATTBONUS_DEVIL"] = 22, ["STEAL_HP"] = 23, ["STEAL_SP"] = 24, ["MANA_BURN_PCT"] = 25, ["DAMAGE_SP_RECOVER"] = 26, ["BLOCK"] = 27, ["DODGE"] = 28, ["RESIST_SWORD"] = 29, ["RESIST_TWOHAND"] = 30, ["RESIST_DAGGER"] = 31, ["RESIST_BELL"] = 32, ["RESIST_FAN"] = 33, ["RESIST_BOW"] = 34, ["RESIST_FIRE"] = 35, ["RESIST_ELEC"] = 36, ["RESIST_MAGIC"] = 37, ["RESIST_WIND"] = 38, ["REFLECT_MELEE"] = 39, ["REFLECT_CURSE"] = 40, ["POISON_REDUCE"] = 41, ["KILL_SP_RECOVER"] = 42, ["EXP_DOUBLE_BONUS"] = 43, ["GOLD_DOUBLE_BONUS"] = 44, ["ITEM_DROP_BONUS"] = 45, ["POTION_BONUS"] = 46, ["KILL_HP_RECOVER"] = 47, ["IMMUNE_STUN"] = 48, ["IMMUNE_SLOW"] = 49, ["IMMUNE_FALL"] = 50, ["SKILL"] = 51, ["BOW_DISTANCE"] = 52, ["ATT_GRADE_BONUS"] = 53, ["DEF_GRADE_BONUS"] = 54, ["MAGIC_ATT_GRADE"] = 55, ["MAGIC_DEF_GRADE"] = 56, ["CURSE_PCT"] = 57, ["MAX_STAMINA"] = 58, ["ATTBONUS_WARRIOR"] = 59, ["ATTBONUS_ASSASSIN"] = 60, ["ATTBONUS_SURA"] = 61, ["ATTBONUS_SHAMAN"] = 62, ["ATTBONUS_MONSTER"] = 63, ["MALL_EXPBONUS"] = 66, ["MAX_HP_PCT"] = 69, ["MAX_SP_PCT"] = 70, ["MALL_DEFBONUS"] = 65, ["NORMAL_HIT_DEFEND_BONUS"] = 74,
  10. Créditos? Es de rated esa montura shogun
  11. los msm están mal revisalos están en el root assasin_m.msm warrior_m.msm etc
  12. Si lees bien dice que al colocar de nuevo el item_proto original no sale el problema
  13. Hola amigos quería saber cual seria el problema o el por que cuando edito el item_proto 40k lo compilo entro al cliente y arrastro una bendición a un item para mejorar aparece en rojo como si no se pudiera mejorar lo suelto y no abre la ventana de mejora, pero vuelvo a poner el proto original y su sirve alguien me podría ayudar uso el archiver de metin2dev
  14. -YC-

    Iconos .tga

    Guardalo en 32 en .png descarga paint.net abre el .npg y dale guardar y te dará la opción de guardar en .tga sin fondo
  15. Hola alguien sabría que es lo que ocasiona este error en putty? /usr/home/game/share/locale/israel/quest/questlib.lua:2061: `)' expected near `==' he puesto la questlib de say de colores he puesto este código solamente y me bota ese error -- poXavincS from first published to elitepvpers.com-- 19/11/.12SAY = {}SAY.__index = SAYfunction SAY.color(name,rgb == nil,_or == nil) ::start:: cssColors = { "AliceBlue" = {240,248,255}, "AntiqueWhite" = {250,235,215}, "Aqua" = {0,255,255}, "Aquamarine" = {127,255,212}, "Azure" = {240,255,255}, "Beige" = {245,245,220}, "Bisque" = {255,228,196}, "Black" = {0,0,0}, "BlanchedAlmond" = {255,235,205}, "Blue" = {0,0,255}, "BlueViolet" = {138,43,226}, "Brown" = {165,42,42}, "BurlyWood" = {222,184,135}, "CadetBlue" = {95,158,160}, "Chartreuse" = {127,255,0}, "Chocolate" = {210,105,30}, "Coral" = {255,127,80}, "CornflowerBlue" = {100,149,237}, "Cornsilk" = {255,248,220}, "Crimson" = {220,20,60}, "Cyan" = {0,255,255}, "DarkBlue" = {0,0,139}, "DarkCyan" = {0,139,139}, "DarkGoldenRod" = {184,134,11}, "DarkGray" = {169,169,169}, "DarkGrey" = {169,169,169}, "DarkGreen" = {0,100,0}, "DarkKhaki" = {189,183,107}, "DarkMagenta" = {139,0,139}, "DarkOliveGreen" = {85,107,47}, "Darkorange" = {255,140,0}, "DarkOrchid" = {153,50,204}, "DarkRed" = {139,0,0}, "DarkSalmon" = {233,150,122}, "DarkSeaGreen" = {143,188,143}, "DarkSlateBlue" = {72,61,139}, "DarkSlateGray" = {47,79,79}, "DarkSlateGrey" = {47,79,79}, "DarkTurquoise" = {0,206,209}, "DarkViolet" = {148,0,211}, "DeepPink" = {255,20,147}, "DeepSkyBlue" = {0,191,255}, "DimGray" = {105,105,105}, "DimGrey" = {105,105,105}, "DodgerBlue" = {30,144,255}, "FireBrick" = {178,34,34}, "FloralWhite" = {255,250,240}, "ForestGreen" = {34,139,34}, "Fuchsia" = {255,0,255}, "Gainsboro" = {220,220,220}, "GhostWhite" = {248,248,255}, "Gold" = {255,215,0}, "GoldenRod" = {218,165,32}, "Gray" = {128,128,128}, "Grey" = {128,128,128}, "Green" = {0,128,0}, "GreenYellow" = {173,255,47}, "HoneyDew" = {240,255,240}, "HotPink" = {255,105,180}, "IndianRed " = {205,92,92}, "Indigo " = {75,0,130}, "Ivory" = {255,255,240}, "Khaki" = {240,230,140}, "Lavender" = {230,230,250}, "LavenderBlush" = {255,240,245}, "LawnGreen" = {124,252,0}, "LemonChiffon" = {255,250,205}, "LightBlue" = {173,216,230}, "LightCoral" = {240,128,128}, "LightCyan" = {224,255,255}, "LightGoldenRodYellow" = {250,250,210}, "LightGray" = {211,211,211}, "LightGrey" = {211,211,211}, "LightGreen" = {144,238,144}, "LightPink" = {255,182,193}, "LightSalmon" = {255,160,122}, "LightSeaGreen" = {32,178,170}, "LightSkyBlue" = {135,206,250}, "LightSlateGray" = {119,136,153}, "LightSlateGrey" = {119,136,153}, "LightSteelBlue" = {176,196,222}, "LightYellow" = {255,255,224}, "Lime" = {0,255,0}, "LimeGreen" = {50,205,50}, "Linen" = {250,240,230}, "Magenta" = {255,0,255}, "Maroon" = {128,0,0}, "MediumAquaMarine" = {102,205,170}, "MediumBlue" = {0,0,205}, "MediumOrchid" = {186,85,211}, "MediumPurple" = {147,112,219}, "MediumSeaGreen" = {60,179,113}, "MediumSlateBlue" = {123,104,238}, "MediumSpringGreen" = {0,250,154}, "MediumTurquoise" = {72,209,204}, "MediumVioletRed" = {199,21,133}, "MidnightBlue" = {25,25,112}, "MintCream" = {245,255,250}, "MistyRose" = {255,228,225}, "Moccasin" = {255,228,181}, "NavajoWhite" = {255,222,173}, "Navy" = {0,0,128}, "OldLace" = {253,245,230}, "Olive" = {128,128,0}, "OliveDrab" = {107,142,35}, "Orange" = {255,165,0}, "OrangeRed" = {255,69,0}, "Orchid" = {218,112,214}, "PaleGoldenRod" = {238,232,170}, "PaleGreen" = {152,251,152}, "PaleTurquoise" = {175,238,238}, "PaleVioletRed" = {219,112,147}, "PapayaWhip" = {255,239,213}, "PeachPuff" = {255,218,185}, "Peru" = {205,133,63}, "Pink" = {255,192,203}, "Plum" = {221,160,221}, "PowderBlue" = {176,224,230}, "Purple" = {128,0,128}, "Red" = {255,0,0}, "RosyBrown" = {188,143,143}, "RoyalBlue" = {65,105,225}, "SaddleBrown" = {139,69,19}, "Salmon" = {250,128,114}, "SandyBrown" = {244,164,96}, "SeaGreen" = {46,139,87}, "SeaShell" = {255,245,238}, "Sienna" = {160,82,45}, "Silver" = {192,192,192}, "SkyBlue" = {135,206,235}, "SlateBlue" = {106,90,205}, "SlateGray" = {112,128,144}, "SlateGrey" = {112,128,144}, "Snow" = {255,250,250}, "SpringGreen" = {0,255,127}, "SteelBlue" = {70,130,180}, "Tan" = {210,180,140}, "Teal" = {0,128,128}, "Thistle" = {216,191,216}, "Tomato" = {255,99,71}, "Turquoise" = {64,224,208}, "Violet" = {238,130,238}, "Wheat" = {245,222,179}, "White" = {255,255,255}, "WhiteSmoke" = {245,245,245}, "Yellow" = {255,255,0}, "YellowGreen" = {154,205,50} } if name then if rgb and type(rgb) == "table" then return say(color256(rgb)..name..color256(rgb)) else print("Is RGB color type table? For example: {255,0,255}") end if _or and type(_or) == "string" then for k,v in pairs(cssColors) do if k == _or then return say(color256(v)..name..color256(v)) end end if _or == "help" or _or == "-h" or _or == "h" then for k,v in pairs(cssColors) do print(k.."n") end else print("Is other colors string? For example: blue") end if rgb and _or then print("Jus one chose!") else goto start end endend
  16. esta es como si la configuraras como una arma no? tiene para 3 piedras por lo que veo pero los bonus son invisibles o se ven ?
  17. OK la configuración es a todas las armas con el Item definido
  18. aquí puedes ver este video es algo fácil y sencillo de realizar aun que no es crearla si no editarla a tu gusto
  19. Pasos a seguir: 1.-Saber python si cambiaras la estructura del taskbar 2.-Si harás un nuevo diseño saber usar editores etc. 3.-Sería todo
  20. Man eso llevaría tiempo mucho tiempo a mi parecer y debes saber FreeBSD "eso creo" es mejor que cojas unos virgenes y ya tu los edites
×
×
  • Crear nuevo...