Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by Necro

  1.  

     

    Please explain better...

    Do you know the hack which allow players to create items ? just vizual items ?

    They can show them in trade, pm and chat, but this items are just visual not real.

     

    Is there a way to make the game check if it exist in database ? and after let show them in chat etc ?

     

    Does this glitch work on all items, or just item_quest?

     

     

    All items

  2. Hi, i try add new socket 0-5 but in dump_proto i change 

     

    ITEM_SOCKET_SLOT_MAX_NUM = 3,

    ->

    ITEM_SOCKET_SLOT_MAX_NUM = 6,

     

    and client has error with item_proto structure and without change = ITEM_SOCKET_SLOT_MAX_NUM = 3 are SOCKET okey but i have little problem with effect:

     

    I have effect +9 on second hand 

     

    CdgGn09.png

     

    Thanks for any idea.

  3. Hi i was trying change CHARACTER_NAME_MAX_LEN so i must change in dump_proto but in source i found that BELT_ITEM isnt defined so 

     

    i do it like this:

    int get_Item_Type_Value(string inputString)
    .
    .
    .
    "ITEM_BELT",  //34
    
    string* arSubType[] 
    .
    .
    .
    0, //34
    
    
    int arNumberOfSubtype[35];
    .
    .
    .
    arNumberOfSubtype[34] = 0;

    but i dont see bonus belts ingame

     

     

    any idea?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.