-
Member
Originally Posted by
Brassbright
No, sorry. I think of it as a single-player game. It would only affect the targeted/using player.
ho ok thanks anyway, so sad 
i think this as a single player game to, just i never use GM to play.
-
Member
Originally Posted by
skuly
NPCBots was updated today and I wanted to remove the Crossfaction Battle grounds patch I used because I suspect it probably doesn't even work.
So here is
update10
hi skuly - thank you for the work you put into these updates. can you indicate what the best way to apply these updates would be? do you just throw everything into the repack folder and run the update .bat?
-
Active Member
Originally Posted by
higgou
there is anyway to change potion cooldown?? healing, mana......without having to recompile code.... like a script or dbc edit
Maybe with Eluna.
There is the RegisterItemEvent.
And maybe item:ResetSpellCooldown() and item:GetSpellId would be useful.
I'll see if I can make a script when I have time.
Last edited by skuly; 09-29-2021 at 06:02 AM.
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack
-
Active Member
Originally Posted by
higgou
there is anyway to change potion cooldown?? healing, mana......without having to recompile code.... like a script or dbc edit
THIS Eluna script should make Potions and elixirs cooldown reset after 10seconds but you can edit cooldown in the script if you want.
You can reset the cooldown while in combat so if you use a mana/hp potion once you leave combat the cooldown starts.
Last edited by skuly; 09-29-2021 at 07:50 PM.
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack
-
Post Thanks / Like - 1 Thanks
higgou (1 members gave Thanks to skuly for this useful post)
-
Member
Dumb question. I was trying to fix the Stitches spawning event in Darkshire using the SQL patch from this link and I think I broke something.
So if I want to do a fresh install, how do I transfer over my character progress? Just copy paste everything in the "mysql\data\characters folder"?
-
Active Member
Originally Posted by
OsirisGlare
Dumb question. I was trying to fix the Stitches spawning event in Darkshire using the SQL patch from this
link and I think I broke something.
So if I want to do a fresh install, how do I transfer over my character progress? Just copy paste everything in the "mysql\data\characters folder"?
mysql\data\characters and mysql\data\auth and there is also pdump command you could use ingame or in worldserver window.
Code:
pdump write filename charname
and a file charname would be created in repack folder
and then if you made a new account you could use
Code:
pdump load filename accountname newcharname
and that character you dumped would be added to whatever account.
Last edited by skuly; 09-29-2021 at 07:47 PM.
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack
-
Post Thanks / Like - 1 Thanks
OsirisGlare (1 members gave Thanks to skuly for this useful post)
-
Member
Thanks. Appreciate it!
Still wish Stitches worked though. I never seen that event in Classic.
-
Active Member
Originally Posted by
OsirisGlare
Thanks. Appreciate it!
Still wish Stitches worked though. I never seen that event in Classic.
Try THIS
I made a fix for Prince Tortheldrin in Dire maul west for someone which is included.
Last edited by skuly; 09-29-2021 at 09:29 PM.
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack
-
Post Thanks / Like - 1 Thanks
higgou (1 members gave Thanks to skuly for this useful post)
-
Member
Originally Posted by
skuly
THIS Eluna script should make Potions and elixirs cooldown reset after 10seconds but you can edit cooldown in the script if you want.
You can reset the cooldown while in combat so if you use a mana/hp potion once you leave combat the cooldown starts.
Thanks SO much for this
-
Member
Originally Posted by
skuly
Try
THIS
I made a fix for Prince Tortheldrin in Dire maul west for someone which is included.
Holy crap! Thank you!
-
Member
i want to change the max stack size for some profession items, like wool, silk, etc (20 actual) to 99
can anybody point me in the right direction?
i know that probably i need to edit a dbc file and make a patch for the client.... but with dbc file and with column ??
also i could use a working link to a compatible dbc editor
-
Active Member
Originally Posted by
higgou
i want to change the max stack size for some profession items, like wool, silk, etc (20 actual) to 99
can anybody point me in the right direction?
i know that probably i need to edit a dbc file and make a patch for the client.... but with dbc file and with column ??
also i could use a working link to a compatible dbc editor
Use an sql administration software like DBeaver or HeidiSQL and under Item_template you'll find "entry" which is the item id... Wool Cloth is 2952
so change "stackable" from 20 to whatever you want.. you said 99 so change 20 to 99.
I think you need to make sure DBC.EnforceItemAttributes = 0 in worldserver.conf but I think my updates and even the repack already had it set to zero.
Last edited by skuly; 10-01-2021 at 07:29 PM.
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack
-
Post Thanks / Like - 1 Thanks
higgou (1 members gave Thanks to skuly for this useful post)
-
Member
Originally Posted by
skuly
Use an sql administration software like DBeaver or HeidiSQL and under Item_template you'll find "entry" which is the item id...
Wool Cloth is 2952
so change "stackable" from 20 to whatever you want.. you said 99 so change 20 to 99.
I think you need to make sure DBC.EnforceItemAttributes = 0 in worldserver.conf but I think my updates and even the repack already had it set to zero.
you are my savior THANKs SO so MUCH
-
Member
so i have noob question...how does the Riads work in this files??
can i do a raid in solo (with a bot).
i join the queue as a group with a bot in arhati basin... but nothing happens what do i missing....?
-
Active Member
Originally Posted by
higgou
so i have noob question...how does the Riads work in this files??
can i do a raid in solo (with a bot).
i join the queue as a group with a bot in arhati basin... but nothing happens what do i missing....?
You can use bots for PVE but for Battlegrounds you still need real players to start a BG. You can make them start with 1 player on each team by editing MinPlayersPerTeam in Battlegrounds_Template battleground_template - TrinityCore - Confluence
My Discord Server | https://discord.gg/VtrVvVjCPH
My Repack's Mega (Only need newest Update) - http://tinyurl.com/skulyrepack