Advertisement
Guest User

Untitled

a guest
Feb 11th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /*
  2. Author: Finito
  3. Date: 2012-02-07
  4. Description: Fixes aura being removed when changing equipment item that is not a weapon.
  5. */
  6.  
  7. msgyn "(CREATED BY FINITO) Do you want to patch 1p1 with change equipment not weapon aura removed fix?"
  8. cmp $RESULT, 0
  9. je cancel
  10.  
  11. // Code replacing
  12. repl 43FD62, #8339FF7406#, #83FB067506#, 5
  13. repl 440091, #8339FF7406#, #83FD067506#, 5
  14. repl 440143, #8D8EEC78000083F80C740B83F80D7406C701FFFFFFFF4083C10483F8147CE7#, #E939FFFFFF9090909090909090909090909090909090909090909090909090#, 31
  15.  
  16. msg "Done patching the 1p1! with change equipment not weapon aura removed fix ^^"
  17. ret
  18.  
  19. cancel:
  20. msg "Script was not executed because it was canceled."
  21. ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement