Jump to content

Sirio

Premium
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Community Answers

  1. Sirio's post in SELFONLY Shaman buffs on map was marked as the answer   
    In char_skill.cpp, under:
    bool CHARACTER::UseSkill(DWORD dwVnum, LPCHARACTER pkVictim, bool bUseGrandMaster) { if (false == CanUseSkill(dwVnum)) return false; paste:
    int iArrayIndexSkill[] = {94, 95, 96, 109, 110, 111}; // skill index for (int iBuffSkill = 0; iBuffSkill < _countof(iArrayIndexSkill); iBuffSkill++) { if (iArrayIndexSkill[iBuffSkill] == dwVnum && pkVictim->GetMapIndex() == 26) // map index { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Say something.")); pkVictim = this; } }  
    Not my code, but i forgot who it is.
  2. Sirio's post in Damage is not the same in all maps was marked as the answer   
    Remove this from char_battle.cpp :
    if (iEmpire && iMapEmpire && iEmpire != iMapEmpire) { int percent = 10; if (184 <= lMapIndex && lMapIndex <= 189) { if (LC_IsYMIR() == true) percent = 7; else percent = 9; } else { if (LC_IsYMIR() == true) percent = 8; else percent = 9; } dam = dam * percent / 10; }  
  3. Sirio's post in Lycan hasn't Skill shop was marked as the answer   
    After reaching level 5, it will give automatically skills:
     
    https://mega.co.nz/#!wcEEEDCB!WT9naS-juFBwHuijQYZkPJr4aMLkijwleAemtY9N7RU
  4. Sirio's post in Need Tutorial with Adding armors was marked as the answer   
    Ah i forgot the weapons,
     
    to add them you must go in locale and in item list
    put the value like this
     
    ex.    52    WEAPON       icon/item/00050.tga        d:/ymir work/item/weapon/00050.gr2
     
    icon/item/00050.tga <--- the directory of icon          d:/ymir work/item/weapon/00050.gr2 <----- directory of 3d model
  5. Sirio's post in [Help]Need cube.txt was marked as the answer   
    here cube like official
     
    https://mega.co.nz/#!tUtQFACb!-QGKLxkuijkNVuZux1S1fIvE9md_rA7cF2QRQadqrF4  
×
×
  • 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.