Instant Camp Anywhere!

I think I may have ssomething I will have to
try it out and see if it works right ok :p
 
works perfectly for me.. except when I try and log back in, it crashes EQ to desktop and leaves my character stuck for a while.

any workarounds?
 
That's gotta be coincidence and not a hard "all the time" problem because I use instant camp all the time and rarely CTD, only time i ever CTD anymore are when i enable docracks and then camp afterwards
 
Works but

Darg said:
/q works....will instantly shut down EQ, can be inconvienient, but a heck of a lot better than dying and losing exp.



using /q or /exit will make u go LD, where you can get killed.
 
Make it sticky

To make this sticky you should make a server_charactername.cfg file. For Example Seventh_Meatshield.CFG. If you aren’t sure of the format look in your Everquest subdirectory for your characters ini file and use the same filename but with a .CFG extension instead of a .INI extension, and reverse the server name and character name order. Then put some commands in it like.
----------------------------------------------------
/custombind add lootcorpse

/custombind set lootcorpse /multiline ; /target corpse radius 17; /loot

/bind lootcorpse f

/custombind add campnow

/custombind set campnow /keypress instant_camp

/bind campnow shift+c

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

Remember you can’t write complicated code in a .CFG file.
Now every time this character is loaded the .CFG file will load and in this example will automatically loot a nearby corpse of you press f, and will instant camp when you hit shift+c. No socials, no worries, no mess, and best of all it remembers.

To make it load right after creation when your character is already logged in use /loadcfg server_character.cfg

Configs that are automatically loaded:

AutoExec.CFG
Executed on the first pulse

CharSelect.CFG
Executed when you are put at character select, an excelent place for a single line of code:
/endmacro
LOL

server_charactername.CFG
Executed when this character enters the world; as in the example above.

mapshortname.CFG
Executed when you zone into this zone. For instance:
bazaar.CFG could contain
/bazaar
so the bazaar search window pops up automatically.

pluginname-AutoExec.CFG
Executed when this plugin is loaded (after its initialization is complete)


Good Luck.
 
Last edited:
Hmm, MQ's plugin to instant camp seems to work by just using /camp for me. So I just have a hotkey with /camp. When I spark up MQ2 I make sure that plugin autoloads. After that, just regular /camp turns to a instant camp :) Maybe I'm thinking of something different?
 
Plugins are nice, but typing a command still takes a second or so longer than just hitting a keypress combo when a train of 20 mobs are almost on top of you hehe. Using the .cfg's you can bind a key combo which only takes like a millisecond to press.

Oh and btw it seems that "zoned.cfg" does in fact work, though not every single time. I have one coded that says:

/if (${Me.Class.Name.Equal[Wizard]}) /pet get lost

cause wizzy pets suck, and it works most of the time.
 
wow u guys making it so harder then it is. Why not just use /alias and just add it for /camp command.
 
I use cfg for key combo cause I don't like using it all the time and prefer to have /camp the way it normally is. Lol side note tho, if you are a fast typer be careful you hit that enter key :) Other day I was trying to type in chat and ended up instant camping myself, I logged back on really quik and just told them I dropped raid on accident. (they were busy w/ shit so didn't notice)