; This file is part of ADL2.
; ADL2 is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
; ADL2 is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
; You should have received a copy of the GNU General Public License
; along with ADL2. If not, see <http://www.gnu.org/licenses/>.
; You May Not Make Commercial Use of any of our content, and any kind
; of newer implementations will be need to be shared and commited.
include windows.inc
extrn ?CanSellItem@COfflineShop@@SA_NPEAVCItem@@@Z:proc
extrn CanSellItem:proc
.code
.data
ManagePrivateStoreFilterHook proc
mov rax, [rcx+30h]
cmp dword [rax+70h],39h
jnz @F
ret
@@:
push rax
push rcx
sub rsp, 20h
call CanSellItem
add rsp, 20h
cmp rax, 0
pop rcx
pop rax
ret
ManagePrivateStoreFilterHook endp
end
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Based on all your comments, I realized that you are a complete beginner who doesn't understand anything about programming or even the basic concepts of the Java language.
Go study, gain some basic knowledge about the subject, and after you've studied and acquired at least a minimal understanding, you can come back here and ask for clarifications, and I’ll help you with all your questions. 🤣🤣🤣🤣
@Möbius
You should start a comedy show on television, you're very funny, and for those who know your face as well as I do, I can say you'd make a great clown.
The more you try to explain yourself and claim you're the god of L2j, actually, I believe you think of yourself as this god of L2j, but you forget that in this world, there are many programmers better than you who don't engage in fraudulent scams against people.
just like you are doing
Question
Naelson
Someone there has conhecimendo where I am failing
I am new to programming
I can not find the syntax error
Edited by Jamba1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.