Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Custom JewelBank by louis  (Visto 36972 veces)

0 Miembros and 4 Guests are viewing this topic.

Offline onlinezajzaj #60 Posteado: October 27, 2021, 05:31:23 AM

  • MAESTRO

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 662
  • Gracias recibida: 19975
  • vn
Video tutorial Custom JewelBank by OnlineZajzaj
For all of you and fans of OnlineZajzaj  love love love love
Video using Louis-Update13 source  conductor conductor conductor conductor conductor
 
Source Custom JewelBank by @louis

CustomMessage.cpp
Code: [Select]
char * CCustomMessage::GetMessageB(int index) // Text.bmd
{
return pGetTextLine(pTextLineThis,index);
}

CustomMessage.h
Code: [Select]
	char * GetMessageB(int index); // Text.bmd


Import.h
Code: [Select]
#define pGetTextLine				((char*(__thiscall*)(LPVOID This, int LineNumber)) 0x00402320)

bạn có zalo không giúp mình fix lỗi  này với https://upanh.org/image/2z8FGa

SĐT Zalo ở chữ ký đó man !!


Offline drendy #61 Posteado: October 27, 2021, 06:22:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 73
  • Gracias recibida: 38
  • cy
dont show message for gemstone
and dont insert jewels in jewelbank

help fix


Offline solar #62 Posteado: October 27, 2021, 07:35:49 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 1668
  • vn
Video tutorial Custom JewelBank by OnlineZajzaj
For all of you and fans of OnlineZajzaj  love love love love
Video using Louis-Update13 source  conductor conductor conductor conductor conductor
 
Source Custom JewelBank by @louis

CustomMessage.cpp
Code: [Select]
char * CCustomMessage::GetMessageB(int index) // Text.bmd
{
return pGetTextLine(pTextLineThis,index);
}

CustomMessage.h
Code: [Select]
	char * GetMessageB(int index); // Text.bmd


Import.h
Code: [Select]
#define pGetTextLine				((char*(__thiscall*)(LPVOID This, int LineNumber)) 0x00402320)

bạn có zalo không giúp mình fix lỗi  này với https://upanh.org/image/2z8FGa
cài cả ở bên GS nữa mới hiện nhé :)


Offline bruno68 #63 Posteado: October 27, 2021, 07:07:08 PM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 129
  • Gracias recibida: 12996
  • br


Help?

+ help. I have th same problem. Help fix please.

void CCustomJewelBank::OpenWindow()
{
   if(gProtect.m_MainInfo.CustomJewelBankEnable != 1)
   {
      return;
   }

   if (gInterface.CheckWindow(SkillTree) || gInterface.CheckWindow(Shop) || gInterface.CheckWindow(CreateGuild) || gInterface.CheckWindow(ChatWindow) || gInterface.CheckWindow(FriendList) || gInterface.CheckWindow(GensRanking) || gInterface.CheckWindow(MuHelper) || gInterface.CheckWindow(Store)  || gInterface.CheckWindow(Warehouse) || gInterface.CheckWindow(Trade) || gInterface.CheckWindow(CashShop) || gInterface.CheckWindow(GuardNPC))
   {
      return;
   }

   if((GetTickCount() - gInterface.Data[eJewelBank_MAIN].EventTick) < 500 )
   {
      return;
   }

   gInterface.Data[eJewelBank_MAIN].EventTick = GetTickCount();

   if (gInterface.Data[eJewelBank_MAIN].OnShow == true)
   {
      gInterface.Data[eJewelBank_MAIN].OnShow = false;
      pSetCursorFocus = false;
      return;
   }

   gInterface.CloseCustomWindow();

   gInterface.OpenWindow(Inventory);
   gInterface.CloseWindow(Character);
   gInterface.Data[eJewelBank_MAIN].OnShow = true;
   pSetCursorFocus = true;

}
im newbe in c++ and dont can't fix (((




does not work, any other tips?


Offline boypost #64 Posteado: October 28, 2021, 09:50:22 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 82
  • ar


How can i fix the black color when i press jewel bank function, the inventory box comes up with black color How do I remove it?


Offline bruno68 #65 Posteado: October 31, 2021, 05:26:47 PM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 129
  • Gracias recibida: 12996
  • br


Help?

+ help. I have th same problem. Help fix please.

void CCustomJewelBank::OpenWindow()
{
   if(gProtect.m_MainInfo.CustomJewelBankEnable != 1)
   {
      return;
   }

   if (gInterface.CheckWindow(SkillTree) || gInterface.CheckWindow(Shop) || gInterface.CheckWindow(CreateGuild) || gInterface.CheckWindow(ChatWindow) || gInterface.CheckWindow(FriendList) || gInterface.CheckWindow(GensRanking) || gInterface.CheckWindow(MuHelper) || gInterface.CheckWindow(Store)  || gInterface.CheckWindow(Warehouse) || gInterface.CheckWindow(Trade) || gInterface.CheckWindow(CashShop) || gInterface.CheckWindow(GuardNPC))
   {
      return;
   }

   if((GetTickCount() - gInterface.Data[eJewelBank_MAIN].EventTick) < 500 )
   {
      return;
   }

   gInterface.Data[eJewelBank_MAIN].EventTick = GetTickCount();

   if (gInterface.Data[eJewelBank_MAIN].OnShow == true)
   {
      gInterface.Data[eJewelBank_MAIN].OnShow = false;
      pSetCursorFocus = false;
      return;
   }

   gInterface.CloseCustomWindow();

   gInterface.OpenWindow(Inventory);
   gInterface.CloseWindow(Character);
   gInterface.Data[eJewelBank_MAIN].OnShow = true;
   pSetCursorFocus = true;

}
im newbe in c++ and dont can't fix (((




does not work, any other tips?

UP llorando2


Offline deathsquad #66 Posteado: November 05, 2021, 02:24:03 AM | Modificado: November 05, 2021, 02:33:00 AM by deathsquad

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 47
  • Gracias recibida: 541
  • pe
funciona muy bien golpes, gracias louis  cool2


Gracias:


Offline kendy93 #67 Posteado: November 05, 2021, 11:03:27 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 3
  • vn
funciona muy bien golpes, gracias louis  cool2



great i got an error when i open Jewelbank the mouse still moves out can you help me


Offline vipgale01 #68 Posteado: November 10, 2021, 01:02:32 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 3
  • vn
I have this error can anyone help me?. I'm using custom Interface ex700, but when using "Custom JewelBank by Louis" can't right click to send items when opening expanded inventory. can anyone show me how to fix this, thanks!!


Offline drakulla #69 Posteado: November 14, 2021, 07:49:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 39
  • Gracias recibida: 625
  • br


Help?

+ help. I have th same problem. Help fix please.

void CCustomJewelBank::OpenWindow()
{
   if(gProtect.m_MainInfo.CustomJewelBankEnable != 1)
   {
      return;
   }

   if (gInterface.CheckWindow(SkillTree) || gInterface.CheckWindow(Shop) || gInterface.CheckWindow(CreateGuild) || gInterface.CheckWindow(ChatWindow) || gInterface.CheckWindow(FriendList) || gInterface.CheckWindow(GensRanking) || gInterface.CheckWindow(MuHelper) || gInterface.CheckWindow(Store)  || gInterface.CheckWindow(Warehouse) || gInterface.CheckWindow(Trade) || gInterface.CheckWindow(CashShop) || gInterface.CheckWindow(GuardNPC))
   {
      return;
   }

   if((GetTickCount() - gInterface.Data[eJewelBank_MAIN].EventTick) < 500 )
   {
      return;
   }

   gInterface.Data[eJewelBank_MAIN].EventTick = GetTickCount();

   if (gInterface.Data[eJewelBank_MAIN].OnShow == true)
   {
      gInterface.Data[eJewelBank_MAIN].OnShow = false;
      pSetCursorFocus = false;
      return;
   }

   gInterface.CloseCustomWindow();

   gInterface.OpenWindow(Inventory);
   gInterface.CloseWindow(Character);
   gInterface.Data[eJewelBank_MAIN].OnShow = true;
   pSetCursorFocus = true;

}
im newbe in c++ and dont can't fix (((




does not work, any other tips?

UP llorando2

COLOCA pSetCursorFocus = true; DENTRO DAS DUAS FUNÇÕES A BAIXO E TESTA
void CCustomJewelBank::OpenWindow()
void CCustomJewelBank::DrawJewelBankWindow()

Gracias:


Offline lunaticodeveloper #70 Posteado: November 15, 2021, 09:31:15 AM

  • MAESTRO

  • US. DE HONOR

  • Anunciante
  • +4 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.791
  • Gracias recibida: 28366
  • ar
Los que tienen problemas con el blockeo del click al abrir el jewelbank.

solo tienen que ir a la funcion

void CCustomJewelBank::DrawJewelBankWindow();

Y agregar al final

pSetCursorFocus = true;

antes del cierre de la ultima funcion ejemplo.

Code: [Select]
void CCustomJewelBank::DrawJewelBankWindow();
{
{
blablalbla;
blablalbla;
blablalbla;
blablalbla;
}

       pSetCursorFocus = true;
}

Soporte premium ya sabes contactame!
Experto en MuOnline! Mira mis aportes de primera!

Gracias:


Offline phuongcuongmsqm #71 Posteado: November 15, 2021, 09:24:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 101
  • Gracias recibida: 30
  • vn
gInterface.DrawItem(StartX + 20,StartBody + 85 + (34*posyy),barWidth,barHeight,7212+ITEM_BASE_MODEL,SET_ITEMOPT_LEVEL(0),0,0,0,0.0);
(HELP)


Offline phuongcuongmsqm #72 Posteado: November 15, 2021, 09:58:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 101
  • Gracias recibida: 30
  • vn

Offline NghienMU #73 Posteado: November 17, 2021, 09:36:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 191
  • Gracias recibida: 58
  • vn

Offline T-LEGENDARY #74 Posteado: December 05, 2021, 08:05:38 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 12103
  • br
@louis compartilha o custom Quest , se não for pedir muito ☺️👍


Offline bugzik #75 Posteado: December 12, 2021, 03:26:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 2
  • Gracias recibida: 0
  • by
after select character close main.exe ?
have to fix please ?


Online erickmalfoy #76 Posteado: December 15, 2021, 04:45:40 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 675
  • Gracias recibida: 748
  • ar
Como bloqueo la ventana para que no camine el pj :( Alguien me ayuda en eso el resto esta Ok :D please


Online erickmalfoy #77 Posteado: December 15, 2021, 04:50:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 675
  • Gracias recibida: 748
  • ar
Listo , gracias por el aporte  cool2 aplausos



Holas Gracias por ayudar a la comunidad Una consulta como puedo cambiar el color de la ventana de jewebank xD me podes ayudar che ?


Offline skinmuonline #78 Posteado: January 07, 2022, 08:52:11 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 147
  • Gracias recibida: 226
  • br
if (GetKeyState('J') & 0x4000)
      {
         gCustomJewelBank.OpenWindow();
      }

NAOFUCIONA


Offline T-LEGENDARY #79 Posteado: January 07, 2022, 11:25:57 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 12103
  • br
if (GetKeyState('J') & 0x4000)
      {
         gCustomJewelBank.OpenWindow();
      }

NAOFUCIONA

tenta esse

if (GetKeyState('J') & 0x4000)
      {
         gInterface.Data[eJewelBank_MAIN].OnShow = true;
      }
      break;


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
1701 Views
Last post July 19, 2020, 05:15:30 AM
by takumi12
84 Replies
29520 Views
Last post November 19, 2024, 12:28:13 PM
by Wikko0
4 Replies
4878 Views
Last post July 06, 2022, 04:51:26 AM
by vazquezdudley2811
11 Replies
8976 Views
Last post December 23, 2023, 11:56:58 PM
by Saige
10 Replies
4891 Views
Last post August 25, 2025, 05:32:01 AM
by skymkt