Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-24-2002, 06:05 PM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default List of skill caps

I'm thinking of compiling a DB of skill caps, sorted by level and class. The EQemu skill caps are kinda scattered, and integrated into the code, making them hard to modify.

What's the interest for this? And also, who could consider helping out? In most cases, it's simple enough, but the caps do vary a lot, especially after 50.
Reply With Quote
  #2  
Old 10-25-2002, 03:48 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default

I'd be willing to help out with this as I am able.

Edit: I can put them into a csv file or something for you to manipulate as you wish if ya like. Maybe that would be some help to ya?
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #3  
Old 10-25-2002, 05:44 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

What'd I'd need help with is data collection and insertion, obviously. Ergo:

BLOCK:

MONK skillcap: 1-50 Level*5+5 and whatever it is above 50
BEASTLORD: whatever they have
ELSE: 0

As for data insertion, the format will be:

CREATE TABLE skillcap (
class int(10) NOT NULL default '0',
level int(10) NOT NULL default '0',
skill int(10) NOT NULL default '0',
amount int(10) NOT NULL default '0',
) TYPE=MyISAM;

or so, so a data entry for level 1 block for a monk would be

INSERT INTO skillcap VALUES(7,1,11,10);

so it's a huge fucking DB. Alternatively, might be able to kill the level and have some kinda formula... like this

CREATE TABLE skillcap (
class int(10) NOT NULL default '0',
skill int(10) NOT NULL default '0',
formula varchar(40) NOT NULL default '',
max int(10) NOT NULL default '0',
) TYPE=MyISAM;

INSERT INTO skillcap VALUES(7,11,"level*5+5",200);

but it'd be kinda limited for skills that only get 1 per level after 50 and such.
Reply With Quote
  #4  
Old 10-25-2002, 06:16 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default Databases for Dummies

Oky, I understand for the most part what you've posted so far.

Here's the drawbacks to my being a dummy.

A.) I've never messed much with databases, or mysql, but I really want to learn.
B.) I do have a high capacity to learn quickly (a plus!)
C.) Where do you find the equation for the skillcaps for each class? (I've only ever seen posted in my meager looking about a max skillcap for each skill for up to level 50 and then 50+)
D.) How do I get started?

I know, I'm such a n00b, but all us n00bs started somewhere, right? If you're willing to teach a bit, I'm more than willing to learn and help ya out some. If not, no biggie either.
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #5  
Old 10-25-2002, 06:29 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

A) Just get me the skill data, SQL is easy anyways.
B) Good. :p
C) eq.castersrealm.com... other eq fansites like monkly business maybe. There's no collected effort like this, which makes it harder. :\
D) Get the max of all skills from castersrealm per class, for starters... the absolute max. Then try to break it down as per level.
Reply With Quote
  #6  
Old 10-25-2002, 06:34 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default Otay!

I'll see what I can put together this afternoon later. First, must finish my gimpy perl script for class... then the afternoon is all mine!
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #7  
Old 10-25-2002, 07:12 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default

Here's another question:

Did skill caps change with PoP? I know max levels did.
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #8  
Old 10-25-2002, 07:25 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

They did, but let's limit this to L60.
Reply With Quote
  #9  
Old 10-25-2002, 10:01 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default Bards and Monks

Here's what I've collected so far for you. Info sources are cited in the spreadsheet. I'll post up more as I get it, but maybe this will give ya something to start working with in the meantime.

__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #10  
Old 11-01-2002, 05:21 AM
tamarae
Hill Giant
 
Join Date: Oct 2002
Posts: 179
Default

Hey Wiz.. I'm having no luck finding the other classes listed anywhere to produce more information. Been looking for several days now. :(

I'll keep looking.
__________________
--Tamarae Dastile
The Dominare Server
Reply With Quote
  #11  
Old 11-02-2002, 06:57 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

Been away for a bit, getting back on this now. Thanks for your help sofar!
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 02:35 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