• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
RazNuke 2.0 Official Release

Release RazNuke 2.0 Official Release 2.0

No permission to download
spells for wizzies are at certain plateaus, from 85 you don't hit the next one until 92, then 100, then 105 then 110.... the one from 85 to 92 is so small it is almost not worth it, just burn shit with 85 till you ding 100
 
using Call of Xuzl in place of a familiar. Have tried it both ways. May change it and see if it helps DPS...
 
Hmm interesting I did not know you had pick one or the other. Does presence of a bard or enchanter alter that calculation?
 
Do you actually have to pick one or the other (familiar vs call)? My wizard usually shows the familiar buff and has no issues using call.

Unless using call lets the familiar buff icon remain but strips the benefits which I guess I'll check next time I'm playing.
 
if it changed I will certainly put that back in... have not checked it since cotf
 
will do some testing on it current anyway... better to test and fail then to not test at all
 
Started using this outside my group and Im noticing 2 things
First It doesn't seem to have a Combat Med Mode. He never sits if there are chain pulls and constant mobs.
Second Is there something in this that has him auto use Mod Rods?
Once he gets OOM unless I give him time he seems to have no way of fixing this problem on his own
 
May I ask why the 110 version of the 2.0 starts nuking with "freezenuke" which is Hoarfrost Vortex. The spell benefit from that is
1: Increase Incoming Spell Damage by 1%
2: Limit: Max Level(100) (lose 10% per level over cap)
Will this help at all for a 110 wizard?
 
Top of the page on the right. "Buy a Copy Now for 10.00 USD"

Once you purchase the buy a copy now button should change to "Download"
 
TIP: I couldn't get the macro to use modrods, so I simplified/changed the sub modrod inside the macro. If you are 110 and always get the Summoned: Glowing Modulation Shard from your mage, you can use this in the macro in stead of the original sub:

Steps:
1. In the macro file, in the general Declares put this line or edit the existing line to named the correct rod:
/call DeclareIniVar Rod string Settings "Summoned: Glowing Modulation Shard"


2. Replace the sub called Mod, with this one called Modrod (adjust pct mana to something you like, I have 70):
|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|======--------- + SUB: Modrod time
|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Sub ModRod
/if (${Me.Hovering}) /return
/if (${FindItem[${Rod}].ItemSlot} && ${FindItem[${Rod}].Timer}==0 && ${Me.CurrentHPs}>50 && ${Me.PctMana}<=70) /useitem "${Rod}"
/return



3. In the sub "|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|======--------- + SUB: MAIN LOOP or what I like to call, Wizard Time
|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
:MainLoop
.. etc

Make sure you have this line (with corresponding 70% mana):
/if (${Me.PctMana}<=70) /call ModRod

4. In the .ini file on your computer that cooperates with the macro, put this under the settings header:
Rod=Summoned: Glowing Modulation Shard

This should do it and it will now auto use the rod when hitting below 70% mana. Hope it helps someone :)
 
anyone else getting an error /varset failed variable dpstotal not found?

@Razkle, I'm getting spammed with this error using RazNuke105. Using the general.inc and vanilla spellroutines, dpsadv is loaded?
 
I’ve been finding Raznuke110 is a bit buggy. It will unmem and remem spells one by one every time it’s started, even if nothing is changed. It will also periodically miss spells, which results in spell bars with missing slots (as few as 7 of 13 splits filled).

It also goes OOM very often and will not sit to med. If outdoors it will use a mount, which helps, but the macro would ideally identify if the character is indoors or outdoors and adapt appropriately.

As someone who doesn’t know wizards well enough to setup a kissassist with appropriate conditions, I still use this, but there are some frustrating aspects of it.
 
I’ve been finding Raznuke110 is a bit buggy. It will unmem and remem spells one by one every time it’s started, even if nothing is changed. It will also periodically miss spells, which results in spell bars with missing slots (as few as 7 of 13 splits filled).

It also goes OOM very often and will not sit to med. If outdoors it will use a mount, which helps, but the macro would ideally identify if the character is indoors or outdoors and adapt appropriately.

As someone who doesn’t know wizards well enough to setup a kissassist with appropriate conditions, I still use this, but there are some frustrating aspects of it.


Just use my EoK wizard guide part II for KA, its the best sustained dps you can do, without running out of mana i.e medding = 0 dps. Now if you want to do blow your load dps and wait around to med, there are other ini and setups out there. My setup isn't meant for that kinda play.
 
Just use my EoK wizard guide part II for KA, its the best sustained dps you can do, without running out of mana i.e medding = 0 dps. Now if you want to do blow your load dps and wait around to med, there are other ini and setups out there. My setup isn't meant for that kinda play.

I want it to blow its load (and quickly) on burns... if it does that, then I'm in.
 
Just use my EoK wizard guide part II for KA, its the best sustained dps you can do, without running out of mana i.e medding = 0 dps. Now if you want to do blow your load dps and wait around to med, there are other ini and setups out there. My setup isn't meant for that kinda play.

holy good god, the burst dps and mana management of that is way better. thanks man! I went from the error spam and ~80k to 100-450k depending on the fight!
 
Just use my EoK wizard guide part II for KA, its the best sustained dps you can do, without running out of mana i.e medding = 0 dps. Now if you want to do blow your load dps and wait around to med, there are other ini and setups out there. My setup isn't meant for that kinda play.

Aspire would you happen to have this INI for 110 wiz?

RazNuke doing good but still buggy, most noticed one it keeps re-memming spells every time it fires up.
 
eqmule's 110 wizard is an RoS upgrade to Aspire's 105 ini. eqmule's is setup for his version of KA, but it will run on Vanilla KA.

Sum had asked about eqmule/Sinn's KA ini, so I ran these DPS tests on a FTP, junk geared 110 wiz a month ago. RazNuke (Aug download) did win the DPS numbers, but the others had some mana advantages.
 
Aspire would you happen to have this INI for 110 wiz?

RazNuke doing good but still buggy, most noticed one it keeps re-memming spells every time it fires up.


Replace all versions of the 101-105 spells with 106-110, nothing has changed in the setup. I already made the changes to AA due to AA consolidation, so it should be working perfectly once you update your spell names.
 
This version uses "Fury of Ro" AA.
The fury lines have been consolidated to "Fury of the Gods."

At around line 817 replace the lines mentioning Fury of Ro and Fury of Kerafym with

/if (${Me.AltAbilityReady[Fury of the Gods]} && ${Me.PctMana}>10 && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /alt act 1050
/if (${Me.AltAbilityReady[Fury of the Gods]} && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /alt act 1050
 
I feel dumb! paid for mac and downloaded notebook. when i /mac raznuke105 I get error message "couldn't open macro file: \C:\Users\blah\blah\blah\RazNuke105.mac" also RazNuke105_yourname.ini was not created. Any thoughts?
 
I feel dumb! paid for mac and downloaded notebook. when i /mac raznuke105 I get error message "couldn't open macro file: \C:\Users\blah\blah\blah\RazNuke105.mac" also RazNuke105_yourname.ini was not created. Any thoughts?
What's notebook? If you need a text editor, just use notepad or notepad++

Make sure you save the macro to your macros folder.


To start a macro, type
/mac macroname
To stop a macro, type
/end
Only one macro may run at a time.

To get a new macro, download the ".mac" file and place it in your "MQ2/Release/Macros" folder.
 
What's notebook? If you need a text editor, just use notepad or notepad++

Make sure you save the macro to your macros folder.
Sorry to be a pita but there is progress, now I am getting "Couldn't open include file: \MQ2\release\macros\general.inc, the current macro has ended. unable to add macro line."
 
Sorry to be a pita but there is progress, now I am getting "Couldn't open include file: \MQ2\release\macros\general.inc, the current macro has ended. unable to add macro line."
It's no problem.

Click the download button, and download general.inc

Place it in your macros folder.
 
Im even more a noob , what is general.inc , bought download , anxious to rip it . I can figure where to put it . I did the /tar tank , then /mac raznuke it didnt make any files for me to paste into . I am probably missing the basic stuff . I am a PC idiot . Other then espn or pornhub . I dont jackshit about pcs .
 
You need to move all the stuff you downloaded to your /Macros folder. Same as this thread (Steps 1 & 2) General.inc is included in all that I think. If not, I'll help you find a copy.

Then you can start it like you tried above.

If you've having issues moving stuff, try looking up YouTube vids about Windows Explorer. If you're using some other operating system, let us know.
 
Tried this , I have the mac ka10211 file , but when I try on my char , I get a invalid .ini file . I will play with it some and I really appreciate your help and expertise
 
This Marco is awesome. I have been running it on 2 wizzys with no real problems. The only question I have is regarding the correct syntax for the BUFF section I want to add a couple of potions and some items. I have tried everything I can think of. Help would be appreciated from one of the masters.
 
This version uses "Fury of Ro" AA.
The fury lines have been consolidated to "Fury of the Gods."

At around line 817 replace the lines mentioning Fury of Ro and Fury of Kerafym with

/if (${Me.AltAbilityReady[Fury of the Gods]} && ${Me.PctMana}>10 && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /alt act 1050
/if (${Me.AltAbilityReady[Fury of the Gods]} && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /alt act 1050

It should be 1150 not 1050
 
I tried to purchase, but it wanted to force me to create a PayPal account to pay. I usually can purchase as a guest and select not to create an account (and not have to login to my business account). That option was not available. Bummer! :( Is there any other way to pay? Thanks!
 
I just want to see more pictures of Raz's set up

I imagine by now he bought an underground warehouse or old missile silo...with shelf after shelf of headless towers controlled by servers.

I am picturing next year, an EQ server named after Raz, run by his vast army... while he sits in his 3D command chair...



 
Last edited:
how do i get this to start? i targetted the tank and typed /mac raznuke and nothing happens, no folder is created
 
Release RazNuke 2.0 Official Release

Users who are viewing this thread

Back
Top
Cart