[Pack] 14 Diverse Mounturi
They actually look cool
10 Dec 2025, 19:55
[C++] Extended /ipurge - Clear specific inventory pages (not just windows)
Hey everyone,
So, the /ipurge command with window selection (inv, equip, ds, belt) has been floating around for a while... Nothing new there. But I always found it a bit annoying that if you wanted to clear just one inventory page, you couldn't. It's either nuke everything or nothing.
So I ...
So, the /ipurge command with window selection (inv, equip, ds, belt) has been floating around for a while... Nothing new there. But I always found it a bit annoying that if you wanted to clear just one inventory page, you couldn't. It's either nuke everything or nothing.
So I ...
09 Dec 2025, 05:01
21 Mar 2025, 19:27
System GM Affects - Stema in functie de Grad
Password to unzip the files is missing
21 Mar 2025, 01:51
[Py] Antiflag Icon Tooltip pe Iteme
For anyone who wants the item restriction text to appear more grammatically correct and natural to read, you can modify it like this:
if len(antiFlagNames) > 1:
antiFlagText = '{} ou {}'.format(', '.join(antiFlagNames[:-1]), antiFlagNames[-1])
else:
antiFlagText = antiFlagNames[0] if ...
if len(antiFlagNames) > 1:
antiFlagText = '{} ou {}'.format(', '.join(antiFlagNames[:-1]), antiFlagNames[-1])
else:
antiFlagText = antiFlagNames[0] if ...
18 Mar 2025, 02:53
[Py] Finisaje pe aceeasi linie in tooltip
For those experiencing alignment issues, change 50 to the following values:
Gem Name:
nameTextLine.SetPosition((self.toolTipWidth / 2) - 12, self.toolTipHeight)
Icon Images:
slotImage.SetPosition(calc_x + index * 37, height + 20)
Time Left:
timeTextLine.SetPosition((self.toolTipWidth ...
Gem Name:
nameTextLine.SetPosition((self.toolTipWidth / 2) - 12, self.toolTipHeight)
Icon Images:
slotImage.SetPosition(calc_x + index * 37, height + 20)
Time Left:
timeTextLine.SetPosition((self.toolTipWidth ...
17 Mar 2025, 02:10
[C++/Py] System Affect Renewal V2 + FIX
I don’t understand why my messages, along with the one from the other member reporting a bug, were deleted.
But anyway, moving on:
After installing the "system" (if you can even call such a small change a system), I noticed there are some bugs, just like the other member pointed out. After a bit of ...
But anyway, moving on:
After installing the "system" (if you can even call such a small change a system), I noticed there are some bugs, just like the other member pointed out. After a bit of ...
14 Mar 2025, 21:56