Classic SetItemGrp

KasYr4

Vagabond
Customer
Shot00003.webpScreenshot_1.webp

Hello,
I changed SetItem_Classic-eu.grp and it was packed successfully and all original sets haven't been affected, but my armor still doesn't show missing set parts / bonuses.
There's nothing linking those together in armorgrp and itemname. Maybe somebody got a clue?
 
+1 up Эффект комплекта не отображается кто знает почему?
 
Потому что вы в итемах не прописали принадлежность к комплекту. Ищите по форуму уже были такие темы
 
  • Like
Reactions: JVM
Проверь в data файл armor_sets, там должен быть твой сет.
Ищи по ID или создавай новый, вписывай части сета, добавляй скилл. ID в armor_sets должен совпадать с ID SetItemGrp_Classic, тогда в игре всё будет отображаться

+1 up Эффект комплекта не отображается кто знает почему?
 
  • Like
Reactions: JVM
Hello,
I changed SetItem_Classic-eu.grp and it was packed successfully and all original sets haven't been affected, but my armor still doesn't show missing set parts / bonuses.
There's nothing linking those together in armorgrp and itemname. Maybe somebody got a clue?

of course itemname is connected with setitemgrp.
Code:
name_class
links individual items to a set.
 
Привет подскажите, сделал всё что нужно для сета , armor_set , skill, для сета, в item dat для предметов сета ,поставил класс id..Но как только навожу на предмет в инвентаре сразу выдает крит..
В SetItem_Classic и Armor_set один и тот-же id выставлен, как и класс в item dat..
Хотя если вставить в предметы другой id сета не критует и отображается..
В чём может быть причина? новый "текст эффекта от сета не становится"
 
dont know...for me everything is okay,
check for duplicates in SetItemGrp_Classic-eu. maybe there is another set with the same ids
 
  • Like
Reactions: JVM
Hi, tell me, I did everything that is needed for the set, armor_set, skill, for the set, in item dat for set items, I set the class id.. But as soon as I hover over an item in the inventory, it immediately gives a crit..
In SetItem_Classic and Armor_set the same id is set, as is the class in item dat..
Although if you insert another set id into the items, it does not crit and is displayed..
What could be the reason? new "text effect from the set does not become"

Check setitemgroup_classic, must be numbered sequentially, cannot skip
 
Check setitemgroup_classic, must be numbered sequentially, cannot skip
Спасибо, да в setitemgroup_classic должны быть вписанны последовательно )
Перед этим тоже пробовал этот вариант, но видимо были и другие ошибки а теперь всё стало на своё место)
 
Back
Top