Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-04-2015, 09:41 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Quote:
I can tell you many quest are just flat out missing
Perfection is impossible.

Quote:
PEQ uses Magelo for drop rates but from my experience they are not accurate, even for the current era.
It's easy to drop any magelo generated loottable/lootdrop. There are quite a few of the above table entries that go unused which could be matched up with a bit of work.

It's also easy to drop all items outside of an expansion if those items are labelled with an expansion - like I have done for 60k+ items - so some of the magelo gen data dropping isn't necessary.

This is what I'm basically talking about. Getting the data proper in the database is huge as everyone has said. I've made some of it so simple a caveman can help!
Reply With Quote
  #2  
Old 10-04-2015, 09:45 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I am pretty sure the Magelo issue has to lie with multiple items dropping off of creatures. Magelo drop rates do not show quantities so if a Crag Spider drops 8 silks, that would be a 800% drop rate on that one drop. I do not think Magelo's website ever shows above 100%
Reply With Quote
  #3  
Old 10-04-2015, 09:58 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Quote:
Originally Posted by provocating View Post
I am pretty sure the Magelo issue has to lie with multiple items dropping off of creatures. Magelo drop rates do not show quantities so if a Crag Spider drops 8 silks, that would be a 800% drop rate on that one drop. I do not think Magelo's website ever shows above 100%
It seems that lootdrop.ids were added along with existing one when this was done. There are several columns in `loottable_entries` and `lootdrop_entries` which control this. <chance, multiplier, mindrop, probability> all of these combined create an environment that when you kill `a_large_rat` you get twelve items.
Reply With Quote
  #4  
Old 10-04-2015, 10:04 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I do not think you understood what I was saying. Look at...

http://eq.magelo.com/npc/7155

See the spider shows it drops silk 85% of the time? What the emulator would translate that to is dropping 1 silk 85% of the time. I am not sure how the Magelo import routine works but I would think it could possibly get the percentages right on multiples. A Crag spider can possibly drop up to 8 silks. It may be 15% with an 8x multiplier, but it is possible.
Reply With Quote
  #5  
Old 10-04-2015, 10:19 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

I've never looked at magelo grabs so perhaps I misunderstood you.

I know what I see in the DB though. A multiplier value was assigned somehow.

As far as crag spiders specifically: they have dropped large numbers of silks since back in PoP days if not earlier, I'm unsure exactly how far back
Reply With Quote
  #6  
Old 10-04-2015, 10:25 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

If you have virgin ears, click out of this thread...

...................

A snippet from a convo I had recently regarding this general issue:

I seem to be met on many sides by people unwilling.

...................

Quote:
Quote:
On database work, it would probably be good to just use a central database with the PeqEditor and give everyone access to make changes. Maybe some type of log sheet for people to sign with a small description on the changes they made that day.
Sounds good. Although, I like the structure of git with a master and branches. For example: Adrian has table x1,y1,z1 in his branch, <soandso> has x2,y2,z2 and these can be combined or chosen separately as a more complete data set to Master xm,ym,zm.

Quote:
If you want something enough and are passionate about it you can also get it done on your own.
Agreed

Quote:
I have had mainly negative comments about my servers since I started. You have to push past all of the negative comments and just run with it.
Those people should go away. Fucked up to say that to someone in your "community." I've seen some of the comments made in your direction. Fucked up people.

Quote:
You cannot develop a server in a vacuum, also you do not need to rely on other developers to get your job done.
Agreed

My comments: I can't say this enough... Why on earth would someone want to do this more than once?! It's tedious, boring - I'd rather pull my fingernails out than know you are editing the same exact DB entry with virtually the same new data. It's fucking stupid man!

I am not going to spend 5 years of my free time to repeat what someone else has done but is too stubborn or stingy to share, when what they have was shared with them. It contradicts everything about why this EMU started.

I hear you on all that other stuff but this is the bottom line for me. <above >
Egos abound!
Reply With Quote
  #7  
Old 10-04-2015, 02:55 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I am "egobound" ? Not hardly.

You wanted to start this project, you started the thread, not me.

That entire PM, was sent you you in confidence. There again I do not send anything in a PM that I would be ashamed of. You are definitely not going about this endeavor of yours in a fashion that would encourage people to help you.

Several PM's you sent me were pretty narcissistic but I will not post these here in a public forum. Good luck on your project, I definitely will not be contributing to it. You are showing your true colors.

And yes you have to do it yourself. As I said before I have been faced with much negativity on my project but I stick to my guns on what I want. I put in countless hours of GM'ing, server maintenance, bug reports. I am not going to stop what I am doing to help you. No one stopped what they were doing to help me. As I said my server comes first above everything else except my day job.
Reply With Quote
  #8  
Old 10-04-2015, 09:50 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Quote:
This is what I'm basically talking about. Getting the data proper in the database is huge as everyone has said. I've made some of it so simple a caveman can help!
To add:

I don't feel like carrying on and on about what I have done because I'm not an self-centered egomaniac like some. But, I also feel that I am doing a disservice to the segment of the community that wants classic/progression by not harping about what I have done (started).

It's very important to get these things (lootdrops, items, npcs, other database stuff) correct. I've spent about as much time developing my system as I have changing data (maybe not, but I said this for effect).

P99 has done it with whoever they have.

I see no fucking reason a much larger community can't!

Get with it...
Reply With Quote
  #9  
Old 10-10-2015, 03:43 PM
MarcusD
Banned
 
Join Date: Jan 2015
Posts: 75
Default

Quote:
Originally Posted by AdrianD View Post
Perfection is impossible.



It's easy to drop any magelo generated loottable/lootdrop. There are quite a few of the above table entries that go unused which could be matched up with a bit of work.

It's also easy to drop all items outside of an expansion if those items are labelled with an expansion - like I have done for 60k+ items - so some of the magelo gen data dropping isn't necessary.

This is what I'm basically talking about. Getting the data proper in the database is huge as everyone has said. I've made some of it so simple a caveman can help!
I have not yet graduated to caveman level but I will be helping at some point lol. I need to learn more about databases...learning how to use Heidisql would probably help .
Reply With Quote
  #10  
Old 10-10-2015, 03:48 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Contact me bro!

It's in my selfish nature to assist people where I can so I can achieve my self-righteous goal of getting classic content?

Yeah, that's it...
Reply With Quote
Reply

Thread Tools
Display Modes

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 08:04 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3