![]() |
#1
|
|||
|
![]() I hear this cant be done on our server, nor any other Emu servers.
Is this something that can be fixed if the staff felt like doing it? If so would it ever be considered? MQ was a huge part of classic, such as the ancient cyclops ring, or even bigger, epics! I remember finding so many epic mobs up [Specificly tainted for druid epic] without friends being on, loot it and MQ it later to help that person out. | ||
|
#2
|
|||
|
![]() Doesn't work
__________________
![]() it's like you make the atomic bomb (server) and you don't want to let other countries (guilds) have nuclear secrets (under the radar information). it's gm's business and no one else's or else everyone gets nuked. letting Iran or North Korea beta test and keep the successful nukes, makes other countries uncomfortable. | ||
|
#3
|
|||
|
![]() While you are correct that it was a major part of Classic, I would say that I wouldn't miss MQing. I never did it, and don't think I ever had the opportunity to.
| ||
|
#4
|
|||
|
![]() I think as a solution we should make all quest items droppable so they can be sold. LET IT BE DONE.
__________________
"well, shit son." - ZITHAX ![]() | ||
|
#5
|
|||
|
![]() It would be nice to have that in.. I remember selling ancient cyclops ring MQ as one of my main ways of making money.
| ||
|
#6
|
|||
|
![]() Nope and not exactly fixable either. EQEmu is coded for a quest NPC to expect all items at once, whereas on live quest NPCs didn't care how many turn-ins were made, they "stored" what was left to complete their specific quest.
| ||
|
#7
|
|||
|
![]() So this is unfixeable? Why did EQEMU code it that way, that is dumb, would posting on the General EQEMU forums help? Or would they not change it anyway? Is it worth asking them to make no drops items tradeable? I know that wasnt classic but neither is no MQ'ing...
| ||
|
#8
|
||||
|
![]() Quote:
On the other hand, this means I can't have Raster's idol MQ'd for me like I did on live.
__________________
| |||
|
#9
|
||||
|
![]() Quote:
As an example here's the script that implements the quest handins for Totemic Armor (not from P1999, from the AXClassic PEQ distro of eqemu.) Interestingly this one is written not to eat incorrect handins. # Quest for Vrynn in Lakerathe - Shaman Totemic Armor (low 30's armor) # kiladiveus - completed subevents for this quest NPC. I created the ending statement since i can't find any. Same as exp. # Kiladiveus - In najena, need to add loot "19041 Terror Spines" into "44013 Tentacle_Terror" in Lootdrop 45905. 50% chance? # Kiladiveus - In unrest, need to add loot "19038 Ghoul Carrion" into "63008 A carrion Ghoul" in Lootdrop 16772. 50% chance? sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Greetings. spiritwalker. I am called Vrynn. If you have banded armor, my wife Kyralynn and I can form it into a new shaman armor using this totem and some reagents for the ritual. I make armor from banded [boots]. [gauntlets]. [sleeves]. and [leggings]."); } if($text=~/boots/i){ quest::say("The boots require banded boots. 1 dufrenite. an orc chief's tongue from Lesser Faydark. and terror spines from a tentacle terror in Najena."); } if($text=~/gauntlets/i){ quest::say("The gauntlets require banded gauntlets. 1 crushed dufrenite. a mammoth rib bone. and a griffenne downfeather."); } if($text=~/sleeves/i){ quest::say("The sleeves require banded sleeves. 1 ground dufrenite. ghoul carrion from Estate of Unrest. and charger hoof chips."); } if($text=~/leggings/i){ quest::say("The leggings require banded leggings. 1 powdered dufrenite. a Permafrost snowball from a goblin wizard. and bone barbs from Estate of Unrest."); } } sub EVENT_ITEM(){ if (plugin::check_handin(\%itemcount, 3064 => 1, 10073 => 1, 19039 => 1, 19041 => 1)) { quest::ding(); quest::exp(200); quest::summonitem(4941); quest::say("I have crafted your boots, use it well."); } elsif (plugin::check_handin(\%itemcount, 3062 => 1, 19050 => 1, 19043 => 1, 19046 => 1)) { quest::ding(); quest::exp(200); quest::summonitem(4942); quest::say("I have crafted your gauntlets, use it well."); } elsif (plugin::check_handin(\%itemcount, 3060 => 1, 19051 => 1, 19038 => 1, 19045 => 1)) { quest::ding(); quest::exp(200); quest::summonitem(4943); quest::say("I have crafted your sleeves, use it well."); } elsif (plugin::check_handin(\%itemcount, 3063 => 1, 19052 => 1, 19034 => 1, 19037 => 1)) { quest::ding(); quest::exp(200); quest::summonitem(4944); quest::say("I have crafted your leggings, use it well."); } else { quest::say("You have given me incomplete or the wrong reagents."); plugin::return_items(\%itemcount); } } #END of FILE Zone:lakerathe ID:51059 -- Vrynn Regards, Mg
__________________
| |||
Last edited by mgellan; 05-26-2010 at 12:34 PM..
|
|
#10
|
|||
|
![]() I like no MQ'ing... you want the quest item, you camp the parts yourself.
__________________
Another witty, informative, and/or retarded post by:
![]() "You know you done fucked up when Yendor gives you raid commentary." - Tiggles | ||
|
![]() |
|
|