Jump to content

afonbka

Members
  • Posts

    15
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About afonbka

Contact Methods

  • Website URL
    Hard-game.com

Profile Information

  • Gender
    Not Telling
  • Country
    Russia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

afonbka's Achievements

Apprentice

Apprentice (3/16)

  • Collaborator Rare
  • Reacting Well Rare
  • Dedicated Rare
  • First Post Rare
  • Week One Done Rare

Recent Badges

3

Reputation

  1. Download this fix and more other in Download l2off section. Vanganth for roe2, for guytis and more other source pack have fix slot, offline trade restore, fix bugs
  2. build date ver = Apr 10 2009_10:40:00 = GF pts IDAPro->jump to adress 0x812EC3 and see you problem. the error indicates a prohibition when accessing the address 0xC8251018 in the extender. and since you do not have the source code of the extender, then in your case either write your own or contact advext
  3. You dont have memory for run server. For pts(c4) need 8+ gb Enlarge the Swap File for windows
  4. hi friend, you need learn 3 language. 1. assembler for x64 2. ida pro disassembler 3. c++ for write own extender sorry for my english
  5. hi friend. the eressa extender is more stable, but still has many bugs
  6. Hi man, you problem is in the code conditional compilation flag for kamael+ clients. file shared.h // uncomment code . sorry for my english. #define __KAMAEL_PACKETS__ //kamael packet handling #define __KAMAEL_PACKETS_SEND__ //kamael packet handling #define __KAMAEL_PACKETS_RECEIVE__ //kamael packet handling
  7. void COfflineShop::RequestBuyRequiredItem(User *pUser) { if(m_Enabled) { if(!pUser->IsNowTrade()) { if(pUser->pSD->nStoreMode == 0) { if(m_RequiredItemPriceId > 0 && m_RequiredItemPriceCount > 0) { if(!pUser->inventory.HaveItemByClassID(m_RequiredItemId, m_RequiredItemCount)) { if(pUser->inventory.HaveItemByClassID(m_RequiredItemPriceId, m_RequiredItemPriceCount)) { pUser->DeleteItemInInventory(m_RequiredItemPriceId, m_RequiredItemPriceCount); pUser->AddItemToInventory(m_RequiredItemId, m_RequiredItemCount); }else { pUser->pSocket->SendSystemMessage(L"You don't have enough required items to do this action!"); return; } }else { pUser->pSocket->SendSystemMessage(L"You already have offline shop item!"); return; } }else { pUser->AddItemToInventory(m_RequiredItemId, m_RequiredItemCount); } }else { pUser->pSocket->SendSystemMessage(L"You cannot do this action while having a private store!"); } }else { pUser->pSocket->SendSystemMessage(L"You cannot do this action while trading!"); } }else { pUser->pSocket->SendSystemMessage(L"This feature is disabled!"); return; } } Code for fix button buy offline shop item.
  8. C2 files do not exist, only c1 c4 gf hf pts files sharing.
  9. 1. Skilldata.txt autolearn=enable for you skill. 2. You have source? Fix this.
  10. The seller is verified. I recommend. Goods of the declared quality, full server package, patch, source code. The price is low, my rating is 10 points.
×
×
  • Create New...