Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

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

0 Miembros and 2 Guests are viewing this topic.

Offline Yalc #180 Posteado: July 10, 2019, 01:58:30 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 230
  • Gracias recibida: 6000
  • ve
@louis  bro, ya no usas el MHPServer? no me avía fijado hasta ahora que falta esa source, no hiciste cambio alguno en el desde la update 4 que aportaste hace tiempo?

Gracias:


Offline louis #181 Posteado: July 10, 2019, 05:23:26 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36390
  • br
@louis  bro, ya no usas el MHPServer? no me avía fijado hasta ahora que falta esa source, no hiciste cambio alguno en el desde la update 4 que aportaste hace tiempo?

mhp es siempre lo mismo ^^

Update 36 is ready!!!

Gracias:


Offline Yalc #182 Posteado: July 10, 2019, 06:57:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 230
  • Gracias recibida: 6000
  • ve
@louis  bro, ya no usas el MHPServer? no me avía fijado hasta ahora que falta esa source, no hiciste cambio alguno en el desde la update 4 que aportaste hace tiempo?

mhp es siempre lo mismo ^^

 lol  entiendo, eso quería saber, gracias


Online djagripnos #183 Posteado: July 16, 2019, 05:10:26 PM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 824
  • Gracias recibida: 27494
  • gr

Gracias:


Offline darkjano #184 Posteado: July 17, 2019, 04:28:59 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.042
  • Gracias recibida: 874
  • cl
@louis  Source update  13 ??

estaría bueno :) además esa version le hicieron bypass


Offline seedmaker #185 Posteado: August 16, 2019, 11:17:49 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Any one know how to disable +15 on MuEmu S6? Please i need help here..


Offline Lude #186 Posteado: August 16, 2019, 11:36:39 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Gracias:


Offline seedmaker #187 Posteado: August 16, 2019, 11:43:56 AM | Modificado: August 16, 2019, 11:45:28 AM by seedmaker

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

I got it Thank you


Offline Lude #188 Posteado: August 16, 2019, 11:45:59 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

Its in GS, Item.cpp

void CItem::Convert(int index,BYTE Option1,BYTE Option2,BYTE Option3,BYTE NewOption,BYTE SetOption,BYTE JewelOfHarmonyOption,BYTE ItemOptionEx,BYTE SocketOption[MAX_SOCKET_OPTION],BYTE SocketOptionBonus)

Gracias:


Offline seedmaker #189 Posteado: August 16, 2019, 11:46:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

Its in GS, Item.cpp

void CItem::Convert(int index,BYTE Option1,BYTE Option2,BYTE Option3,BYTE NewOption,BYTE SetOption,BYTE JewelOfHarmonyOption,BYTE ItemOptionEx,BYTE SocketOption[MAX_SOCKET_OPTION],BYTE SocketOptionBonus)

and this one works on

AnnounceChaosMix = 1
AnnounceChaosMixText = %s put the item %s +15


Offline Lude #190 Posteado: August 16, 2019, 11:50:07 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

Its in GS, Item.cpp

void CItem::Convert(int index,BYTE Option1,BYTE Option2,BYTE Option3,BYTE NewOption,BYTE SetOption,BYTE JewelOfHarmonyOption,BYTE ItemOptionEx,BYTE SocketOption[MAX_SOCKET_OPTION],BYTE SocketOptionBonus)

and this one works on

AnnounceChaosMix = 1
AnnounceChaosMixText = %s put the item %s +15

Dont need to change any there.

Gracias:


Offline seedmaker #191 Posteado: August 16, 2019, 11:54:55 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

Its in GS, Item.cpp

void CItem::Convert(int index,BYTE Option1,BYTE Option2,BYTE Option3,BYTE NewOption,BYTE SetOption,BYTE JewelOfHarmonyOption,BYTE ItemOptionEx,BYTE SocketOption[MAX_SOCKET_OPTION],BYTE SocketOptionBonus)

and this one works on

AnnounceChaosMix = 1
AnnounceChaosMixText = %s put the item %s +15

Dont need to change any there.

Still can put and ups on Chaos Machine :3



Offline Lude #192 Posteado: August 16, 2019, 11:58:38 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Any one know how to disable +15 on MuEmu S6? Please i need help here..

Find this function

void CItem::Convert

this->m_Level &= 15;

Hello bro where can i found this? i tried on Main and GS i cant find that code

Its in GS, Item.cpp

void CItem::Convert(int index,BYTE Option1,BYTE Option2,BYTE Option3,BYTE NewOption,BYTE SetOption,BYTE JewelOfHarmonyOption,BYTE ItemOptionEx,BYTE SocketOption[MAX_SOCKET_OPTION],BYTE SocketOptionBonus)

and this one works on

AnnounceChaosMix = 1
AnnounceChaosMixText = %s put the item %s +15

Dont need to change any there.

Still can put and ups on Chaos Machine :3

Obviously, with that u limit the level of the items untill +13, but not block the item to put in the Chaos machine. If you want to block it need to edit the Mix.bmd

Gracias:


Offline seedmaker #193 Posteado: August 16, 2019, 11:59:53 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Well idont know how to edit mix.bmd on client :(


Offline seedmaker #194 Posteado: August 16, 2019, 01:06:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Its work fine now Thansk a lot..

Hmm btw is there a source of PostItem here that Compatible with MuEmu?


Offline Lude #195 Posteado: August 16, 2019, 01:10:08 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Its work fine now Thansk a lot..

Hmm btw is there a source of PostItem here that Compatible with MuEmu?

you solved edit the mix.bmd?

for postitem u can check the source of ltpteam, but its not 100% work, need to be fixed.

Gracias:


Offline seedmaker #196 Posteado: August 16, 2019, 01:12:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Its work fine now Thansk a lot..

Hmm btw is there a source of PostItem here that Compatible with MuEmu?

you solved edit the mix.bmd?

for postitem u can check the source of ltpteam, but its not 100% work, need to be fixed.


Yup i remove those line +14 +15 


I already try this one but wont work i dont know what Keyboard to use to make those item in post

http://tuservermu.com.ve/index.php?topic=12018.0


Offline Lude #197 Posteado: August 16, 2019, 01:16:24 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19152
  • us
Its work fine now Thansk a lot..

Hmm btw is there a source of PostItem here that Compatible with MuEmu?

you solved edit the mix.bmd?

for postitem u can check the source of ltpteam, but its not 100% work, need to be fixed.


Yup i remove those line +14 +15 


I already try this one but wont work i dont know what Keyboard to use to make those item in post

http://tuservermu.com.ve/index.php?topic=12018.0

Wow, thats nice, can share me? xD

in my source work with Shift + Right Click


Offline seedmaker #198 Posteado: August 16, 2019, 01:33:56 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 140
  • Gracias recibida: 573
  • ph
Its work fine now Thansk a lot..

Hmm btw is there a source of PostItem here that Compatible with MuEmu?

you solved edit the mix.bmd?

for postitem u can check the source of ltpteam, but its not 100% work, need to be fixed.


Yup i remove those line +14 +15 


I already try this one but wont work i dont know what Keyboard to use to make those item in post

http://tuservermu.com.ve/index.php?topic=12018.0

Wow, thats nice, can share me? xD

in my source work with Shift + Right Click

Here https://mega.nz/#!95gxXQaR!1HLQerrU-29DS09TnEx2wuyEiANaSbacg57F9lCDFCI

Can you share your postitem source too? xD


Offline ja1260 #199 Posteado: September 15, 2019, 08:11:07 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 38
  • Gracias recibida: 6
  • th
/item I can't use this command.


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