[Ascent] How to reduce monster respawn time

Results 1 to 2 of 2
  1. #1
    Newbie teslar is offline
    MemberRank
    Nov 2006 Join Date
    4Posts

    [Ascent] How to reduce monster respawn time

    Now I use ADE to edit but It's take time xan anyone tell me how to make monster respawn in shot time in easier way T T


  2. #2
    Member Raptress is offline
    MemberRank
    Jan 2008 Join Date
    49Posts

    Re: [Ascent] How to reduce monster respawn time

    If you want to make a bunch of respawn times the same, you can do this with a query in your world DB.
    Code:
    UPDATE `creature_proto` SET RespawnTime = X WHERE `entry` BETWEEN 'Y' and 'Z';
    Replace X with your respawn time, Y with the first entry ID to change in the range, and Z with the last entry ID.
    So, if I wanted to make all monsters with IDs 100-200 have a respawn of 5, X=5, Y=100, Z=200.



Advertisement