That's why I uploaded the source code, because I understood that everyone already had their own developments and changes to server parameters and they would need to be combined with mine.Yes, guys should use a clean clients for testing, because there was no problems like blank buttons on clean version...
Cool Interface BTW
Посмотреть вложение 90734
уже всю голову сломал добавил автологин всё работает но задний фон тупо чёрный. Нигде не нашёл где он берёт этот чёрный квадрат малевича)
function OnEnterState( name a_PrevStateName )
{
if ( a_PrevStateName == 'LoadingState' )
{
if ( GetOptionBool("Custom", "ShowNewRadar") )
HideWindow("RadarContainerWnd");
}
}
class RadarContainerWnd extends UIScript;
class RadarContainerWnd extends UICommonAPI;
EnchantedScrollSlot.Clear();
EnchantedScrollSlot.AddItem(itemInfo);
EnchantedScrollSlot.Clear();
itemInfo.ForeTexture = "";
EnchantedScrollSlot.AddItem(itemInfo);
HandleRadarAlpha();
Im using it on a clean client and directly applying your interface.Did you install the interface over your patch? You need a clean client.
It's unlikely that this is an interface problem.
You install a clean client and it allows you to connect to the server? But when you add this interface, it freezes when you select a server?Im using it on a clean client and directly applying your interface.
Yes, exactly this happen.You install a clean client and it allows you to connect to the server? But when you add this interface, it freezes when you select a server?
Can I see gameserver.properties and engine name?Yes, exactly this happen.
Check your DM.Can I see gameserver.properties and engine name?
Я не знаю что вы там делаете, ноПочему при поломке 0 кристаллов показывает?
Посдкажи в каком файлике это можно исправить илои можешь дать кусок кода пожалуйста?Я не знаю что вы там делаете, но
Interface\Classes\RadarContainerWnd.uc(52) : Error, 'HideWindow': Bad command or expression
Compile aborted due to errors.
точно hidewindow?
Добавьте в RadarContainerWnd.uc функцию:
C-подобный:function OnEnterState( name a_PrevStateName ) { if ( a_PrevStateName == 'LoadingState' ) { if ( GetOptionBool("Custom", "ShowNewRadar") ) HideWindow("RadarContainerWnd"); } }
Так же в ItemEnchantWnd.uc в функцию HandleAddScroll
Вместо:
Это:C-подобный:EnchantedScrollSlot.Clear(); EnchantedScrollSlot.AddItem(itemInfo);
C-подобный:EnchantedScrollSlot.Clear(); itemInfo.ForeTexture = ""; EnchantedScrollSlot.AddItem(itemInfo);
И в NewRadarWnd.uc в функцию OnShow() добавьте:
C-подобный:HandleRadarAlpha();
привет у тебя после поломки кристатты показывают правильно? у меня х0 и незнаю в каком файлике покапаться.Interface\Classes\RadarContainerWnd.uc(52) : Error, 'HideWindow': Bad command or expression
Compile aborted due to errors.
точно hidewindow?
А грейд у меня тоже показывает, попробуй S grade заточить после поломки 0 покажет и еще в сис чате показывает 1879 А кристалла что верно , но в окне показывает 2419 А кристалла. Ы грейд вообще не показывает
А да есть проблема буду исправлятьА грейд у меня тоже показывает, попробуй S grade заточить после поломки 0 покажет и еще в сис чате показывает 1879 А кристалла что верно , но в окне показывает 2419 А кристалла. Ы грейд вообще не показывает
if ( result == 1 )
{
GetItemByClassID(GetCryIDByGrade(EnchantedItem.CrystalType), info);
info.ItemNum = cryCount;
}
if ( result == 1 )
{
info.Name = class'UIDATA_ITEM'.static.GetItemName(GetCryIDByGrade(EnchantedItem.CrystalType));
info.IconName = class'UIDATA_ITEM'.static.GetItemTextureName(GetCryIDByGrade(EnchantedItem.CrystalType));
info.ItemNum = cryCount;
}
А да есть проблема буду исправлять
Upd.
Замените в ItemEnchantWnd.uc d в функции HandleResultShow():
наC-подобный:if ( result == 1 ) { GetItemByClassID(GetCryIDByGrade(EnchantedItem.CrystalType), info); info.ItemNum = cryCount; }
C-подобный:if ( result == 1 ) { info.Name = class'UIDATA_ITEM'.static.GetItemName(GetCryIDByGrade(EnchantedItem.CrystalType)); info.IconName = class'UIDATA_ITEM'.static.GetItemTextureName(GetCryIDByGrade(EnchantedItem.CrystalType)); info.ItemNum = cryCount; }
Ибо оно пытается взять инфу иконки кристалов и их имя из инвентаря а там их может не быть
Видео приватное, дай доступ
не помогло
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?