; 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.
I have completed global work on player synchronization. Now I continue to implement the UI.
Added to the store: processes any size of the list of products, the store itself expands the cells or removes unnecessary ones.
Added ToolTips for accessories.
Added optimization for the store so that a large number of items can be processed quickly.
Added movement by double clicking in the sell - buy field and back.
2 new events have been added.
🚩 Capture The Flag
- Two teams battle to steal the enemy's flag and return it to their base!
- Team coordination and defense are key!
- The team with the most successful captures when time runs out wins!
✨ Master of Enchanting
- Receive a Master Yogi Staff and unlimited Master Yogi Scrolls!
- Compete to reach the highest enchant level before time runs out!
- Top 3 players with the highest enchanted staffs win awesome rewards!
Price has been increased to 80 euro including the new update.
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.