• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • EverQuest's 31st expansion The Outer Brood goes live Dec 3rd. brainiac has been spending extra time updating MacroQuest. Please show him your appreciation.
    Don't forget to update your mq2nav meshes by running the meshupdater or by visiting MQ Mesh
    EQ stated servers will be up "No earlier than noon PST"
Resource icon

Unmaintained Delvl Macro for those who desire to bring a character down to a specific level. 1.0

Download
Software Requirements
VV Macroquest Compile
Server Type
🏢 Live TLP Test
Not fully tested, may not stop at the desired level.

Delvl.mac:
|--- Macro Delvl.mac
|--- Updated by Atheos32
|--- for REDGUIDES
|---
|--- This is for the Toon who is getting Delvled
|--- This also works without a necro if you bind yourself next to a mob spawn it will continue to accept respawns until desired level.
|--- usage /mac Delvl <Necro>
|--- Edit the Line where it says "#*#You are now level 70!" with the desired level.
|--- WARNING Do not leave this unattended unless you plan to take the toon to the lowest possible level
|---

#turbo

#Event Zoned "#*#You have entered#*#"
#Event End "#*#You are now level 70!"

Sub Main
     /deletevar Master
     /declare Master string Global
     /varset Master ${Param0}
    :begin
    /delay 1s
    /if (${Window[RespawnWnd].Open}) /nomodkey /notify RespawnWnd RW_OptionsList listselect 1
    /delay 1s
    /if (${Window[RespawnWnd].Open}) /nomodkey /notify RespawnWnd RW_SelectButton leftmouseup
    /goto :begin
/return


Sub Event_Zoned
       /echo Another SAC down .. Loot corpse and move on
       /target ${Me}
       /loot
       /delay 1s
       /keypress esc
       /delay 1s
       /keypress esc
       /delay 5s 
       /tell ${Master} Sac Meh Pls
/return

Sub Event_End
      /Echo Required level has been reached
      /end
/return
Author
Atheos32
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Back
Top