MQ2Docrack Noweather enchanted

KingArthur

AutoBots
Joined
Dec 15, 2009
Messages
525
Reaction score
31
Points
28
Well, I am thinking if it's possible to set the weather to always raining or snow etc....

The idea is coming from the noweather option in MQ2Docrack. I am thinking however we can have it locked to always sunny day, would we be able to lock it to other climates?

Main motivation of this is becoz some charm requires moisture /raining /snow to max states etc...so any ideas? is this possible?

Ty:)
 
Last edited:
Well, I am thinking if it's possible to set the weather to always raining or snow etc....

The idea is coming from the noweather option in MQ2Docrack. I am thinking however we can have it locked to always sunny day, would we be able to lock it to other climates?

Main motivation of this is becoz some charm requires moisture /raining /snow to max states etc...so any ideas? is this possible?

Ty:)

Original:
Code:
[NoWeather]
Description="Always a nice sunny day"
Version="2011.05.12"
Address0=55F1D8
Normal0="74"
Crack0="EB"

Instead of bypassing the jump with an "EB" have it go through (NOP it out) :

Code:
[WeatherStuff]
Description="Weather Stuff"
Version="2011.05.12"
Address0=55F1D8
Normal0="74 13"
Crack0="90 90"

Although I think it might have something to do with the subroutine or the pointer after (perhaps 0 changes) - perhaps it might not work. Have not had a look at this in ages. (UNTESTED)

Code:
.text:0055F1D8                 jz      short loc_55F1ED
.text:0055F1DA                 mov     eax, [esi+10h]
.text:0055F1DD                 mov     ecx, [esi+0Ch]
.text:0055F1E0                 push    eax
.text:0055F1E1                 push    ecx
.text:0055F1E2                 mov     ecx, esi
.text:0055F1E4                 call    sub_55EFE0
.text:0055F1E9                 mov     byte ptr [esi+4], 0
 
Last edited:
Thanks a lot Wicked.

Though to be honestly I only understand 20% about your post(me stupid ogre...lol)

Hope some devs can wrap that up and I am willing to do the test if needed :)
 
Last edited:
Thanks a lot Wicked.

Though to be honestly I only understand 20% about your post(me stupid ogre...lol)

Hope some devs can wrap that up and I am willing to do the test if needed :)

Close EQ

Open up MQ2DoCrack.ini in notepad from your MacroQuest2 folder.

Add

Code:
[WeatherStuff]
Description="Weather Stuff"
Version="2011.05.12"
Address0=55F1D8
Normal0="74 13"
Crack0="90 90"

At the bottom of the file.

Launch EQ, look at your docrack list, enable it and see what happens.
 
Well, I had it tested. Seems nothing happened in EQ.My Charm requires rainy day to max state, and now it's still under full HME.

Here is my MQ2Docrack.ini
Code:
[AFewMountSkills]
Description="Some Skills like Hide, Sneak, Beg on a mount"
Version="2011.05.12"
Address0=447BB8
Normal0="0F 87 9C 27 00 00"
Crack0="E9 0F 00 00 00 90"

[AtkPoison]
Description="Apply poison while attacking"
Version="2011.05.12"
Address0=4F1A9E
Normal0="74"
Crack0="EB"

[BagSize]
Description="Place any size items in any container"
Version="2011.05.12"
Address0=51B89A
Normal0="74"
Crack0="EB"

[BardClicky]
Description="Bard can click clickies while singing"
Version="2011.05.12"
Address0=49BD40
Normal0="74"
Crack0="EB"

[BuyWFullInv]
Description="Buy from merchant with full inventory"
Version="2011.05.12"
Address0=661CBF
Normal0="75"
Crack0="EB"

[Con]
Description="Consider boats and other unconsiderables"
Version="2011.05.12"
Address0=4B767D
Normal0="74"
Crack0="EB"

[CrapLevitate]
Description="Levitate, world Z-Axis becomes 1.97"
Version="2011.05.12"
Address0=45F098
Normal0="8B 50 04"
Crack0="90 90 90"

[DayLight]
Description="Always daylight"
Version="2011.05.12"
Address0=470F65
Normal0="8B 15 9C 5B B3 00 0F B6 52 04"
Crack0="BA 0D 00 00 00 90 90 90 90 90"
Address1=46F982
Normal1="8B 0D 9C 5B B3 00 8A 41 04"
Crack1="B8 0D 00 00 00 90 90 90 90"

[DoorsStayOpen]
Description="Doors stay open"
Version="2011.05.12"
Address0=4E4C26
Normal0="C6 46 27 03"
Crack0="90 90 90 90"

[EB]
Description="Enduring/EverLasting Breath"
Version="2011.05.12"
Address0=53E718
Normal0="48"
Crack0="90"

[EncumberMe1276]
Description="Lock Your Weight at 1276"
Version="2011.05.12"
Address0=6EEE15
Normal0="7A 0B"
Crack0="90 90"

[EnviroFall]
Description="No Fall/Enviro dmg"
Version="2011.05.12"
Address0=441F40
Normal0="81 EC 30"
Crack0="C2 18 00"

[EnviroFall2]
Description="No Fall/Enviro dmg 2nd Version"
Version="2011.05.12"
Address0=441F9A
Normal0="04"
Crack0="00"

[EvadeAttack]
Description="Hide/Evade While Attacking"
Version="2011.05.12"
Address0=449536
Normal0="74"
Crack0="EB"

[EvadeAttackMoFo]
Description="Hide/Evade While Attacking 2nd Version"
Version="2011.05.12"
Address0=448EF2
Normal0="0F 85 2B 02 00 00"
Crack0="90 90 90 90 90 90"
Address1=448EFF
Normal1="0F 85 1E 02 00 00"
Crack1="90 90 90 90 90 90"

[ExchangeMoney]
Description="Convert Money w/o bank (thanks brainiac!)"
Version="2011.05.12"
Address0=4EC411
Normal0="0F 84 FE 04 00 00"
Crack0="90 90 90 90 90 90"

[EZFollow]
Description="/Follow PC's or NPC's"
Version="2011.05.12"
Address0=4CBCB7
Normal0="0F 84 61 01 00 00"
Crack0="90 90 90 90 90 90"
Address1=4CBC7B
Normal1="0F 85 9D 01 00 00"
Crack1="90 90 90 90 90 90"

[FarFollow]
Description="/follow someone from any distance"
Version="2011.05.12"
Address0=546CC6
Normal0="0F 85 8A 00 00 00"
Crack0="E9 8B 00 00 00 90"

[ForceFeedDrink]
Description="Consume Unlimited Drink"
Version="2011.05.12"
Address0=49B9D4
Normal0="7C"
Crack0="EB"

[ForceFeedFood]
Description="Comsume Unlimited Food"
Version="2011.05.12"
Address0=49B78A
Normal0="7C"
Crack0="EB"

[HideBeg]
Description="Beg while hiding"
Version="2011.05.12"
Address0=44831F
Normal0="74"
Crack0="EB"

[HideRun]
Description="Hide and Run"
Version="2011.05.12"
Address0=448F6A
Normal0="7B 46"
Crack0="90 90"
Address1=448F78
Normal1="74 38"
Crack1="90 90"
Address2=448F86
Normal2="7B 2A"
Crack2="90 90"
Address3=448F94
Normal3="74 1C"
Crack3="90 90"
Address4=448FA2
Normal4="7B 0E"
Crack4="90 90"
Address5=448FB0
Normal5="75"
Crack5="EB"
Address6=448FD8
Normal6="7C"
Crack6="EB"
Address7=44B409
Normal7="75 11"
Crack7="90 90"
Address8=44B410
Normal8="74 0A"
Crack8="90 90"
Address9=44B41A
Normal9="75"
Crack9="EB"

[IllusionFace]
Description="Change face while under an illusion"
Version="2011.05.12"
Address0=67B76E
Normal0="74"
Crack0="EB"

[InviteFellowship]
Description="Allows leader of fellowship to invite someone from any zone"
Version="2011.05.12"
Address0=5F6201
Normal0="75 34"
Crack0="90 90"

[JWOEndurance]
Description="Jump with 0 endurance"
Version="2011.05.12"
Address0=4FCECF
Normal0="7F"
Crack0="EB"

[Languages]
Description="Read all languages"
Version="2011.05.12"
Address0=49A74F
Normal0="0F B6 D9"
Crack0="B8 FC 90"
Address1=49C709
Normal1="77"
Crack1="EB"
Address2=49C641
Normal2="0F 85"
Crack2="90 E9"

[LavaFishEyes]
Description="See Clearly Under Water And Lava"
Version="2011.05.12"
Address0=6E859C
Normal0="74"
Crack0="EB"
Address1=6E853B
Normal1="74"
Crack1="EB"

[NoAccel]
Description="No Acceleration/Deceleration on mount"
Version="2011.05.12"
Address0=545152
Normal0="74"
Crack0="EB"

[NoAutoTarget]
Description="Stop From Autotargeting Mobs That Hit You"
Version="2011.05.12"
Address0=4FF21B
Normal0="89 35 E4 5B B3 00"
Crack0="90 90 90 90 90 90"

[NoBlind]
Description="No Blind"
Version="2011.05.12"
Address0=42F81E
Normal0="01"
Crack0="00"

[NoClootSpam]
Description="Blocks : You may not loot that item from this corpse.(message only)"
Version="2011.05.12"
Address0=63D6AF
Normal0="0F 8C D8 01 00 00"
Crack0="90 90 90 90 90 90"
Address1=63D6BA
Normal1="0F 8C CD 01 00 00"
Crack1="90 90 90 90 90 90"

[NoDelayJump]
Description="No delay while chain jumping"
Version="2011.05.12"
Address0=4FCE63
Normal0="0F 86 CC 00 00 00"
Crack0="90 90 90 90 90 90"

[NoEncumber]
Description="Allows for no encumberance"
Version="2011.05.12"
Address0=43B953
Normal0="7A 3E"
Crack0="90 90"

[NoEqPlayers]
Description="Turns off EqPlayers Update"
Version="2011.05.12"
Address0=66C3FF
Normal0="74"
Crack0="EB"

[NoFoodorDrinkMessages]
Description="Hide Drink/Food Messages, including Hungry/Thirsty"
Version="2011.05.12"
Address0=447710
Normal0="51 57 8B"
Crack0="C2 04 00"

[NoMeleePush]
Description="No push when taking melee"
Version="2011.05.12"
Address0=556D5A
Normal0="D9 5F 70"
Crack0="90 90 90"
Address1=556D72
Normal1="D9 5F 74"
Crack1="90 90 90"
Address2=556D8A
Normal2="D9 5F 78"
Crack2="90 90 90"

[NoMountModels]
Description="No Mount Models"
Version="2011.05.12"
Address0=54765A
Normal0="B0 01"
Crack0="32 C0"

[NoShadowStep]
Description="No Shadow Step"
Version="2011.05.12"
Address0=424400
Normal0="83 EC 18"
Crack0="C2 04 00"

[NoShrink]
Description="Never Grow Or Shrink"
Version="2011.05.12"
Address0=480112
Normal0="89 85 5C 01 00 00"
Crack0="90 90 90 90 90 90"

[NoSkyGraphics]
Description="Sky Off W/Out Blacking Day Sky"
Version="2011.05.12"
Address0=4805D8
Normal0="0F 84 C0 00 00 00"
Crack0="90 90 90 90 90 90"

[NoStun]
Description="Move around while stunned Original Version"
Version="2011.05.12"
Address0=4332F0
Normal0="56 8B F1"
Crack0="C2 10 00"

[NoStun2]
Description="Move around while stunned 2nd Version"
Version="2011.05.12"
Address0=43338C
Normal0="01"
Crack0="00"

[NoWeather]
Description="Always a nice sunny day"
Version="2011.05.12"
Address0=55F1D8
Normal0="74"
Crack0="EB"

[OpenInventory]
Description="Open Inventory Window While Casting"
Version="2011.05.12"
Address0=4B07B8
Normal0="0F 8F B4 31 00 00"
Crack0="90 90 90 90 90 90"

[PreventSpeed]
Description="Run at 100 speed - No Snare, No Root, No SoW, No SoE, No Selos"
Version="2011.05.12"
Address0=42A2B0
Normal0="51 53 56"
Crack0="C2 04 00"

[SeeInvis]
Description="See Invisible"
Version="2011.05.12"
Address0=557BF3
Normal0="E8 E8 6A EE FF"
Crack0="B0 01 90 90 90"

[SeeInvis2]
Description="See All Invisible"
Version="2011.05.12"
Address0=557C5E
Normal0="8A C3"
Crack0="32 C0"

[Shield]
Description="Allows any class to /shield"
Version="2011.05.12"
Address0=4BFB48
Normal0="0F 85 A6 01 00 00"
Crack0="90 90 90 90 90 90"

[ShowSpells]
Description="GRP LDR Spell awareness"
Version="2011.05.12"
Address0=4F3FF6
Normal0="74 27"
Crack0="90 90"

[ShowSpells2]
Description="Show spells as text - Groupleader"
Version="2011.05.12"
Address0=4F409D
Normal0="75"
Crack0="EB"

[ShowTime]
Description="Displays every second when you camp"
Version="2011.05.12"
Address0=44B7D2
Normal0="0F 85 C3 FD FF FF"
Crack0="90 90 90 90 90 90"

[SpellBookStop]
Description="Opening spellbook forces you to stop"
Version="2011.05.12"
Address0=614006
Normal0="75"
Crack0="EB"

[SwapWhileCasting]
Description="Move Items While Casting"
Version="2011.05.12"
Address0=61D502
Normal0="7E"
Crack0="EB"
Address1=61D530
Normal1="74"
Crack1="EB"

[Talk2Self]
Description="Bored? Talk to yourself."
Version="2011.05.12"
Address0=4FBCC0
Normal0="75"
Crack0="EB"

[TalkNoFlwshp]
Description="Talk in Fellowship, without being in one, /fs or /fsay"
Version="2011.05.12"
Address0=4F5B6D
Normal0="74 07"
Crack0="90 90"

[TalkNoGrp]
Description="Talk in group, without being in a group"
Version="2011.05.12"
Address0=4F0DAA
Normal0="75"
Crack0="EB"

[TrainAny]
Description="Train at any Trainer"
Version="2011.05.12"
Address0=509383
Normal0="0F 85 99 01 00 00"
Crack0="90 90 90 90 90 90"

[UltraVision]
Description="Ultra-vision"
Version="2011.05.12"
Address0=47846D
Normal0="74 0A"
Crack0="90 90"

[UnlimitedDrunk]
Description="Consume unlimited alcohol"
Version="2011.05.12"
Address0=49BB93
Normal0="7C"
Crack0="EB"

[UseAssist]
Description="Assist while casting"
Version="2011.05.12"
Address0=4B6888
Normal0="75"
Crack0="EB"

[UseAugsealer]
Description="Use Aug Sealer even though being used"
Version="2011.05.12"
Address0=4EABD0
Normal0="74 38"
Crack0="90 90"

[UseHotkeys]
Description="Use Hotkeys While Casting"
Version="2011.05.12"
Address0=613CDC
Normal0="7E"
Crack0="EB"

[WaterWalk]
Description="Walk Under Water"
Version="2011.05.12"
Address0=4DA5AC
Normal0="89 86 98 00 00 00"
Crack0="90 90 90 90 90 90"

[WeightLock]
Description="Locks your weight at 24."
Version="2011.05.12"
Address0=6BDB43
Normal0="8B 91 54 27 00 00"
Crack0="90 90 90 90 90 90"

[WeatherStuff]
Description="Weather Stuff"
Version="2011.05.12"
Address0=55F1D8
Normal0="74 13"
Crack0="90 90"

[ZoneLock]
Description="Locks you inside a Zone"
Version="2011.05.12"
Address0=511740
Normal0="81 EC 70 04 00 00"
Crack0="C2 24 00 90 90 90"

And here is my settings of docrack list in the Server_Toon.ini
Code:
[MQ2DoCrack]
Top=193
Bottom=515
Left=489
Right=931
Locked=0
WindowTitle=MQ2DoCrack
Fades=1
Delay=2000
Duration=500
Alpha=255
FadeToAlpha=255
BGType=1
BGTint.red=255
BGTint.green=255
BGTint.blue=255
ShowWindow=1
[MQ2DoCrack_AutoLoad]
AFewMountSkills=on
EB=on
ExchangeMoney=on
EZFollow=on
FarFollow=on
InviteFellowship=on
Languages=on
LavaFishEyes=on
NoAccel=on
NoBlind=on
NoDelayJump=on
NoFoodorDrinkMessages=on
NoMeleePush=on
NoStun2=on
OpenInventory=on
SeeInvis2=on
ShowSpells2=on
ShowTime=on
Talk2Self=on
TalkNoFlwshp=on
TalkNoGrp=on
TrainAny=on
UltraVision=on
UnlimitedDrunk=on
UseAssist=on
UseAugsealer=on
UseHotkeys=on
WeatherStuff=on

I have cancled my docracklist such as daylight/noskygraphic ,still nothing changed in game ...Any ideas plz? Ty;)

------------------------------------

I doubt maybe there is something related turned off all weather options. I found that no matter wut i choose from the docrack list, seems I ain't got any climates in game(means weather seems never exist as a parameter in my game...)

The graphic setting of EQ itself would effect this ? Things like Dynamic Sky Reflection Siz, Sky Reflection Update Interval etc will make your sky style change less,so it might related to the weather toggle too?

And seems the docrack itself changes some value of the momery, so I gonna reboot my computer and try it again in case some odd reasons that memories are not be edited.
 
Last edited:
Rebooted, still nothing happened. I turned my sky type to Simple (in game option), and am able to see the sky saying it's apparantly a good day,lol...

any idea on this will be greatly appreciated..
 
Rebooted, still nothing happened. I turned my sky type to Simple (in game option), and am able to see the sky saying it's apparantly a good day,lol...

any idea on this will be greatly appreciated..

Might not have been the right offset to toggle. It might take some playing around with.
 
Is it possible that the DoCrack only changes the weather client side, but the charm stats are based on server side weather?