Jump to content

Naelson

VIP Member
  • Posts

    158
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Naelson

  1. What sql server you use for windows 2008 ? is giving error dependency Link of download Sql server good Ouch pliz
  2. npcpos is the same thing? I do not know if this topic ta resolved I'm a noob and ass :happyforever: I will force my processor here to try to understand :okey:
  3. How do I find the height of this area {{85055;-16504;-1824;#} http://i.imgur.com/fakcDBb.jpg Is there any program ?
  4. Yes xel Coords in AI not the same But is The same area {128608;93543;-7500;-500} is position of spawn ?
  5. area_begin name=[ctf_1_1] map_no = {23;20} default_status=off type=battle_zone range = {{85055;-16504;-1824;16383};{85180;-16208;-1824;16383};{85046;-16049;-1824;16383};{81677;-14787;-1824;16383};{81311;-15872;-1832;16383};{81351;16218;-1840;16383};{81626;-15830;-1856;16383};{85079;-16739;-1824;16383}} area_end I need help Ctf event added but does not flag in this area http://i.imgur.com/fakcDBb.jpg
  6. You need to program Or has otherwise more simple ?
  7. ; 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 Someone there has conhecimendo where I am failing I am new to programming I can not find the syntax error
×
×
  • Create New...