Jump to content

Toda la actividad

Este flujo se autoactualiza

  1. Hoy
  2. Ayer
  3. Alguien me puede ayudar pk me sale este error al compilar el src Version de FreeBSD: 9.2 GCC: 49
  4. La semana pasada
  5. I am facing an error when assembling the root. I cannot open the tool Packmanager.bat
  6. Hello community, I've created a tool to make the experience of editing the mob proto more comfortable. Download: https://ko-fi.com/post/Mob-Proto-Editor-F1F0XL6VV
  7. Hello community, I decided to create a mini function in python for my server that adds the information if the player can drop or not on mobs and stones. @root/uitarget.py (Adapt to your code) if ((player_level > monsterLevel) and abs(player_level-monsterLevel) > 15): self.AppendTextLine("|cffD14646You can't drop items {}.".format("in this metin" if is_stone else "in this monster")) # self.AppendTextLine("Reason: The difference in levels is more than 15.") else: self.AppendTextLine("|cff8cf774You can drop items {}.".format("in this metin" if is_stone else "in this monster"))
  8. Hello community, The values associated with movespeed are BYTE (255) by default, in this short guide I'll teach you how to change them to short (65535). Binary // @Userinterface/Locale_inc.h // Add #define ENABLE_EXTEND_MOVE_SPEED // @Userinterface/Packet.h // Inside these typedef struct typedef struct packet_add_char typedef struct packet_add_char2 typedef struct packet_update_char typedef struct packet_update_char2 // replace this BYTE bMovingSpeed; // With this #ifdef ENABLE_EXTEND_MOVE_SPEED short bMovingSpeed; #else BYTE bMovingSpeed; #endif Source // @common/service.h // Add #define ENABLE_EXTEND_MOVE_SPEED // @game/packet.h // Inside these typedef struct typedef struct packet_add_char typedef struct packet_add_char2 typedef struct packet_update_char typedef struct packet_update_char2 // replace this BYTE bMovingSpeed; // With this #ifdef ENABLE_EXTEND_MOVE_SPEED short bMovingSpeed; #else BYTE bMovingSpeed; #endif
  9. Hello community, In this guide I'm going to teach you how to install nginx + php 8.1 on freebsd. Step by Step # Install the packages pkg install -y php81 nginx pkg install -y php81-extensions php81-mysqli php81-mbstring php81-curl php81-gd # Start the services when starting the operating system sysrc nginx_enable=yes sysrc php_fpm_enable=YES # Start the services service nginx start service php-fpm start # Create the directory /var/www # Replace the server { in: @/usr/local/etc/nginx/nginx.conf server { listen 80; server_name localhost; root /var/www; index index.php index.html index.htm; location / { try_files $uri $uri/ =404; } location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $request_filename; include fastcgi_params; } location ~ /\.ht { deny all; } } # Restart nginx service nginx restart # Done! You can place the web files in the directory: @/var/www
  10. ajaj me imagino hace tiempo no se nada del, o si hablabamos era cada 2 dias de respuesta jejej Toca darle al mapeado es un jaleo pero una vez le tomas ritmo le das con todo!
  11. Ese esta mas o menos desaparecido, yo ando probando cosillas varias como esto del mapeado, es lento crear uno basico y pequeño, si uno esta acostumbrado lo haria en una hora o dos, supongo https://prnt.sc/RWNp_3_Wfag- Aun hay cosas que no tengo claro, toca investigar <.<
  12. Nombre del servidor: WildStar Canales abiertos: 2 Nivel máximo: 120 Puntos de estado: 90 Fecha de Apertura: 03.05.2024 20:00 EEST Sitio web del servidor: https://wildstar2.eu/ Discord: https://discord.com/invite/axGBnJjqkJ Registro: https://wildstar2.eu/users/register Cliente: https://wildstar2.eu/download Tasa de experiencia: 150% Tasa de yang: 150% Tasa de objetos: 150% Tasa de herrero: 20-100% ¡Saludos! Si estás buscando un servidor de tipo PvM EASY, ¡WildStar puede ser tu elección! Jugabilidad modificada, diseñada para ofrecer progreso constante a largo plazo. Drop modificado (no necesitas dar vueltas en círculos como en un servidor clásico, obtendrás lo que necesitas cuando lo necesitas). Evoluciones clásicas + sorpresas. ¡Garantizamos la longevidad y profesionalismo que necesitas! Presentación: TODOS los sistemas: Sistema de mascotas Sistema de talismanes Sistema de sash Biólogo rápido Sistema de buffs Tienda fuera de línea Búsqueda en la tienda Auto-recogida Bloqueo de multi-cultivo Alquimia 13 Mazmorras Wikipedia Servidor de alto rendimiento en Persia2 Teleportación rápida Conexión rápida Sistema de clasificación Desafíos ¡Te esperamos en WildStar!
  13. Únete a nuestro Discord para obtener información detallada y mucho más.
  14. Para eso tienes que editar la ruta en el source game de donde tienes la exppettable o tu colocarla en la ruta que dice en el source. Asi se puede solucionar facilmente,
  15. Ahora solo falta que aparezca el gey de Luis v:
  16. Eso es cierto pero de igual forma no es tan complicado ver sus quest o sistemas, lo complicado es cuando las versiones son muy distintas a la que tienes y se te complica un poco mas. Pero siempre recomiendo mas que nada sacar lo visual, lo de sistema como dices es mas complejo mas si no sabes si esta "full o incompleto"
  17. Te hago de nuevo la invitación: https://discord.gg/qHUqzJZr
  18. Anteriormente
  19. DISCORD HOMEPAGE **We are thrilled to annouce the GRAND OPENING of United Empire.** **Get ready for a new era of Metin2.** Immerse yourself in the life story of Esmeralda and find out how the sweet little girl became the most evil witch in the entire Empire. Boosts your evolutionary levels through the thrilling challenges and fight in alliances against Esmeralda. Look forward to many new Quality of Life features and unique systems as well as innumerable costumes, mounts and pets. We are **United Empire - Life of Esmeralda** TRAILER
  20. Tendras que buscarlo por google, vez que lo subo me lo detecta como virus (logico xd es un crack)
  1. Cargar más actividad
×
×
  • Crear nuevo...