; 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.
For wholesale clients
We understand that favorable terms are especially important when dealing with large volumes.
That’s why we offer a flexible system for wholesale clients we can discuss pricing and provide personalized solutions tailored to your needs.
With us, you get not only a reliable service but also support focused on long-term cooperation.
We value partners who operate at scale and do everything possible to make it convenient and profitable for you to grow together with Vibe SMS.
Website link — https://vibe-sms.net/
Our Telegram channel — https://t.me/vibe_sms
We ready to post first part of Patchnotes!
To avoid delaying the patch notes, we’ve decided to split them into two parts.
Right now, we’re publishing the patch notes focused on balance changes (skill changes).
In the second part, we’ll share details about gameplay updates, world changes, activities, and more.
- Patchnotes (last post on topic)
https://forum.lineage2dex.com/threads/16724/#post-72291
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.