Welcome to the RaGEZONE - MMORPG development forums.

Inventory Drop

This is a discussion on Inventory Drop within the WYD2 forums, part of the MMO and MMORPG Developments category; Hello everyone, this tutorial will show you how to drop on your server inventory First Address in va [0045DCC1] Delete ...

Results 1 to 1 of 1
  1. #1
    Two Is Better Than One
    Rank
    Member +
    Join Date
    Oct 2010
    Location
    Visual Studio
    Posts
    1,038
    Liked
    66
    Steam ID: Supremacy_09

    Inventory Drop

    Click
    Hello everyone, this tutorial will show you how to drop on your server inventory

    First Address in va [0045DCC1]

    Delete everything between the red line

    Then paste it where it was deleted

    Code:
    XOR EAX, EAX
    CALL 004633E0
    AND EAX,80000003
    JNS SHORT 0045DCD4
    DEC EAX
    OR EAX,0FFFFFFFC
    INC EAX
    MOV ECX,DWORD PTR SS:[EBP-33C]
    PUSH ECX
    PUSH DWORD PTR SS:[EBP + C]
    CALL 004439A0
    ADD ESP,8
    XOR EDX,EDX
    XOR EDX,EDX
    XOR EDX,EDX
    XOR EDX,EDX
    XOR EDX,EDX
    XOR EDX,EDX


    Thats All :)
    Last edited by nieen12; 10-05-11 at 12:35 AM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •