tuccy Posted July 19, 2023 Posted July 19, 2023 hi guys please help where appear de debug information passed i need to debug info but using dialog is low for the output. any idea or other way to debug thanks. Quote
MonokiniSix Posted July 20, 2023 Posted July 20, 2023 WindowsInfo.ini p.s. little update https://drive.google.com/file/d/100asz7cEx7mf0HjL9GNzV2N8lq8ypjMq/view?usp=drive_link 1 Quote
tchurk Posted July 20, 2023 Posted July 20, 2023 1 minute ago, MonokiniSix said: WindowsInfo.ini p.s. little update https://drive.google.com/file/d/100asz7cEx7mf0HjL9GNzV2N8lq8ypjMq/view?usp=drive_link What's fix? Quote
AndrewXaus Posted July 21, 2023 Posted July 21, 2023 6 hours ago, MonokiniSix said: WindowsInfo.ini p.s. little update https://drive.google.com/file/d/100asz7cEx7mf0HjL9GNzV2N8lq8ypjMq/view?usp=drive_link Thnx Best Patch Quote
AndrewXaus Posted July 22, 2023 Posted July 22, 2023 Pls fix Oly status window we nead timers and damage on olympiad! Quote
Ema88 Posted July 26, 2023 Posted July 26, 2023 Hi, i have 3 questions 1. why my ingame zoom works if i scroll in my browser? 2. why i cant change text and position in the interface? 3. why this not work Quote
MonokiniSix Posted July 28, 2023 Posted July 28, 2023 1 - ? 2 - ? 3 - delete L2UI_CH3/CT1 from Textures Quote
RanZum Posted July 30, 2023 Posted July 30, 2023 Hello, first of all thank you for your excellent work. I'm following the development of this beautiful interface. I've reviewed the files a few times, yet I always have problems with the lobby view. Is there something that needs to be deleted or replaced that I'm not aware of? Is there a possibility to add a simple TargetNextLong as in somik? Quote
MonokiniSix Posted July 30, 2023 Posted July 30, 2023 about lobby - your staticmesh folder incomplete - don't havve some elements (for example floor - characters falls djwn)(download fulll hf client) yeah it possible - like somik via "/command" in macros it possible to add custom targetnext (pvp/pve targets) mb in new update 1 Quote
RanZum Posted July 31, 2023 Posted July 31, 2023 22 hours ago, MonokiniSix said: about lobby - your staticmesh folder incomplete - don't havve some elements (for example floor - characters falls djwn)(download fulll hf client) yeah it possible - like somik via "/command" in macros it possible to add custom targetnext (pvp/pve targets) mb in new update Thanks for answering. Although the client I use is fine, I've done a new search for a clean client. It really fixed it, but not fully. Can you send me the StaticMeshes folder via PM? Spoiler About the targetnext function with greater reach (image). Spoiler Quote
RanZum Posted August 1, 2023 Posted August 1, 2023 On 7/31/2023 at 4:46 AM, MonokiniSix said: use logongrp.dat from patch It worked out. Spoiler Quote
roket06 Posted August 29, 2023 Posted August 29, 2023 hello everyone, does anyone know how to solve the problem when you create the character and don't let you create it when you choose the hair F and G? Quote
MonokiniSix Posted August 29, 2023 Posted August 29, 2023 5 hours ago, roket06 said: hello everyone, does anyone know how to solve the problem when you create the character and don't let you create it when you choose the hair F and G? oops) delete "+2" in CharacterCreateMenuWnd.uc and compile function HandleBtnCreateCharacter() { local string Name; local int Race; local int Job; local int Sex; local int HairType; local int HairColor; local int FaceType; local int classID; Name=m_hEbName.GetString(); Race=m_hCbRace.GetSelectedNum(); Job=m_hCbJob.GetSelectedNum(); Sex=m_hCbSex.GetSelectedNum(); HairType=m_hCbHairType.GetSelectedNum(); HairColor=m_hCbHairColor.GetSelectedNum(); FaceType=m_hCbFaceType.GetSelectedNum(); classID=CharacterCreateGetClassType(Race, Job, Sex); if(IsValidData()) RequestCreateCharacter(Name, Race, classID, Sex, HairType+2, HairColor, FaceType); } 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.