Jump to content

Haya

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

About Haya

Informations

  • Gender
    Female

Recent Profile Visitors

1804 profile views

Haya's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

4

Reputation

  1. already ask the person does not know
  2. hello, could you help me on this display error ?
  3. hello ===> projet ===> add ===> pythonpetskill.h and pythonpetskill.cpp cdt
  4. hello please resolve syssr 0115 11:53:29748 :: CEffectManager::RegisterEffect - LoadScript() Error 0115 11:53:29748 :: CInstanceBase::RegisterEffect(eEftType=282, c_szEftAttachBone=, c_szEftName=, isCache=0) - Error thk
  5. questnpc (number npc) Zlata zila stop server and start serveur
  6. yes no motlist Problem solved thank you
  7. hello ! please help no syssr client and fichiers msa have the right path with their .gr2 Possible re up alls mobs, new update please? thank you
  8. up please for update new monster dungeon and halloween.
  9. hello !! possible new mob from halloween and new mob update please ? thank
  10. void CHARACTER::UseArrow(LPITEM pkArrow, DWORD dwArrowCount) { int iCount = pkArrow->GetCount(); iCount = iCount - MIN(iCount, dwArrowCount); if (pkArrow->GetVnum() != 79503) pkArrow->SetCount(iCount); DWORD dwVnum = pkArrow->GetVnum(); if (iCount == 0) { LPITEM pkNewArrow = FindSpecifyItem(dwVnum); sys_log(0, "UseArrow : FindSpecifyItem %u %p", dwVnum, get_pointer(pkNewArrow)); if (pkNewArrow) EquipItem(pkNewArrow); } } It's work, possible partie client (root and item_proto server and client) thank you
  11. char_battle.cpp: In member function 'void CHARACTER::UseArrow(CItem*, DWORD)': char_battle.cpp:2836: error: 'iCount' was not declared in this scope gmake: *** [OBJDIR/char_battle.o] Error 1 void CHARACTER::UseArrow(LPITEM pkArrow, DWORD dwArrowCount) { iCount = iCount - MIN(iCount, dwArrowCount); if (pkArrow->GetVnum() != 88005) pkArrow->SetCount(iCount); DWORD dwVnum = pkArrow->GetVnum(); int iCount = pkArrow->GetCount(); if (iCount == 0) { LPITEM pkNewArrow = FindSpecifyItem(dwVnum); sys_log(0, "UseArrow : FindSpecifyItem %u %p", dwVnum, get_pointer(pkNewArrow)); if (pkNewArrow) EquipItem(pkNewArrow); } }
  12. Hello, possible to make a full and clear tutorial is about ? With proto client, server and effect? thank you
  13. possible link uitooltip please? Thank
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.