Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Right Click Mouse  (Visto 40534 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline samsunggon #80 Posteado: June 01, 2020, 04:15:06 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph
can anyone help ?
 i cant follow the source code in main ^^
but in gameserver no problem


DISCORD: valentino1515


Offline samsunggon #81 Posteado: June 01, 2020, 04:18:56 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph
is this correct?
PostItem::PostItem ()
{
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor =  GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();

   #if(MOVE_ITEM)
   last_tickcount_moveitem_ = 0;
   #endif
}


DISCORD: valentino1515


Offline onlinezajzaj #82 Posteado: June 01, 2020, 04:26:47 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 690
  • Gracias recibida: 17903
  • vn
is this correct?
PostItem::PostItem ()
{
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor =  GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();

   #if(MOVE_ITEM)
   last_tickcount_moveitem_ = 0;
   #endif
}

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

 :o :o :o :o :o :o :o :o

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline samsunggon #83 Posteado: June 01, 2020, 04:38:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph
is this correct?
PostItem::PostItem ()
{
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor =  GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();

   #if(MOVE_ITEM)
   last_tickcount_moveitem_ = 0;
   #endif
}

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

 :o :o :o :o :o :o :o :o

already done that source code of
post item and works 100%

but i dont know where i put this code

post_item.cpp

PostItem::PostItem ()

Code: [Select]
#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif


DISCORD: valentino1515


Offline samsunggon #84 Posteado: June 01, 2020, 04:41:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph
is this correct?
PostItem::PostItem ()
{
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor =  GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();

   #if(MOVE_ITEM)
   last_tickcount_moveitem_ = 0;
   #endif
}

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

 :o :o :o :o :o :o :o :o

already done that source code of
post item and works 100%

but i dont know where i put this code

Code: [Select]
post_item.cpp

PostItem::PostItem ()

#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif

this is my error
Code: [Select]
 
Error 15 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 707 1 Main
Error 9 error C3861: 'DataSend2': identifier not found C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 123 1 Main
Error 16 error C2365: 'SetChaosBoxState' : redefinition; previous definition was 'function' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 707 1 Main
Error 8 error C2228: left of '.size' must have class/struct/union C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 123 1 Main
Error 6 error C2228: left of '.set' must have class/struct/union C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 122 1 Main
Error 18 error C2084: function 'void SetChaosBoxState(PMSG_SET_CHAOSBOX_STATE *)' already has a body C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 711 1 Main
Error 12 error C2084: function 'void PostItem::PostItemToWorldChatChannelImp(void *)' already has a body C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 217 1 Main
Error 14 error C2065: 'lpMsg' : undeclared identifier C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 707 1 Main
Error 17 error C2059: syntax error : 'return' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 708 1 Main
Error 13 error C2059: syntax error : 'case' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\Protocol.cpp 706 1 Main
Error 2 error C2039: 'RemoveEquipment' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 69 1 Main
Error 3 error C2039: 'last_tickcount_moveitem_' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 80 1 Main
Error 4 error C2039: 'last_tickcount_moveitem_' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 97 1 Main
Error 10 error C2039: 'last_tickcount_moveitem_' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 127 1 Main
Error 11 error C2039: 'last_tickcount_moveitem_' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 185 1 Main
Error 5 error C2039: 'header' : is not a member of 'PMSG_POSTITEM' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 122 1 Main
Error 7 error C2039: 'header' : is not a member of 'PMSG_POSTITEM' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 123 1 Main
Error 1 error C2039: 'Equipments' : is not a member of 'PostItem' C:\Users\INTEL\Documents\Visual Studio 2010\Projects\LOUIS13\Main_EX603_Org\Main\post_item.cpp 56 1 Main



DISCORD: valentino1515


Offline onlinezajzaj #85 Posteado: June 01, 2020, 04:43:27 AM | Modificado: June 01, 2020, 04:45:02 AM by onlinezajzaj

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 690
  • Gracias recibida: 17903
  • vn

[/quote]

already done that source code of
post item and works 100%

but i dont know where i put this code

post_item.cpp

PostItem::PostItem ()

Code: [Select]
#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif
[/quote]



Demo for you

Code: [Select]
PostItem::PostItem () {
#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor = GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();
}
// -----------------------------------------------------------------------------


post_item.h

Code: [Select]
#pragma once

//#include "macro.h"
#include "item_post.h"
class PostItem {
  public:
    PostItem ();
    virtual ~PostItem();

    void Hook();
 

    static void PostItemToWorldChatChannel();
    static void PostItemToWorldChatChannelImp ( void * item_data );
    static void * AddItem ( void * item_data );
    static void BuildChatDataLong();  // long message
    static void BuildChatDataShort();  // short message
    static void BuildChatData ( void * chat_data_pointer );
    static void ProcessCharacterHeadChatText();
    static void ProcessCharacterHeadChatTextImp ( char * base_address, char * chat_text );
    static void ViewPostItem();
    static void ViewPostItemImp ( void * chat_data_pointer );
#if(MOVE_ITEM)
static void Equipments();
static void RemoveEquipment(void * item_data);
#endif
    int PostItemColor;

public:
    LinkedList<ItemPost> list_;
    unsigned long list_counter_;

    DWORD last_tickcount_post_;

    void ** current_item_post_;
    DWORD * last_tickcount_view_;
#if(MOVE_ITEM)
DWORD last_tickcount_moveitem_;
#endif

    bool draw_character_head_chat_text_;
    char * draw_character_head_chat_text_base_address_;

}; extern PostItem gPostItem;

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Gracias:


Offline samsunggon #86 Posteado: June 01, 2020, 05:24:21 AM | Modificado: June 01, 2020, 05:43:22 AM by samsunggon

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph

DISCORD: valentino1515


Offline samsunggon #87 Posteado: June 01, 2020, 05:25:08 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 434
  • Gracias recibida: 1325
  • ph

already done that source code of
post item and works 100%

but i dont know where i put this code

post_item.cpp

PostItem::PostItem ()

Code: [Select]
#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif



Demo for you

Code: [Select]
PostItem::PostItem () {
#if(MOVE_ITEM)
last_tickcount_moveitem_ = 0;
#endif
    list_counter_ = 0;
    last_tickcount_post_ = 0;
    current_item_post_ = &gInterface.item_post_;
    last_tickcount_view_ = &gInterface.last_tickcount_view_;
    draw_character_head_chat_text_ = false;
    PostItemColor = GetPrivateProfileInt ( "Game", "PostColor", 7, ".\\Settings.ini" );
    if ( PostItemColor < 1 || PostItemColor > 9 ){PostItemColor = 9;}


    Hook();
}
// -----------------------------------------------------------------------------


post_item.h

Code: [Select]
#pragma once

//#include "macro.h"
#include "item_post.h"
class PostItem {
  public:
    PostItem ();
    virtual ~PostItem();

    void Hook();
 

    static void PostItemToWorldChatChannel();
    static void PostItemToWorldChatChannelImp ( void * item_data );
    static void * AddItem ( void * item_data );
    static void BuildChatDataLong();  // long message
    static void BuildChatDataShort();  // short message
    static void BuildChatData ( void * chat_data_pointer );
    static void ProcessCharacterHeadChatText();
    static void ProcessCharacterHeadChatTextImp ( char * base_address, char * chat_text );
    static void ViewPostItem();
    static void ViewPostItemImp ( void * chat_data_pointer );
#if(MOVE_ITEM)
static void Equipments();
static void RemoveEquipment(void * item_data);
#endif
    int PostItemColor;

public:
    LinkedList<ItemPost> list_;
    unsigned long list_counter_;

    DWORD last_tickcount_post_;

    void ** current_item_post_;
    DWORD * last_tickcount_view_;
#if(MOVE_ITEM)
DWORD last_tickcount_moveitem_;
#endif

    bool draw_character_head_chat_text_;
    char * draw_character_head_chat_text_base_address_;

}; extern PostItem gPostItem;

Thanks
but my error become x2
70+ to 100+
[/quote]


DISCORD: valentino1515


Offline bimaloha #88 Posteado: June 01, 2020, 08:56:04 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 118
  • Gracias recibida: 3861
  • vn
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h


RightClick.cpp

Gracias:

VikingoMU, GX_KYO, frajola, jonhz, 2str0kE, momo752, hieuvt, tienduy1992, hald22, giveusatan, nhatphai21996vn, esteban, e911217, Rouge, dakosmu, josue3pc, usersa, sagat202, bustafa, sanlp, phantomtb, hardcoremd, narinrak1, concac123, dasgrid, vipgale01, TryMenow, vitor, xianwen, nofeara, Ifreat, jangaka1, cantante007, smallz170, liron003, h3yShOk, Robins, mantios, animator, markxj6, Lazarocp2020, powerpatic, linkvas12, tcbaoanh, barteo, Darki12345, boylasd, xtestx, dahouzi, beibei, leanh, Iямαηɗαɗ ☠, tieugiao, laulinh2, ledemkhoc, kennypc, lunaticodeveloper, 452745444, ldads, BladeKnight109, VERNERON, InFamous, muancestral, rekis, Niusuce, taanzaza, hinam.97, gredy, dark, vcore30, juniorcgr, zlethanhlong, z348870672, thanhdopc93, claudioc1, PsychoJr, ailsoncost, showmax, mattihi1mi, tiendoanit, MsotoC, gauyeutho, Thor Host, Facundo Jara, deathsquad, Djassar, melo920, KhongGianOL, agitor, hackvcoinpro1, victormvw, OneMU, Cartman, yhoon, LTP Team, kind, ohmagic, joselagos, kaisudo, dhaomao, Chupulum, nnDoug, DangeR, takumi12, thanhbinhqht, EaglE, Jean LR, TzCr4ck, Smith200, 6atters, spartacus, comelon666, mavine, 423646802, Aguila, hiep, dizzys, LeeHenry, samsunggon, Odisk, Higgs, manfromvn, Llalex, NguyenAnh, iggfree, quyanxu, dark32, thunwa1, elmaxis1, Genilson23, knight.php, fer1992, Pyke, AZURE, dsw_pool, kaiocnx, z3r0x, JavixFer, beecubin, npt.formu, c4nhsatcodong, Pasa_Pal_Fondo, fabianm, gacon201294, cri0, SaintZeus, ConejoMalo, andreyzz, djagripnos, artem, wolffrox, jhonhy, wnz5678, axeman192, chuckhai, Kosh

Offline chuckhai #89 Posteado: June 01, 2020, 09:57:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1070
  • vn
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h
RightClick.cpp
works well tk


Offline artem #90 Posteado: June 01, 2020, 11:14:30 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 108
  • Gracias recibida: 17
  • ua
can someone share serverside source for ex-team sources (zteam)
Thanks


Offline artem #91 Posteado: June 01, 2020, 12:42:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 108
  • Gracias recibida: 17
  • ua
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h
RightClick.cpp
client crashes after open inventory on 1.04D Zteam Sources.


Offline c4nhsatcodong #92 Posteado: June 01, 2020, 12:48:34 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 360
  • Gracias recibida: 1876
  • vn
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h
RightClick.cpp
client crashes after open inventory on 1.04D Zteam Sources.

change the offset 1.04D:
        SetCompleteHook(0xE9, 0x007DCE80, &ClickOnItem);//1.04D-> 0x007DCE80
   SetCompleteHook(0xE9, 0x0083B7E4, &Equipments);//1.04D->0x0083B7E4

       MOV mem, 0x007DCF4D
And in gs I'm researching, not yet completed

Publicar un anuncio Mu Online gratis - Mu Online Community GRATIS.
Post free Mu Online ads - FREE Mu Online Community
https://www.facebook.com/groups/274190243227367/

Gracias:


Offline artem #93 Posteado: June 01, 2020, 12:57:14 PM | Modificado: June 01, 2020, 01:03:30 PM by artem

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 108
  • Gracias recibida: 17
  • ua
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h
RightClick.cpp
client crashes after open inventory on 1.04D Zteam Sources.
change the offset 1.04D:
        SetCompleteHook(0xE9, 0x007DCE80, &ClickOnItem);//1.04D-> 0x007DCE80
   SetCompleteHook(0xE9, 0x0083B7E4, &Equipments);//1.04D->0x0083B7E4

       MOV mem, 0x007DCF4D
And in gs I'm researching, not yet completed
You already add it on ex-team sources?


Offline Kosh #94 Posteado: June 01, 2020, 01:44:58 PM | Modificado: June 20, 2020, 10:43:42 AM by Kosh

  • KG-Emulador
  • +2 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 497
  • Gracias recibida: 10415
  • uy

Offline elmaxis1 #95 Posteado: June 01, 2020, 07:09:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 2
  • es
Se puede adaptar para la S4 Up13?


Offline Facundo Jara #96 Posteado: June 01, 2020, 10:39:17 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 56
  • Gracias recibida: 13
  • ar
Sirve para S4?


Offline c4nhsatcodong #97 Posteado: June 01, 2020, 11:35:57 PM | Modificado: June 02, 2020, 05:33:55 AM by c4nhsatcodong

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 360
  • Gracias recibida: 1876
  • vn
Client code for noob ones who using muemu source but don't know how to add:

RightClick.h
RightClick.cpp

I am missing these three functions because I am using Ex-team I am not good at coding you can help the community once again

GetSlot

Publicar un anuncio Mu Online gratis - Mu Online Community GRATIS.
Post free Mu Online ads - FREE Mu Online Community
https://www.facebook.com/groups/274190243227367/


Offline Llalex #98 Posteado: June 02, 2020, 12:13:00 AM | Modificado: July 01, 2020, 07:23:02 PM by Llalex

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 337
  • Gracias recibida: 396
  • ve
Servidores 6
Guía
Main



Game Server




Vídeo de test Maquina Chaos
Chaos Machine Test Video

Actualizacion 01-07-2020
Fix Maquina de chaos

Gracias:


Offline Llalex #99 Posteado: June 02, 2020, 12:27:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 337
  • Gracias recibida: 396
  • ve

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
19 Replies
2653 Views
Last post April 08, 2021, 01:45:40 AM
by xtestx
10 Replies
1471 Views
Last post December 23, 2020, 11:11:55 PM
by Ketamine
0 Replies
718 Views
Last post October 18, 2022, 10:41:43 AM
by ziza
1 Replies
406 Views
Last post February 02, 2023, 01:32:54 AM
by takumi12
4 Replies
360 Views
Last post June 27, 2023, 11:01:18 PM
by crazyyXXTT