Jump to content

Cyxer

Inactive Member
  • Posts

    144
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cyxer

  1. Δεν πειράζει! Όταν το δοκιμάσεις πες μου αν δουλεύει English: Does not matter. When you try it let me know if it works
  2. I change the command shutdown to termatismos! use /termatismos [Hidden Content]
  3. can you send me the cmd.cpp and cmd_gm.cpp to check; :)
  4. I not and in source! You need to add the code!
  5. M2 Download Center Download Here ( Internal ) In client: Open: UserInterface/Userinterface.cpp Search: ( lib, "python22.lib" ) Replace: ( lib, "python27.lib" ) Open: ScriptLib/PythonLauncher.cpp Search #include <Python-2.2/frameobject.h> Replace: #include <Python-2.7/frameobject.h> Open: ScriptLib/PythonLauncher.h Search: #include <Python-2.2/frameobject.h> Replace: #include <Python-2.7/frameobject.h> Open: ScriptLib/PythonMarshal.cpp Search: #include <Python-2.2/longintrepr.h> Replace: #include <Python-2.7/longintrepr.h> Open: ScriptLib/StdAfx.h Search all: #include <Python-2.2 Replace all: #include <Python-2.7 Download: [Hidden Content]
  6. cd /usr/ports/graphics/devil && make install clean
  7. help here guys please! [Hidden Content]
  8. i test this: else if (IS_SET(pkSk->dwFlag, SKILL_FLAG_PARTY) && GetParty()) { FPartyPIDCollector f; GetParty()->ForEachOnMapMember(f, GetMapIndex()); for (std::vector <DWORD>::iterator it = f.vecPIDs.begin(); it != f.vecPIDs.end(); it++) { LPCHARACTER ch = CHARACTER_MANAGER::instance().FindByPID(*it); ch->ComputeSkill(dwVnum, ch); } } and the problem not fix!
  9. in char_skill.cpp i have this: else if (IS_SET(pkSk->dwFlag, SKILL_FLAG_PARTY) && GetParty()) { FPartyPIDCollector f; GetParty()->ForEachOnMapMember(f, GetMapIndex()); for (std::vector <DWORD>::iterator it = f.vecPIDs.begin(); it != f.vecPIDs.end(); it++) { LPCHARACTER ch = CHARACTER_MANAGER::instance().FindByPID(*it); if (ch) ch->ComputeSkill(dwVnum, ch); } } make to this;
  10. You want to send your skill.h and char_skill.cpp?
  11. skill:h skill_proto(design table) skill_proto:
  12. I have a problem with the wolfman! The buff skill not add other members of the group. Only in wolfman!
×
×
  • 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.