TrinityCore NPCBots Repack (Update 25-06-2020) menu

User Tag List

Page 28 of 37 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 553
  1. #406
    higgou's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    20
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Brassbright View Post
    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.

    TrinityCore NPCBots Repack (Update 25-06-2020)
  2. #407
    babrook's Avatar Member
    Reputation
    1
    Join Date
    Sep 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skuly View Post
    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?

  3. #408
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by higgou View Post
    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

  4. #409
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by higgou View Post
    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

  5. Thanks higgou (1 members gave Thanks to skuly for this useful post)
  6. #410
    OsirisGlare's Avatar Member
    Reputation
    2
    Join Date
    Sep 2021
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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"?

  7. #411
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OsirisGlare View Post
    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

  8. Thanks OsirisGlare (1 members gave Thanks to skuly for this useful post)
  9. #412
    OsirisGlare's Avatar Member
    Reputation
    2
    Join Date
    Sep 2021
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks. Appreciate it!

    Still wish Stitches worked though. I never seen that event in Classic.

  10. #413
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OsirisGlare View Post
    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

  11. Thanks higgou (1 members gave Thanks to skuly for this useful post)
  12. #414
    higgou's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    20
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skuly View Post
    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

  13. #415
    OsirisGlare's Avatar Member
    Reputation
    2
    Join Date
    Sep 2021
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skuly View Post
    Try THIS

    I made a fix for Prince Tortheldrin in Dire maul west for someone which is included.
    Holy crap! Thank you!

  14. #416
    higgou's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    20
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  15. #417
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by higgou View Post
    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

  16. Thanks higgou (1 members gave Thanks to skuly for this useful post)
  17. #418
    higgou's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    20
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skuly View Post
    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

  18. #419
    higgou's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    20
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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....?

  19. #420
    skuly's Avatar Active Member
    Reputation
    76
    Join Date
    Mar 2021
    Posts
    184
    Thanks G/R
    6/64
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by higgou View Post
    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

Page 28 of 37 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. [Selling] Fortnite Hack - [UNDETECTED] 10/06/2020
    By W4rning_cpp in forum Fortnite Buy Sell Trade
    Replies: 0
    Last Post: 06-10-2020, 10:32 AM
  2. [Release] Djfrederick's Exclusive Blizzlike Repack - Updated NCDB Core 46!
    By Djfrederick in forum WoW EMU General Releases
    Replies: 324
    Last Post: 02-03-2009, 10:14 AM
  3. [Release] Project Caution Repacks! [Updated Frequently]
    By martinbt in forum WoW EMU General Releases
    Replies: 3
    Last Post: 08-16-2008, 03:03 AM
  4. [Release 22 january 2008] BrantX Repack Update DB, a few things added
    By Arthas117 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 01-21-2008, 09:40 AM
All times are GMT -5. The time now is 10:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search