Jump to content

zeimpekis9

Inactive Member
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by zeimpekis9

  1. The player you're trying to connect has got a wrong skill. I had the same problem and for example my shaman had 112 skill instead of 111 because i had a wrong number at my quest that makes P every skill of a shaman. So check something like that... To fix it, copy all the fields of an 1 lvl normal player and paste them at buggy character.
  2. Hello community. I was wondering, how can i change the start lvl from src and also give the players the necessary stat points so they can upgrade whatever they want? Thanks.
  3. Hello community, Im searching someone who sells a Wiki homepage script. If anyone has, please contact me with message here. Thanks.
  4. Hello community, I have in sysuser and syslog buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) no have core crash .core when character login, is locked dont send msg,open npc etc.. I AM PAYING FOR THIS FIX.
  5. Hey guys, i want to ask some questions. 1.When lycan uses the Skill Crimson Wolf Soul the gm symbol is attached to him, without being GM, and the player has no rights. 2.Shamans wont deal damage to metins. Thanks for your time.
  6. Hello guys, when i try to upgrade my dragonsouls (ruby) from ancient to legendary if they 're in the first line or on the 5 first slots of the second they wont be upgraded. if they are in the rest its ok
  7. hello community. Im wondering how i can make claw bonuses etc make read them like dagger. Also can anyone share the right skill_proto.sql for wolfman? because i want to implement it to my server. Thanks a lot.
  8. Hello community. Does anyone knows WHY support at infinity hosting doesnt answer? i have upgrade my machine, but it still has 4 gb ram. I dont understand. Please answer if you know anything.
  9. Can you fix your links please? because we used them a lot...
  10. Im having a trouble, can you add me on skype so you'll help me? thats my skype: live:11bfe7c175904182
  11. hello community, im searching for a converter that can convert xml to sql. Does anyone have one? if yes, please share it down here at the comments.
  12. Can you try the automatic correction of duplicates?? It will upgrade a lot this tool. And also a good idea is : - when you see the file, to be able to open folder when you click at the path or somehow. - to have an option to choose if there are duplicate files with the same name. So we can choose if we want the tool to search files with the same name or with the same content.
  13. The folder is like this: it can't unpack it.
  14. Hello community. I wanted to ask if there is public any unpacker for the foxfs protection... Can anyone share it or tell me how am i possible to unpack a file? Thanks.
  15. Hello community. I have a problem, at my server. I removed sequence system (i read a tutorial at this forum) and i removed it successfully. For some reason, now my server has random kicks. Server works fine for 3-4 days, but at 5th day, when players connect and try to move or do something, they get kicked instantly. I have no error at sysser or any game.core. I dont know whats going on, but i think its because of sequence system. Any ideas? does anyone had this problem? can you suggest me what i should look for to fix it? Thanks for your time.
  16. Hello community. Im wondering if someone can share a fix to block these 2 hacks? These hacks are destroying the game... Is there any fix for binary to hide the process or anything else like a .dll so i can add it with the StudPE at my .exe? I want to block every injector... Thanks for your time.
  17. Hello community. I wanted to ask if you could suggest me any host for my freebsd. I want a host which is cheap, for example i want to pay less than 50 euros for 16 gb RAM machine. Do you know anyone? Thanks for your time.
  18. if (IsAffectFlag(AFF_MANASHIELD)) { // POINT_MANASHIELD 는 작아질수록 좋다 int iDamageSPPart = dam / 3; int iDamageToSP = iDamageSPPart * GetPoint(POINT_MANASHIELD) / 100; int iSP = GetSP(); // SP가 있으면 무조건 데미지 절반 감소 if (iDamageToSP <= iSP) { PointChange(POINT_SP, -iDamageToSP); dam -= iDamageSPPart; } else { // 정신력이 모자라서 피가 더 깍여야할 PointChange(POINT_SP, -GetSP()); dam -= iSP * 100 / MAX(GetPoint(POINT_MANASHIELD), 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.