نظام جميل جدا لكن فيه ملاحظتين
الاولى لازم تركب نظام tap tareging من تصميم فيغاس قبل ما تركب هذا
https://github.com/Vegas007/Metin2-Tab-Targeting-GF-v16.1
ثانيا تعديل بسيط من ناحية الاحداثيات
ابحث عن
## Active SKill
{"index": 0, "x": 1,"y": 4, "width":32, "height":32},
{"index": 1, "x":38+3,"y": 4, "width":32, "height":32},
{"index": 2, "x":75+6,"y": 4, "width":32, "height":32},
{"index": 3, "x":113+8,"y": 4, "width":32, "height":32},
{"index": 4, "x": 1,"y": 70, "width":32, "height":32},
{"index": 5, "x":38+3,"y": 70, "width":32, "height":32},
{"index": 6, "x":75+6,"y": 70, "width":32, "height":32},
{"index": 7, "x":113+8,"y": 70, "width":32, "height":32},
## Position
{"index": 9, "x": 1,"y": 170, "width":32, "height":32},
{"index": 10, "x":38+3,"y": 170, "width":32, "height":32},
{"index": 11, "x":75+6,"y": 170, "width":32, "height":32},
{"index": 12, "x":113+8,"y": 170, "width":32, "height":32},
{"index": 13, "x": 1,"y": 240, "width":32, "height":32},
{"index": 14, "x":38+3,"y": 240, "width":32, "height":32},
{"index": 15, "x":75+6,"y": 240, "width":32, "height":32},
{"index": 16, "x":113+8,"y": 240, "width":32, "height":32},
استبدله بـ
## Active SKill
{"index": 0, "x":113+8,"y": 4, "width":32, "height":32},
{"index": 1, "x":75+6,"y": 4, "width":32, "height":32},
{"index": 2, "x":38+3,"y": 4, "width":32, "height":32},
{"index": 3, "x": 1,"y": 4, "width":32, "height":32},
{"index": 4, "x":113+8,"y": 70, "width":32, "height":32},
{"index": 5, "x":75+6,"y": 70, "width":32, "height":32},
{"index": 6, "x":38+3,"y": 70, "width":32, "height":32},
{"index": 7, "x": 1,"y": 70, "width":32, "height":32},
## Position
{"index": 9, "x":113+8,"y": 170, "width":32, "height":32},
{"index": 10, "x":75+6,"y": 170, "width":32, "height":32},
{"index": 11, "x":38+3,"y": 170, "width":32, "height":32},
{"index": 12, "x": 1,"y": 170, "width":32, "height":32},
{"index": 13, "x":113+8,"y": 240, "width":32, "height":32},
{"index": 14, "x":75+6,"y": 240, "width":32, "height":32},
{"index": 15, "x":38+3,"y": 240, "width":32, "height":32},
{"index": 16, "x": 1,"y": 240, "width":32, "height":32},