Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SonXeeZ

Paginas: [1]
1
Soporte / Ayudas / Re: Item Glow bug - Plate Pants
« Posteado: July 23, 2025, 11:23:10 AM »
Add this line in the ceffect

//Pant Plate FIX
      9               9            99               //Plate Pants

Thanks, it worked!

2
Soporte / Ayudas / SOPORTE Item Glow bug - Plate Pants
« Posteado: July 23, 2025, 11:04:06 AM »
Hello Guys!
Anyone knows how to fix Plate pants glowing like its +7 when its +0?

Items on the picture:
Plate pants: +0,+7, +9, +15
Brass pants: +0,+7, +9, +15

Only Plate Pants bugs, every other item works well.

Inventory:

Spoiler for Hiden:

Shop:
Spoiler for Hiden:

3
Temas solucionados / Re: System Lag Windowed Mode
« Posteado: July 18, 2025, 08:17:22 PM »
Solved.


Maininfo.ini:

CustomInterfaceType = 0 (S6 Original) - NO LAG

CustomInterfaceType = 4 (Legends) - LAG

4
Temas solucionados / TEMA SOLUCIONADO System Lag Windowed Mode
« Posteado: July 15, 2025, 09:37:23 AM »
Hello guys,

I'm using ZxGames V6.0 Full Premium files. When I run a client in windowed mode and the main.exe is not in "focus" (so i click on other windows like my browser etc..), after a while the system starts to slow down, mouse movement become laggy. Grabbing and moving a window seem to initiate this bug faster.

There's an option in Maininfo.ini:
ReduceRam = 1

If i set this to 0, this problem gets even worse, lagging starts to happen even faster, to the point where I can't even open the main.exe back, because the window turns full black and my whole system is lagging.

Tried checking cpu,ram and vga performance when lag happens, but everything seems fine.

However:
If I use F12 to minimize the main.exe and then start to use my computer, other programs as regular THERE IS NO LAG, Everything works perfectly!

Anyone have any idea, what could be the problem ?

I use windows 10, also tested on win 11, same problem.

Thanks!


5
Soporte / Ayudas / Re: Summoner Agility Bug
« Posteado: June 11, 2025, 10:35:02 AM »
UP! pls help.

This bug happens with several published server files.

6
Soporte / Ayudas / Re: Summoner Agility Bug
« Posteado: June 08, 2025, 10:19:30 PM »
Hello, you can try ClearAllEffects on command ReAdd?

GameServer/CommandManager.cpp

Find this
bool CCommandManager::CommandReAdd(LPOBJ lpObj,char* arg,int Npc)

after this
GDCharacterInfoSaveSend(lpObj->Index);
//add
   gEffectManager.ClearAllEffect(lpObj);

anyway its only with summoner this problem?


Hello, thanks for the reply!

I'm the other one who's also using this file.
I've added gEffectManager.ClearAllEffect(lpObj); but unfortunately this didn't solve the problem.


This bug only happens with Summoner, Drain Life and Chain Lightning Skills are bugged, Lightning Shock works perfectly.

I've tried logging the process in main, I'll show a few examples with explanation:

[2025-06-08 22:53:57] Character Info Recv -> Agility: 32000, Energy: 32000
[2025-06-08 22:53:59] Attack -> Skill: 0, StrSpeed: 1476, MagSpeed: 1476
- login

- Then I used /readd command.
- Then i Cast: Drain Life, Chain Lightning : same speed as if I'd still have 32000 agility. - NO LOG WHEN USING THESE SKILLS SO STRSPEED AND MAGSPEED Didn't change??
- Then i Cast: Lightning Shock
- I Get this log: [2025-06-08 22:54:39] Attack -> Skill: 230, StrSpeed: 1, MagSpeed: 1  - After Chain Lightning been casted -> ALL SKILLS WORKING PROPERLY (slow cast)

So any strspeed and magspeed change only happens when Lightning Shock is casted.

Example with DL (All skills work properly):

When I log in:
[2025-06-08 22:57:57] Character Info Recv -> Agility: 32000, Energy: 32000
[2025-06-08 22:57:59] Attack -> Skill: 0, StrSpeed: 1476, MagSpeed: 1476


Then I start casting the Fire Scream skill:
[2025-06-08 22:58:26] Attack -> Skill: 78, StrSpeed: 1476, MagSpeed: 1476
(Based on skill.txt, ID 78 is indeed Fire Scream)

After that i used /readd
Then I started casting Fire Scream again:
[2025-06-08 23:01:55] Attack -> Skill: 78, StrSpeed: 2, MagSpeed: 2

After that, I added 30,000 Agility:
[2025-06-08 23:03:20] Attack -> Skill: 78, StrSpeed: 1464, MagSpeed: 1464
It seems like DL and other characters can somehow set the right speed for agility, except summoner with Drain Life and Chain Lightning skill.


I don't know if this would be a Server or a Client Side problem... It seems like I cannot even log the two bugged skills...
I also checked the database MagicList table and it does store the skills correctly i think..

SLOT | SkillID
.
.
7 215
13 214
.
.

What do you think of this, am i missing something ?

Paginas: [1]