Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Louis Emulator S4 S6 S8 (update 8)  (Visto 33968 veces)

0 Miembros and 3 Guests are viewing this topic.

Offline ja1260 #200 Posteado: September 15, 2019, 05:38:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th
ONLINE 1/100 Can accept no more than 100 players? Do I have to fix where? Can accept more than 100.


Offline ja1260 #201 Posteado: September 16, 2019, 04:49:59 AM | Modificado: September 16, 2019, 04:58:34 AM by ja1260

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th

Offline ja1260 #202 Posteado: September 16, 2019, 04:57:43 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th
ONLINE 1/100 Can accept no more than 100 players? Do I have to fix where? Can accept more than 100. SS6.3


Offline louis #203 Posteado: September 16, 2019, 08:02:37 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36390
  • br
ONLINE 1/100 Can accept no more than 100 players? Do I have to fix where? Can accept more than 100. SS6.3

Change it in the common.dat  -.- -.-

Update 36 is ready!!!

Offline ja1260 #204 Posteado: September 17, 2019, 12:30:54 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th
djagripnos

Monster Golden. I can't add and don't have NPC. Change Class 3.

MuServerS6


Offline ja1260 #205 Posteado: September 18, 2019, 01:39:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th
365            57             30         010            010            240          240          -1             10            0          //Pouch of Blessing
135            00             30         148            047            164          065          -1             01            0          //White wizard
136            00             30         148            047            164          065          -1             10            0          //Destructive ogre soldier
137            00             30         148            047            164          065          -1             10            0          //Destructive ogre archer

How do I add files to set the start time for these activities?
MonsterSetBase.txt Not available to set time to start the activity


Offline T-LEGENDARY #206 Posteado: September 24, 2019, 04:22:54 PM | Modificado: September 24, 2019, 04:25:19 PM by froid11

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8598
  • br
Estoy bajando de ss6 a ss3, estoy teniendo dificultades para ajustar mi experiencia.

Funcionó, pero me falta el código para que muestre la barra horizontal.





puedes compartilhar esta source con el positem por favor :)

hello friend share source custom pet + post items

Gracias:


Offline NasLy #207 Posteado: December 25, 2019, 06:36:28 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 441
  • Gracias recibida: 12117
  • ar
@louis
no es mejor en el MakeSet usar un ciclo for en vez de estar repitiendo funciones?

GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(7, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(8, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(9, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(10, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(11, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);

   


yo recomendaria algo asi :


   for (int i = 7; i <= 11;i++)
   {
      GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(i, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, 0, 0, 0);
   }
también hay que verificar el helm para el caso de los sets de mg que existen.


@Natzugen item que no este en el item.txt no va afectar aca. es decir como no esta los helm se supone que no afectara

Como usas un ciclo for crea un bug. Con set de mg.

Nunca es tarde para ser lo que podias haber sido.

Offline Ryuno #208 Posteado: December 25, 2019, 06:48:34 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 505
  • Gracias recibida: 2023
  • dz
@louis
no es mejor en el MakeSet usar un ciclo for en vez de estar repitiendo funciones?

GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(7, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(8, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(9, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(10, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);
   GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(11, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, ItemSocketOption, 0xFF, 0);

   


yo recomendaria algo asi :


   for (int i = 7; i <= 11;i++)
   {
      GDCreateItemSend(lpObj->Index, 0xEB, 0, 0, GET_ITEM(i, type), level, 0, skill, luck, option, -1, exc, set, 0, 0, 0, 0, 0);
   }
también hay que verificar el helm para el caso de los sets de mg que existen.


@Natzugen item que no este en el item.txt no va afectar aca. es decir como no esta los helm se supone que no afectara

Como usas un ciclo for crea un bug. Con set de mg.


le di la forma base para eso valida el slot del item para cuando sea un item de mg. es basico.


Offline OBBY #209 Posteado: August 26, 2023, 09:15:24 PM

  • Colaborador
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 467
  • Gracias recibida: 5608
  • co
Algún rezagado que tengas los archivos completos originales de Louis¿?😁

MU SERVE / CLIENTE / SOURCE 🥴


Offline zHammer #210 Posteado: August 27, 2023, 01:29:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 28
  • es
Broken link, any of you have file with complete source share me?
 please please please please


Offline OBBY #211 Posteado: August 27, 2023, 01:38:23 AM

  • Colaborador
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 467
  • Gracias recibida: 5608
  • co
Broken link, any of you have file with complete source share me?
 please please please please

Somos 2 bro. 😁😁😁 si alguien los tiene agradecido


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
89 Replies
21982 Views
Last post November 20, 2021, 04:00:17 PM
by djagripnos
54 Replies
11384 Views
Last post October 29, 2019, 11:10:42 AM
by hiep
3 Replies
1877 Views
Last post February 28, 2020, 11:17:49 PM
by ConejoMalo
4 Replies
2086 Views
Last post September 16, 2023, 07:35:12 PM
by Evangelio
1 Replies
1296 Views
Last post August 01, 2020, 11:39:48 AM
by FAKUS