#๐ฅถใป335
Nobuemon
he doesnt get it, if there is an @ sign in the login fields it defaults to batโฆ
Raven
Jul 30, 2026 ยท 16:41
partially true; it only updates if version mismatches, its much more fun when versions match ๐ but yeah hacking the client to bypass all bnet routine and go straight to grunt.. it would be a lot of work for nothing tbh
Nobuemon
he doesnt get it, if there is an @ sign in the login fields it defaults to batโฆ
Npc
Jul 31, 2026 ยท 11:17
I understand, but the client isn't sending an email to the serverโit's sending a login.
Npc
Jul 31, 2026 ยท 11:22
Oh, I see how it works... you can't use @ in the login.
DataBase379
Aug 05, 2026 ยท 19:35
Do we have official guide on npc bots ?
Crane
Aug 08, 2026 ยท 09:07 (edited)
@ShaurenI suspect there's a bug with the vendor function. I can sell items to merchants that don't have a selling price.
Normally, a message like "The merchant doesn't want that" appears, but somehow I can offload anything onto the merchant even items with no selling price and get 2 copper for it.
For example, I can sell conjured items to a vendor like this one: https://www.wowhead.com/wotlk/item=41174/grand-firestone and get 2 copper, even though they shouldn't be sellable.
An item in the Item Enhancements (Temporary) category. Added in World of Warcraft: Wrath of the Lich King. Always up to date with the latest patch.
Shauren
Aug 08, 2026 ยท 09:17
fix
Shauren
Aug 08, 2026 ยท 09:17
d
Shauren
fix
Crane
Aug 08, 2026 ยท 09:21
Thanks. At first, I thought it was due to my game add-ons, but then I told myself that couldn't be it; I disabled all the add-ons, and it worked anyway.
Crane
Aug 08, 2026 ยท 10:19 (edited)
I applied the fix manually right away and tested it; it works just like before. Selling is no longer possible.
Tiny change, big impact ๐ ๐
Tosty
Aug 11, 2026 ยท 15:59
I just now noticed, that the DBC files I extracted, when setting up my server, only contain the deDE locale, since those are the only ones my client from which I extracted contained. If I want to support enUS as well, or any number of locales, do I just get the Data/enUS folder from an english client and paste it into my client and extract again? Does that generate DBC files with all given locales?
Tosty
Aug 11, 2026 ยท 16:00
I noticed because someone with an english client couldn't use commands like "lookup skill mace", because the server could not match any skill names with "mace". Only german names match
Ovahlord
Aug 11, 2026 ยท 16:07
exactly
Ovahlord
Aug 11, 2026 ยท 16:08
some localization happens via database (anything that needs to be sent do you), anything that requires dbc lookup uses whatever locale is available
chipzz
Aug 11, 2026 ยท 22:56
Translatable columns in a DBC are actually 17 columns, 16 strings for 16 different locales followed by a bitfield
chipzz
Aug 11, 2026 ยท 22:56
But in practice every single MPQ only ships DBCs with data in one of the 16 columns, never in all 16
chipzz
Aug 11, 2026 ยท 22:59
charles
Aug 18, 2026 ยท 01:14
question
charles
Aug 18, 2026 ยท 01:14
what the best database for 3.3.5a
1
slay
Aug 19, 2026 ยท 09:02
335a database
Crane
Aug 19, 2026 ยท 09:27
@Shauren You really know your stuff when it comes to spells. I'm looking at this spell: https://www.wowhead.com/wotlk/spell=67229/mind-control. When an NPC casts it, it always targets the NPC itself. But when I cast it on an NPC as a player, it works exactly as intended.
Are there specific conditions in the core for Mind Control?
Take control of a target humanoid's mind for 8 sec. In the NPC Abilities category. A spell from World of Warcraft: Wrath of the Lich King. Always up to date.
Crane
Aug 19, 2026 ยท 09:28
ID - 67229 Gedankenkontrolle
=================================================
Description: รbernimmt $d lang die Kontrolle รผber die Gedanken eines Humanoiden.
ToolTip: Verzaubert.
Category = 0, SpellIconID = 235, activeIconID = 0, SpellVisual = (137,0), SpellPriority = 0
Family SPELLFAMILY_GENERIC, flag [0] 0x00000000 [1] 0x00000000 [2] 0x00000000
SpellSchoolMask = 32 (SPELL_SCHOOL_MASK_SHADOW)
DamageClass = 1 (SPELL_DAMAGE_CLASS_MAGIC)
PreventionType = 1 (SPELL_PREVENTION_TYPE_SILENCE)
=================================================
Attributes: 0x00010010 (SPELL_ATTR0_ABILITY, SPELL_ATTR0_NOT_SHAPESHIFT)
AttributesEx1: 0x00004004 (SPELL_ATTR1_CHANNELED_1, SPELL_ATTR1_CHANNEL_TRACK_TARGET)
=================================================
Creature Type Mask = 0x00000040 (HUMANOID)
Spell Level = 0, base 0, max 0, maxTarget 0
Category = 0
DispelType = 1 (DISPEL_MAGIC)
Mechanic = 1 (MECHANIC_CHARM)
SpellRange: (Id 4) "Mittlere Reichweite":
MinRange = 0, MinRangeFriendly = 0
MaxRange = 30, MaxRangeFriendly = 30
CastingTime (Id 16) = 1,50
Duration: ID (31) 8000, 0, 8000
Power POWER_MANA, Cost 350
Interrupt Flags: 0x0000000F, AuraIF 0x00000000, ChannelIF 0x0000100C
Chance = 101, charges - 0
=================================================
Effect 0: Id 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints = 100 Bonus = 1,00
Targets (6, 0) (TARGET_UNIT_TARGET_ENEMY, NO_TARGET)
Aura Id 6 (SPELL_AURA_MOD_CHARM), value = 100, misc = 0 (0), miscB = 0, periodic = 0
Effect 1: NO EFFECT
Effect 2: NO EFFECT
says spellwork
Shauren
Aug 19, 2026 ยท 10:22
thats not possible, with TARGET_UNIT_TARGET_ENEMY that cannot ever succeed
Shauren
thats not possible, with TARGET_UNIT_TARGET_ENEMY that cannot ever succeed
Crane
Aug 19, 2026 ยท 10:30
https://www.wowhead.com/wotlk/spell=67229/mind-control original woltk spell
Shauren
thats not possible, with TARGET_UNIT_TARGET_ENEMY that cannot ever succeed
Crane
Aug 19, 2026 ยท 10:32
https://www.wowhead.com/wotlk/spell=11446 same target but this works
Crane
Aug 19, 2026 ยท 10:49 (edited)
I copied the spell; the problem is the channeling flag the NPC can't handle it, whereas a player can. If I remove the flag, the spell works without any issues.
Thelsen
Aug 19, 2026 ยท 14:26
You have different ยซย same spellsย ยป where only the spell attributes will change. Sniff it to find the right spell ID to your case usage.
Offle
Aug 19, 2026 ยท 14:36
maybe Creature Type Mask = 0x00000040 (HUMANOID) is the reason
Crane
Aug 20, 2026 ยท 16:15
@Shauren Iโve opened a PR for this, since it affects not only raids but also the original dungeons.: https://github.com/TrinityCore/TrinityCore/pull/31980
Crane
Aug 20, 2026 ยท 16:19
I tested it: in HC, if you died during a boss fight and released your spirit, you could run back in.
Shauren
Aug 20, 2026 ยท 16:19
i have no way of verifying this for wotlk, its "one guys memory" vs "another guys memory" (but for retail this is is a valid change)
Shauren
Aug 20, 2026 ยท 16:20
by verifying i mean blizzlikeness, not that the change works or not
Crane
Aug 20, 2026 ยท 16:20
No, I can also confirm this through official posts from the Blizzard forums.
Crane
Aug 20, 2026 ยท 16:21
They do date from 2021, but were introduced earlier.
Crane
Aug 20, 2026 ยท 16:22
Crane
Aug 20, 2026 ยท 16:23
There are also various other posts that confirm this.
Crane
Aug 20, 2026 ยท 16:28
@ShaurenVarious posts confirm this, and it can also be verified in the archives from that time.
Crane
Aug 20, 2026 ยท 16:31
If Blizzard has changed that again for Retail and the new expansions, thatโs possible, but it doesn't apply to version 3.3.5.
Crane
@ShaurenVarious posts confirm this, and it can also be verified in the archives โฆ
thunder
Aug 20, 2026 ยท 21:26
can you stop pinging shauren dude, you ping him 200 times daily
thunder
Aug 20, 2026 ยท 21:27
he's not a employe xD
thunder
can you stop pinging shauren dude, you ping him 200 times daily
1
Crane
Aug 21, 2026 ยท 00:06
What business is it of yours? Are you his mother? Why do others always have to speak for other people?
Crane
What business is it of yours? Are you his mother? Why do others always have to sโฆ
thunder
Aug 21, 2026 ยท 07:13
Nah, I'm not his mother ๐ I'm just pointing out that you ping him constantly for support on an open-source project. He's not an employee or your personal support channel. If he wants to answer, he'll answer, there's no need to @ him 20 times.
Crane
Aug 21, 2026 ยท 08:21
Started a thread.
slay
Aug 22, 2026 ยท 08:36
Just crane being crane
Npc
Aug 23, 2026 ยท 19:54
Friends, I have a question... There are layers on the battlefield.
1. Layer is the minimum equipment level.
2. Medium equipment level.
3. High equipment level.
So, if you have the minimum, you'll play with them...
But the question is, I can do the minimum, and then when I enter the battlefield, I'll switch to the high level.
1
Npc
Friends, I have a question... There are layers on the battlefield.
1. Layer is tโฆ
Zymus
Aug 25, 2026 ยท 03:25
I guess you could just, not let that happen
Zymus
I guess you could just, not let that happen
Npc
Aug 25, 2026 ยท 05:12
On the battlefield, you can upgrade your gear to a higher level.
Zymus
Aug 25, 2026 ยท 17:33
And you don't want that to happen?
Advocaite
Aug 26, 2026 ยท 12:15
building a 3.3.5 client in wb browser here is my progress as i go on ill upload more videos of progress
Advocaite
Aug 26, 2026 ยท 12:15
WOTLK 3.3.5 in browser auth/character selection and creation and delete three,js azeroth core, client being built to play in browser for no reason other then to feed my ADHD
Advocaite
https://www.youtube.com/watch?v=hdoOtQZMa-M
Saty
Aug 27, 2026 ยท 04:48
Hah, nice ๐
If you need any help figuring stuff out with M2s and the Character Component stuff, send me a DM ๐
Just went through that hellhole myself
Saty
Aug 27, 2026 ยท 04:50
Here is my current progress on that front, in a decompilation project for 3.3.5 ๐
๐ 24_20_31_43_Whoa.mp4
Advocaite
Aug 27, 2026 ยท 18:20
nice i have made alot of progress since then i should make another video on it
Saty
Here is my current progress on that front, in a decompilation project for 3.3.5 โฆ
Advocaite
Aug 27, 2026 ยท 18:30
what lang are you using for your client remake
Saty
Aug 27, 2026 ยท 18:31
Built on top of Thunderbrew/Whoa
Advocaite
Aug 27, 2026 ยท 18:31
ok nice
Advocaite
Aug 27, 2026 ยท 18:31
im about to get spell casting working
Advocaite
Aug 27, 2026 ยท 18:32
i have melle working and looting works
Advocaite
Aug 27, 2026 ยท 18:32
interactions casting questing not yet
Saty
Aug 27, 2026 ยท 18:52
That's really cool ๐
You gonna host a public version at some point to play with? Hehe
Ovahlord
Aug 27, 2026 ยท 19:05
how much slop is in there?
Ovahlord
how much slop is in there?
Saty
Aug 27, 2026 ยท 20:19
In mine, maybe like 1-2% :kek:
Cant tell for the rest of thunderbrew or whoa.
But yeah, web projects use to be the most sloppyfied.
Still fun if it works
Advocaite
Aug 27, 2026 ยท 20:39
yeah i will post a repo for it
Ovahlord
how much slop is in there?
Advocaite
Aug 27, 2026 ยท 20:54
about 35% id say anything i do with AI is manual so i can review it
Advocaite
Aug 27, 2026 ยท 20:55
and its mostly for mass data and boring stuff and converstation on ideas
Advocaite
about 35% id say anything i do with AI is manual so i can review it
Saty
Aug 27, 2026 ยท 20:56
Amen. I have my clanker never touch my files.
I have it work on individual pieces one at a time, let it try to figure it out for me.
Then I go in and double check and if correct, copy a few pieces :kek:
Advocaite
Aug 27, 2026 ยท 20:56
lol
Advocaite
Aug 27, 2026 ยท 20:56
yeah use it as a tool , not a relyance
Advocaite
Aug 27, 2026 ยท 20:57
google is also one of my best freinds
Saty
Aug 27, 2026 ยท 20:57
For example this.
It writes it up pretty nicely, I can go in confirm the structs and what it thinks it calls and such.
And if correct, I got nice structs with logical names.
Huge timesaver
๐ message.txt
Advocaite
Aug 27, 2026 ยท 20:57
so much info on forums and stuff
Advocaite
google is also one of my best freinds
Saty
Aug 27, 2026 ยท 20:59
My 3.3.5 IDB is like 90+% named by now.
With hundreds of structs already. I dont need google or any third party stuff anymore luckily ๐
Advocaite
this is my own custom effect i added
Saty
Aug 27, 2026 ยท 21:00
I wonder, can WebGPU read and use the shaders wow has somehow? ๐
Advocaite
Aug 27, 2026 ยท 21:01
um let me see
Advocaite
Aug 27, 2026 ยท 21:01
and answer is yes
Advocaite
Aug 27, 2026 ยท 21:01
does it look exactly same no
Ovahlord
Aug 27, 2026 ยท 21:06
chat frame looking a bit botched
Shauren
Aug 27, 2026 ยท 21:07
there is a chat frame there?
Advocaite
Aug 27, 2026 ยท 21:07
chat is just basic atm i only see what server sends me
Ovahlord
chat frame looking a bit botched
Saty
Aug 27, 2026 ยท 21:18
What about mine? :uwu: XD
๐ 27_06_37_50_Whoa.mp4
Ovahlord
Aug 27, 2026 ยท 21:18
look at all them nice artifacts
Saty
Aug 27, 2026 ยท 21:19
Only roughly 1000 lua errors to fix :kek_sad:
Advocaite
this is my own custom effect i added
syntaxhell
Aug 28, 2026 ยท 10:23
I love the line in his mouth haha
Advocaite
Aug 28, 2026 ยท 11:03
yeah it oulines it all the aedges
Advocaite
Aug 28, 2026 ยท 11:03
i had to fix the baldies because it would show line on the scalp part looked funny
syntaxhell
Aug 28, 2026 ยท 13:27
Pic of that?
syntaxhell
Aug 28, 2026 ยท 13:27
I imagine it looks funny as crap xD
Advocaite
Aug 28, 2026 ยท 13:29
i fixed it to fast to take pic of but just image the scal missing and the out line being there
syntaxhell
Aug 28, 2026 ยท 13:29
Reeeeeeeeee
syntaxhell
I love the line in his mouth haha
3
Alistar
Aug 29, 2026 ยท 18:54
computah fix the outline shader make no mistakes
charles
Aug 31, 2026 ยท 21:32
Question
Gamemechanic
Aug 31, 2026 ยท 21:34
Answer



