Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 12-22-2009, 11:27 PM
Pretentious
Fire Beetle
 
Join Date: Sep 2009
Posts: 22
Default Possible with a script, or all database side?

Right now, working on setting up loot tables, except I'm trying to figure out a few things.

Would it be possible to script a certain item to drop based off of a creature's level, or just do it through the database?

Thanks.
Reply With Quote
  #2  
Old 12-23-2009, 07:28 AM
antioch
Fire Beetle
 
Join Date: Dec 2009
Posts: 23
Default

I've not tried this out but give it a go, might work, the idea being when the mob spawns if it's above/equal a certain level it'll script it to add your specific item - otherwise it'll add something else.

Code:
sub EVENT_SPAWN {
	if ($mlevel => level) {
		quest::addloot(itemid,charges);
	}
	else {
		quest::addloot(itemid,charges);
	}
}
Reply With Quote
  #3  
Old 12-23-2009, 12:30 PM
Pretentious
Fire Beetle
 
Join Date: Sep 2009
Posts: 22
Default

Very cool. That's extremely helpful.

Is there a way to apply this globally so ALL monsters level 1-5 will have a % to drop X item, so on and so forth until 70, or just go manually?
Reply With Quote
  #4  
Old 12-23-2009, 01:48 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Try GeorgeS's diablo loot tool. It sounds like that would help you the most.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:01 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3