Jump to content

forum80

Miembro
  • Contador contenido

    0
  • Ingreso

  • Última visita

Actividad de reputación

  1. Me Gusta
    forum80 reacted to [D]ELARO ✓ in Server Files Prodomo v2   
    Server Files de la comunidad Turca, Prodomo v2, solo les dejo el locale_in, el commondefines, un par de imágenes y videos.
    Solo se que son martysama, no hay mas información.
    Si no quieren bajar el VDI (recomiendo bajarlo), deberán usar una versión con Mysql 5.6 y en la parte para compilar source game que tenga GCC8, el cliente compila con Visual Studio 2019 o 2022 (testeado por mi).



     

    VIDEOS
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     
    Locale_Inc.h
    #pragma once ////////////////////////////////////////////////////////////////////////// #define APP_TITLE "prodomo.to - pvm server | last update: 13.11.2021" // ### Default Ymir Macros ### #define LOCALE_SERVICE_EUROPE #define ENABLE_COSTUME_SYSTEM #define ENABLE_ENERGY_SYSTEM #define ENABLE_DRAGON_SOUL_SYSTEM #define ENABLE_NEW_EQUIPMENT_SYSTEM // ### Default Ymir Macros ### ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// // ### New From LocaleInc ### #define ENABLE_PACK_GET_CHECK #define ENABLE_CANSEEHIDDENTHING_FOR_GM #define ENABLE_PROTOSTRUCT_AUTODETECT #define ENABLE_DICE_SYSTEM #define ENABLE_EXTEND_INVEN_SYSTEM #define ENABLE_LVL115_ARMOR_EFFECT #define ENABLE_SLOT_WINDOW_EX #define ENABLE_USE_COSTUME_ATTR #define WJ_SHOW_MOB_INFO #ifdef WJ_SHOW_MOB_INFO #define ENABLE_SHOW_MOBAIFLAG #define ENABLE_SHOW_MOBLEVEL #endif // ### New From LocaleInc ### ////////////////////////////////////////////////////////////////////////// #define __ENABLE_NEW_OFFLINESHOP__ #define __ENABLE_NEW_SHOP_IN_CITIES__ #define __ENABLE_LARGE_DYNAMIC_PACKET__ #define ENABLE_OFFLINESHOP_DEBUG #if defined(ENABLE_OFFLINESHOP_DEBUG) && defined(_DEBUG) #define OFFSHOP_DEBUG(fmt , ...) Tracenf("%s:%d >> " fmt , __FUNCTION__ , __LINE__, __VA_ARGS__) #else #define OFFSHOP_DEBUG(...) #endif ////////////////////////////////////////////////////////////////////////// // ### From GameLib ### // #define ENABLE_MAGIC_REDUCTION_SYSTEM #define ENABLE_MOUNT_COSTUME_SYSTEM #define ENABLE_WEAPON_COSTUME_SYSTEM // ### From GameLib ### ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// // ### Source Rework 2021 ### #define ENABLE_FIX_MOBS_LAG #define ENABLE_CAMERA_MINIMIZARE_CLIENT_FIX #define FIX_UPDATE_LEVEL #define FIX_UPDATE_PLAYTIME_AND_ITEMS #define FIX_CHAT_HISTORY_UPDATE #define FIX_CONNECT #define FIX_DELETE_FRIEND_REFRESH #define __ENABLE_STEALTH_FIX__ #define FIX_UNHANDLED_EMPTY_TEXTURESET #define FIX_PLAYERS_LOAD #define ENABLE_FAST_DROP #define DISABLE_FONT_ITALIC_GM #define ENABLE_MOVEMENT_FIX #define ENABLE_SOME_FIXES #define ENABLE_CLIENT_MEMORY_LEAK_AND_CPU_USAGE_FIX #define ENABLE_ITEM_MOVE_FIX #define ENABLE_ANTIFLAG_TOOLTIP #define __CHANNEL_STATUS_UPDATE__ #define POTIUNI_PERMANENTE_RELUCRATE #define ENABLE_CPP_PSM #define ENABLE_RTT_STATISTICS #define ENABLE_RUN_MOUSE_WHEEL // ### Source Rework 2021 ### ////////////////////////////////////////////////////////////////////////// #define __COMPARE_TOOLTIP__ #define ENABLE_SHOW_CHEST_DROP #define ENABLE_MOVE_CHANNEL #define ENABLE_SEND_TARGET_INFO #define ENABLE_SASH_SYSTEM #define ENABLE_CHANGELOOK_SYSTEM #define ENABLE_SPECIAL_INVENTORY_SYSTEM #define ENABLE_SKILL_SELECT_FEATURE #define ENABLE_REFINE_RENEWAL #define ENABLE_VIEW_TARGET_PLAYER_HP #define ENABLE_VIEW_TARGET_DECIMAL_HP #define ENABLE_WHISPER_RENEWAL #define ENABLE_DAILY_REWARD #define ENABLE_KILL_STATISTICS #define ENABLE_QUEST_RENEWAL #define ENABLE_SEND_TARGET_INFO_EXTENDED #define ENABLE_CUBE_RENEWAL_WORLDARD #define LINK_IN_CHAT #define ENABLE_HIGHLIGHT_SYSTEM #define ENABLE_DUNGEON_INFO_SYSTEM #define ENABLE_MINI_GAME #define ENABLE_FISH_EVENT #define WJ_ENABLE_TRADABLE_ICON #define ENABLE_NEW_MODULE_CONFIG #define ENABLE_SWITCHBOT #define ENABLE_FOV_OPTION #define ENABLE_MESSENGER_TEAM #define NEW_BONUS #define ENABLE_RENEWAL_SHOPEX #define ENABLE_NEW_EXCHANGE_WINDOW #define ENABLE_DISCORD_RPC #define ENABLE_SHOW_LIDER_AND_GENERAL_GUILD #define ENABLE_SHOW_LIDER_AND_GENERAL_GUILD_VALUE1 "[Lider] - " #define ENABLE_SHOW_LIDER_AND_GENERAL_GUILD_VALUE2 "[Co-Lider] - " #define ENABLE_REMOVE_LIMIT_GOLD #define ENABLE_SET_CUSTOM_ATTRIBUTE_SYSTEM  
    CommonDefines.h
    #ifndef __INC_METIN2_COMMON_DEFINES_H__ #define __INC_METIN2_COMMON_DEFINES_H__ ////////////////////////////////////////////////////////////////////////// // ### General Features ### #define ENABLE_D_NJGUILD #define ENABLE_FULL_NOTICE #define ENABLE_NEWSTUFF #define ENABLE_PORT_SECURITY #define ENABLE_BELT_INVENTORY_EX enum eCommonDefines { MAP_ALLOW_LIMIT = 32, }; // ### General Features ### ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// // ### Reworked 2021 Systems #### #define ENABLE_FLOOD_PRETECTION #define IS_FIX_POISON_RISIPA_AFFECT(type) ((type) == AFFECT_MOV_SPEED || (type) == AFFECT_ATT_SPEED || (type) == AFFECT_STR || (type) == AFFECT_DEX || (type) == AFFECT_INT || (type) == AFFECT_CON || (type) == AFFECT_CHINA_FIREWORK || (type) == SKILL_JEONGWI || (type) == SKILL_GEOMKYUNG || (type) == SKILL_CHUNKEON || (type) == SKILL_EUNHYUNG || (type) == SKILL_GYEONGGONG || (type) == SKILL_GWIGEOM || (type) == SKILL_TERROR || (type) == SKILL_JUMAGAP || (type) == SKILL_MANASHILED || (type) == SKILL_HOSIN || (type) == SKILL_REFLECT || (type) == SKILL_KWAESOK || (type) == SKILL_JEUNGRYEOK || (type) == SKILL_GICHEON) #define __FIX_CHANGE_SEX_WITHOUT_RELOG__ #define ENABLE_FLY_FIX #define ENABLE_BOSS_KICK_INTO_WALLS_FIX #define ENABLE_KICK_MULTI_IP_OX #define ENABLE_HEADER_100_FIX #define __FIX_UPDATE_LEVEL__ #define __FIX_UPDATE_ALIGNMENT__ #define __FIX_COSTUM_NUNTA_PESTE_COSTUM_NORMAL__ #define FIX_BLOCK_MOB_SAFEZONE #define __FIX_BREASLA_LA_SCHIMBARE_REGAT__ #define __FIX_UPDATE_PLAYTIME_AND_ITEMS__ #define __FIX_DELETE_FRIEND_REFRESH__ #define __FIX_INFO_REFINE_DRAGONSOUL__ #define __FIX_DUNGEON_PARTY__ #define ENABLE_FIX_READ_ETC_DROP_ITEM_FILE_BY_VNUM #define __FIX_EXPLOIT_QUEST__ #define FLUSH_AT_SHUTDOWN #define FIX_SELECT_EMPIRE_PHASE #define __FIX_EXP_GRUP__ #define __FIX_ITEMS_TYPE_33__ #define __FIX_KICK_HACK__ #define ENABLE_COUNT_MONSTER_FIX #define ENABLE_DUNGEON_NOTICE_FIX #define FIX_LOAD_MOBS_WITH_MOUNT #define __FIX_NIVEL_CAL__ #define __FIX_PC_SELECT_QUEST__ #define ENABLE_FIX_QUICK_SLOT #define __FIX_SECONDARY_SKILL__ #define __FIX_TIMER_EVENT__ #define ENABLE_DESTROY_GUILD_IF_WAR_IS_ACTIVE_FIX #define __FIX_BUG_AURA_TAIS_FARA_ARMA__ #define __FIX_HP_GROUP__ #define __FIX_COMANDA_RAZBOI__ #define __FIX_CAMPFIRE__ #define __FIX_CAMPFIRE__SEC 60 #define __FIX_BUG_IMMUNE__ #define __FIX_CHANGE_SKILL_VISUAL_BUG__ #define FIX_DUNGEON_MUSIC #define POTIUNI_PERMANENTE_RELUCRATE ////////////////////////////////////////////////////////////////////////// // ### Reworked 2021 Systems #### ////////////////////////////////////////////////////////////////////////// // ### CommonDefines Systems ### #define ENABLE_DICE_SYSTEM #define ENABLE_EXTEND_INVEN_SYSTEM #define ENABLE_MOUNT_COSTUME_SYSTEM #define ENABLE_WEAPON_COSTUME_SYSTEM // #define ENABLE_MAGIC_REDUCTION_SYSTEM #ifdef ENABLE_MAGIC_REDUCTION_SYSTEM // #define USE_MAGIC_REDUCTION_STONES #endif #define __NEW_OFFLINESHOP_SPAWN__ #define __ENABLE_NEW_OFFLINESHOP__ #ifdef __ENABLE_NEW_OFFLINESHOP__ #define __ENABLE_NEW_SHOP_IN_CITIES__ #define __ENABLE_LARGE_DYNAMIC_PACKET__ #endif #ifdef ENABLE_OFFLINESHOP_DEBUG #ifdef __WIN32__ #define OFFSHOP_DEBUG(fmt , ...) sys_log(0,"%s:%d >> " fmt , __FUNCTION__ , __LINE__, __VA_ARGS__) #else #define OFFSHOP_DEBUG(fmt , args...) sys_log(0,"%s:%d >> " fmt , __FUNCTION__ , __LINE__, ##args) #endif #else #define OFFSHOP_DEBUG(...) #endif #define ENABLE_NEW_OFFLINESHOP_LOGS // ### CommonDefines Systems ### ////////////////////////////////////////////////////////////////////////// #endif #define ENABLE_SHOW_CHEST_DROP #define ENABLE_MOVE_CHANNEL #define MISSION_MAX_BIOLOG 11 #define __SEND_TARGET_INFO__ #define __SASH_SYSTEM__ #define __CHANGELOOK_SYSTEM__ #define __SPECIAL_INVENTORY_SYSTEM__ #define __SORT_INVENTORY_ITEMS__ #define ENABLE_POLY_SHOP #define ENABLE_SKILL_SELECT_FEATURE #define __VIEW_TARGET_PLAYER_HP__ #define __VIEW_TARGET_DECIMAL_HP__ #define __CHANNEL_STATUS_UPDATE__ #define ENABLE_WHISPER_RENEWAL #define ENABLE_DAILY_REWARD #define ENABLE_KILL_STATISTICS #define __QUEST_RENEWAL__ #ifdef __QUEST_RENEWAL__ #define _QR_MS_ #endif #define __BATTLE_PASS__ #define ENABLE_SEND_TARGET_INFO_EXTENDED #define ENABLE_CUBE_RENEWAL_WORLDARD #define ENABLE_CLEAR_OLD_GUILDS_LANDS_BY_INACTIVITY #define ENABLE_UPDATE_LASTPLAY_REAL_TIME #define __GM_PE_N__ #define ENABLE_HIGHLIGHT_SYSTEM #define ENABLE_DUNGEON_INFO_SYSTEM #define ENABLE_FISH_EVENT #define WJ_ENABLE_TRADABLE_ICON #define __HIDE_COSTUME_SYSTEM__ #define ENABLE_SWITCHBOT #define ENABLE_MESSENGER_TEAM #define NEW_BONUS #define ENABLE_RENEWAL_SHOPEX #define __NEW_EXCHANGE_WINDOW__ #define ENABLE_SHOW_LIDER_AND_GENERAL_GUILD #define ENABLE_REMOVE_LIMIT_GOLD #define __SET_CUSTOM_ATTRIBUTE_SYSTEM__  
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     
  2. Me Gusta
    forum80 reacted to CHELO in Serverfiles Martysama 4.9-r88 Limpios   
    Buenas comunidad hoy les vengo aportando unos files totalmente limpios no tienen ningun sistema esta totalmente arreglado y listo para que aprendas a agregar sistema o lo que quieras hacer, pero el unico error que tiene es de las estolas que no visualiza y no da grados de absorcion pero en las files viene su guia para fixearlo. 
    Para compilar source binario necesitas visual studio 2019 pero compile con el 2013 tambien me funciono.
    DATOS DE MYSQL:
    ID: root
    Pass: password
    Para abrir las opciones de iniciar, detener, compilar quest, etc., en los files ya logueado escribir:
    cd /usr/serverfiles/main/ - (esta rutas son dependiendo donde instalen las files)
    sh admin_panel.sh
    LINK:
    Posdata : No subi imagenes ya que el foro no acepta mis imagenes que quiero colocar los publico porque seria un desperdicio borrarlo y tanto que me costo pagar para mantenerlo firme iva a hacer un proyecto pero me surgio otra base la cual compre con la mejor version .. 
    Saludos! Y buen provecho en sus vidas ?
  3. Me Gusta
    forum80 reacted to ChuchoGamer in [Serverfiles] Limpio y estables (WOM2) 34k PVP   
    Buenos Tardes hoy Les comparto estos Server files que son muy bueno y decidí compartirlo a ustedes para que aquellos que quieran Crear un Server  espero que les Guste 
    Lo pueden bajar cualquiera de estos 2 link
    Link de Descarga Mega

    Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link de Descarga Drive 

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.  
    Con qué empezar:
    1 - Los recursos son mainline_released.
    2 - El binario es el noval original.
    3 - Archivos de servidor creados en Wom2 34k build con muchos cambios de reestructuración
    4 - Necesitará 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. 12.1 32 bit.



    Contenido y cambios: 1 - Funciona en fuente, gcc48 y c ++ 11
    2 - Confianza en lugar de gmake dep
    3 - Eliminado (Serverkey, Limit_time, googletest)
    4 - Correcciones de asynqsql para latin2.
    5 - El cliente es de 450 MB, solo se conserva el uso del servidor para pvp.
    6 - Todas las posiciones se reconstruyen en el cliente.

    ¿Qué más necesitas hacer? (Este servidor aún no está listo, por lo que aún tiene trabajo por hacer).
    1 - Por lo que recuerdo, algunos sistemas ENG -> RO + locale_string.txt deben traducirse para que los agregue.
    2 - La parte de selección de CH en la interfaz no se completa en Photoshop.
    3 - Tal vez todavía necesites arreglos en la fuente ... Eso es lo que estás buscando ... Pongo lo que creo que es útil
    4 - Puerto -> necesitas resolver el desbordamiento en el paquete. (El servidor fue probado por varios jugadores, no hay grandes errores ... pero puede fallar) Puedes usar la versión Spenchless y está bien.
    5 - Como no tengo tiempo para la parte npc de las carpetas, estas son las originales ... así que tienes que hacerlas tu ubicación donde está el npc.
    6 - Es posible que deba eliminar todo en la carpeta "datos" y obtener todos los archivos npc / monster para hacer esto nuevamente.
    7 - Para el comando / full, debe poner sus elementos en cmd_general.

    source game


    SOURCE Client.
  4. Me Gusta
    forum80 reacted to Manu97 in [APORTE]Generador para Mob_drop_item.txt   
    Bueno chicos.. buscando por ahi.. encontre esto, muy util para agregar nuevos drops a mobs, metines, etc.. Espero que les sea de Ayuda
     
    Link de Descarga: 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.  
    Contraseña: c9zXJkZXTpUxLM1y323grnMuhi8lBE2ePxZ6eYeTMa4
     
    Tutorial para aprender a utilizarlo: 
     
    Creditos: www.inforge.net
     
     
    Saludos! y espero que les sirva mi aporte!
  5. Me Gusta
    forum80 reacted to [D]ELARO ✓ in SF MartySama 4.9.89 r88   
    Estos files ya estaban en el foro pero esta caído el link así mismo como en el foro turco, los files son de Legendy con base MartySama en su versión 4.9.89 r88
    #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #
    CONTENIDO:
    Solo traduje a español en cliente y servidor item_proto, mob_proto, locale_game y locale_interface.
    Falta traducir quest, locale_string y algunas cosas mas en locale_interface que son "sistemas" añadidos, pero eso ya será cosa de ustedes.
    Si hay bugs y sus fixes podrían añadirlo en comentarios y yo podría añadirlo despues al post.
    #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #
    VDI: se recomienda asignar al vdi mínimo 4gb de ram, no probé con menor cantidad.
    Mysql 5.6
    GCC6
    Visual Studio 2019
    VDI:
    Usuario: root Contraseña: delaro
    Mysql:
    Usuario: root Contraseña: 12345
    Esta montado directamente en un VDI funcionando sin ningún problema y ya listo para compilar source game.
    Una vez hayan configurado su ip con el comando bsdconfig, para iniciar pueden hacerlo como yo normalmente lo hago, cd /admin ENTER sh admin.sh ENTER y tendrán el menú a la vista, ya solo seria escribir 1 ENTER e iniciaran los 2 channels sin ningún tipo de complicaciones.
    #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #     #
    CUENTA GM:
    Usuario: marty Contraseña: 1
     
    IMAGENES DENTRO DEL JUEGO:
     
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     
    LINK DE DESCARGA:
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     
     
  6. Me Gusta
    forum80 reacted to Kenshi Torres in [C++] Nuevos 9 Skills   
    link de descarga:
     
  7. Me Gusta
    forum80 reacted to Kenshi Torres in [c++] efecto bugg cuando el juego esta minimizado   
    Solucion 
    Abrir:
    PythonApplication.cpp y buscar: 
    Remplazar por: 
    Esto esta probado y funcionando si ya es público, lo siento
  8. Me Gusta
    forum80 reacted to FlasH in [Owsap]Slot Machine System   
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. | |
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hello,
    It’s been awhile since I haven’t released anything for the community so today I decided to release one of my systems I created some days ago, it’s very simple and it consists on gambling to say the least…

     
    The point is to bet your money (yang/gold) on a higher amount of gold and the higher you bet the higher the payout is, similar as how a casino slot machine works without being too complex.
    The rules are simple, you have three (3) possible jackpots in which each one has a payout amount.
    Get the same icon three (3) times and you will win the jackpot.
    If you get any other combination that contain jackpot reel icons, you will win half your bet back with a short bet multiplier.
    So, the jackpot reels work as so,
    A, A, A = Jackpot 1
    B, B, B = Jackpot 2
    C, C, C = Jackpot 3
    All other possible combinations to have a winning: A, A, B; A, A, C; B, B, A; B, B, C; C, C, A; C, C, B; A, B, C; C, A, B; B, A, C; C, B, A; A, C, B;
    If you happen to win a jackpot while having close to maximum gold, you will receive an item in your inventory if you have space for it otherwise you will receive it in your storage room. The item will contain the jackpot value.
     
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.How to configure?
     
    @ game/constants.cpp you can edit all the betting values you want. @ game/constants.cpp you can edit as well the jackpot values. @ root/uiSlotMachineSystem.py you can edit the reel icons and bet values. In-game, you can also use the commands, /e slot_machine_reels < x > where < x > is the number of reels you want to randomize. The more reel icons you have, the harder it is to win a jackpot! /e slot_machine_multiplier < x > where < x > is the value of the multiplied you want. The higher this value, the higher the payout is. For those who are using older versions of C++ some data type identifiers need to be changed as shown below. uint32_t = DWORD uint32_t = UINT uint16_t = WORD uint8_t = BYTE unt16_t = short Change g_MaxGold with GOLD_MAX Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    VT:
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.  
×
×
  • Crear nuevo...