Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. в /src/map/clif.c, в функции clif_parse_UseSkillToId_homun
  2.  
  3. закомментим:
  4. else if (DIFF_TICK(tick, hd->ud.canact_tick) < 0){
  5. clif->emotion(&hd->bl, E_DOTS);
  6. if (hd->master)
  7. clif->skill_fail(hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0);
  8. return;
  9.  
  10. }
  11.  
  12.  
  13. т.е, сделаем так:
  14. /*
  15. else if (DIFF_TICK(tick, hd->ud.canact_tick) < 0){
  16. clif->emotion(&hd->bl, E_DOTS);
  17. if (hd->master)
  18. clif->skill_fail(hd->master, skill_id, USESKILL_FAIL_SKILLINTERVAL, 0);
  19. return;
  20.  
  21. }
  22. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement