Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. You'll soon find the answer for your question.
  2. This seems to be more complex to just publish. Unless you meant selling.
  3. Check this guy line, it does the effect when killed. [Hidden Content]
  4. 1. Enable 6-7 opt: (Europe, Singapore, Vietnam) 2. Change the Success Rate on attaching a Stone to an Item 3. Remove 3% tax when selling an Item 4. Enable Selling an Item by 0 yang in NPC shop 5. Enable pc_change_name (Europe) 6. Enable Selling 70024 () and 70035 () in NPC shop 7. Disable 6/7 Bonuses ( - )on Costumes 8. Edit Shutdown Time (when doing /shutdown command) 9. Edit Max Level 10. Delete Glass () need for link items in chat: 11. Dice and ÁÖ»çŔ§ fix 12. Disable Players drop Yang to the floor 13. Bonus Change Time 0min for Players 14. Change the time from dropped items 15. Make a New Mount to be able to Attack 16. Edit Max Status Points 17. Remove and edit limit_time (alias TimeBomb) 18. Emotions without Emotion Mask () 19. Fix War Crash Bug 20. Edit GM Commands Authority 21. Get Status Points after Level 90 22. Remove Potions when Levelup 23. Edit Rates Values 24. Fix Client Version Check Pay attention to tabulations. Keep in mind that this is just a re-upload of them tut's, some of them can be found way more completed. If you find something wrong feel free to say.
  5. If you want to be helped then buy the system from him.
  6. If I removed your skype from the topic it was for some reason. Don't edit the topic and post it again. Read the Board Rules. §2 Topics (2.4) Content Don't post stuff other made and/or sell stuff others made. No Links to other boards with the same sense as metin2dev allowed. No posting (whether to sell or give away for free) anything that involves cheating or stealing from people's clients or servers. It's not allowed to give your/our own skypes in public topics/posts, only via pm.The only exeption is for people that are trying to sell their services.
  7. Try to increase HairDataCount in .msm's and see if the problem was from there. Example HairDataCount 81 to HairDataCount 9999
  8. battle.cpp AttackAffect(pkAttacker, pkVictim, POINT_SLOW_PCT, IMMUNE_SLOW, AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, 20, "SLOW"); You also have in char_skill.cpp else if (IS_SET(m_pkSk->dwFlag, SKILL_FLAG_SLOW)) { SkillAttackAffect(pkChrVictim, iPct, IMMUNE_SLOW, AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, iDur, m_pkSk->szName); } And in cmd_gm.cpp (/slow) case COMMANDAFFECT_SLOW: SkillAttackAffect(tch, 1000, IMMUNE_SLOW, AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, 30, "GM_SLOW"); break;
  9. From the items themselves like armors etc? Or from the monsters when they slow you down?
×
×
  • 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.