New profile posts

There is no link in there i can find. I looked over and over again but no link.
hlidkskialf
hlidkskialf
The forum shows you have VIP, hopefully you can access the subscribed/vip forum.
S
Soltar
Yeah its not gonna hapening i guess. i've been looking for three weeks now and it seems i dont have acces to the vip forum.
I ask Exo in a pm but he is not responding .
M
Marcus004
it's the same with me!
Hi.
Thanks for honorbuddy 5.4.8 beautiful work.
Could you please help me.
When playing partybot if they die in the dungeon - stand near the spirit.
I have tried changing all the settings related to resurrection.
I've looked in the code. but I can't find where it's handled.
I am surprised to see someone give my uncle credit for his work when they edit and reshare it.. appreciate that bro ... @Likon69 ... I registered with emu just to send you this message ..
Hey guys, I'm new to repacks and just messing around with the 5.4.8 MoP xpac. I would like to know how I can change the stackable items from 20 to 999? Any help would be greatly appreciated, thank you in advance.

I also have the 3.3.5 repack now as well.... Reliving my younger days.
E
Eldwarvo
I've made a SQL Query where everything that is stackable at 20, gets stackable to 200:
Code:
UPDATE item_template SET stackable = "200" WHERE stackable ="20";
Change 200 to 999 in your case and run this on the worlddatabase,
Top