• 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

[EQemu] Trade No Drop Items

TeachersPet

Well-known member
Joined
Jul 27, 2005
RedCents
71¢
I was originally going to sell this to people but I kind of got bored of propositioning people.

How to trade no drop items on EQemu servers:
1) Compile MQ2Droppable (code is below)
2) Put the item you want to trade on your cursor
3) Type /droppable
4) Put the item in a bag
5) Trade that bag to another player
6) Donate to me either sexually or monetarily

Rich (BB code):
/*
	MQ2Droppable
	By: TeachersPet

	Makes an Item droppable clientside
*/

#include "../MQ2Plugin.h"

PreSetup("MQ2Droppable");

VOID Droppable(PSPAWNINFO pChar, PCHAR szLine) {
	GetCharInfo()->Cursor->Item->NoDrop = 1;
}

PLUGIN_API VOID InitializePlugin(VOID)
{
	AddCommand("/droppable",Droppable);
}

PLUGIN_API VOID ShutdownPlugin(VOID)
{
	RemoveCommand("/droppable");
}
 
Would compile this but unfortunutly i have no Emu MQ2 source project, anyone mind posting a DLL?
 
I won't post a DLL because there are two versions of MQ2 that work for EQemu.
 
I also don't have the source project for compiling. I just have the pre-compiled version found here. Anyone have any ideas for ways around this?
 
I'll find both and make two precompiles, one for Titanium and one for Backpatch.
 
amazing work! so now i can put ntov gear on my lvl 30 chars haha thats aweomome.
 
I believe I have found the source code for a fresh install of Titanium. I found it on the MQ2 site, however since I found it on there I am going to assume there are no hacks included in it. I didn't know if anybody had the warp plugin in addition to the source that Teacher's Pet has posted for trading no drop items.

If anybody could possibly use the source to post a pre-compile that would be great. The source is attached below.
 

Attachments

This Source only works for Backpatch if you know anything about MQ2 you can easily update it for whatever version your useing! look at the source
 
Last edited:
What is the general consensus when this thing is working to use it?..

IE: Find a rarely used bank and transfer all the items you want in one shot? or find a busy bank, play it safe and transfer 1 item per day/week whatever, what is the detection rate on this bad boy?
 
sportsguy - You mean you found a working version of MQ for titanium right? That's definitely not EQ Titanium.

Also, I'm not 100% sure but almost positive that it's illegal and against RedGuides rules to post a working version of Titanium because of copyright issues, so don't ask.

To sportsguy again, I have a working version of MQ for Titanium that I found on this site. Here is the link.
 
He was posting that he thought he had found the working version of MQ2 for EQEmu, and then he asked if someone could compile the zip for him so he could use MQ2, that is all that he was asking. Read thoroughly a little more next time.
 
highrever said:
What is the general consensus when this thing is working to use it?..

IE: Find a rarely used bank and transfer all the items you want in one shot? or find a busy bank, play it safe and transfer 1 item per day/week whatever, what is the detection rate on this bad boy?


Its eqemu xfer 100000000 items per day it doesnt matter theres no detection and you can trade the items to any char on your account or not dont use shared bank just put them in bags what busy server are you playing on lol
 
I'm extremely dumb with all this stuff. Is there a thread I need to read that will tell me how to use this? Or is it easy to explain?
 
you need an eqemu mq2 that work with your emu server and compil with that source but very difficult to get all these by this day eqemu seem not suported by red like at start of my subscription they have lot of stuff now nothing or perhaps you can donate to TP for he get you that mq
 
What about the Skorp2k server... Neither posted MQ2 compiles work for it. Been trying to figure out what I need to do, but nothing is coming to mind as to where to start.


0.5.7-DR6 is what it's running.
 
[EQemu] Trade No Drop Items

Users who are viewing this thread

Back
Top
Cart