Starting Stats
Posted: Wed Feb 13, 2008 5:07 am
starting stats isnt in the database sql tables?
Code: Select all
-- phpMyAdmin SQL Dump
-- version 2.10.3deb1ubuntu0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 13, 2008 at 06:37 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.3-1ubuntu6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `eq2root`
--
-- --------------------------------------------------------
--
-- Table structure for table `character_races`
--
CREATE TABLE IF NOT EXISTS `character_races` (
`Race` set('Barbarian') NOT NULL,
`Alignment` text NOT NULL,
`Strength` tinyint(3) NOT NULL,
`Agility` tinyint(3) NOT NULL,
`Stamina` tinyint(3) NOT NULL,
`Inteligence` tinyint(3) NOT NULL,
`Wisdom` tinyint(3) NOT NULL,
`Starting_Town_Qeynos` text NOT NULL,
`Starting_Town_Freeport` text NOT NULL,
KEY `Race` (`Race`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `character_races`
--
INSERT INTO `character_races` (`Race`, `Alignment`, `Strength`, `Agility`, `Stamina`, `Inteligence`, `Wisdom`, `Starting_Town_Qeynos`, `Starting_Town_Freeport`) VALUES
('Barbarian', 'Neutral', 25, 20, 25, 12, 18, 'Graystone', 'Scale Yard');
Code: Select all
15 * level + 20



I know this, as I pointed out, but as long as the starting toons stats all equal 100 at level one i dont see a problem, as long as the spread is even'ishZexisStryfe wrote:Racial stats do matter, its just the further you get into the game the matter less. Is that initial 25 point going to matter when you have 650 str? Not so much, but at lvl 10 it will sure matter when you only have 35 str (vs 10 without the racial mod).
The discrepency you see between base starting stats and your "base" stats at 75 are because as you lvl, you get racial traditions, some of which add to certain stats (Dark elves get one that raises INT by 5 for instance). Also, every ten levels or so you get to raise 1 stat by 4 or 5. Also (again!) the first AA in each of the subclass lines raises your base stats as well (ie- Perceptor's stamina for summoners)