Jump to content

Speachless

Premium
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by Speachless

  1. Only on Lycan. Sync: cannot find tree at -2147483648 -2147483648 (name: [GA]Sebi)
  2. When i use mounts like 71124 71125 71126 the mobs disapear and i get syser : Sync: cannot find tree at -2147483648 -2147483648 (name: [GA]Sebi) To make mobs disapear you need to walk in map some metters 20-30 by using mount.
  3. On my site can't see the empire of the guild ( only if leader is lycan ) because i think if no clase on guild ,,?'' = no empire because character is not defined , something like that.
  4. Hi metin2dev, do you know a modality to find items with extra bonus or make a function which delete them ?
  5. Open the battle.cpp file and search : case WEAPON_CLAW: iDam = iDam * (100 - pkVictim->GetPoint(POINT_RESIST_CLAW)) / 100; Replace with : case WEAPON_CLAW: iDam = iDam * (100 - pkVictim->GetPoint(POINT_RESIST_DAGGER)) / 100;
  6. In Romania the claw resistance isn't seen in a good mode , players don't want it .
  7. iDam = iDam * (100 - pkChrVictim->GetPoint(POINT_RESIST_CLAW)) / 100; replace to iDam = iDam * (100 - pkChrVictim->GetPoint(POINT_RESIST_DAGGER)) / 100; i think this will fix the problem , i am compiling now the game. Edit : it works fine , i will let the topic for people who have this problem . char_skill.cpp
  8. My lycan have dagger defense , it works fine on hit dmg , but when i use skills the dagger defense doesn't give any help .
  9. I resolved it , now when i use some armoors and use mounts like 71125 71126 etc it gives me back.
  10. Lycan can only use claws. System should be only load claws from data folder. Not all weapons (For lycan) Kind Regards. Zerelth ~ Ellie I have the wolfman folder in pc2 and i think it should be to pc3 to work fine.
  11. I didn't understand . I have to copy from another pc the folder onehand_sword to wolfman folder ? and put the wolfman folder in share/data/pc3 ?
  12. GetMoveMotionSpeed: cannot find motion (name ZekTo race 8 mode 1)
×
×
  • 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.