|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::Windows Servers Support forum for Windows EQEMu users. |

05-30-2013, 07:20 AM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
He just wanted spells.
Code:
##This goes in global_player.pl
sub EVENT_LEVEL_UP
{
quest::scribespells($ulevel, $ulevel -1);
}
Trying not to over-complicate things for him so he can learn, c0ncrete's script is pretty complex for someone who is just starting out.
This is from 2004, no longer valid as some things have changed, like the existence of Drakkin and some column names have changed.
|

05-30-2013, 01:32 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
How would I access the database so that I can see those tables? Right now I am just using EOC browser based editor from Akkadius. Thanks!
|

05-30-2013, 04:20 PM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
You can download Navivat here. Upon opening it up click 'Connection' then 'MySQL'. The Connection Name can be anything you want, set the hostname to localhost, port to 3306, user name to root, password to whatever the password to your database is. Like below.
Code:
Host Name/IP Address: localhost
Port: 3306
User Name: root
Password: PASSWORD HERE
|

05-30-2013, 05:42 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
When I click connection it asks for Connection name, Host Name/IP Address, then has a drop down menu for SQL Server Authentication or Windows, then username and password. I don't see a place to select port or anywhere to click MySQL after connection :(
PS: Oh and it times out after filling it out with what i do have.
|

05-30-2013, 05:45 PM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
Are you on an Administrator account? Did you download the version for MySQL? I've never seen an issue as such.
|

05-30-2013, 10:42 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
I must have had a different version, once i removed it and downloaded the one from your link it worked fine. So I got in and took a look at the starting zones and the starting items, but as far as i can tell it's already setup to go tot he starting cities. But when a new toon is created they go to the tutorial, and from what ic an tell the starting items list has the tattered note you turn in for the noobie tunic, but none of the characters i created actually have that, they all have a weapon, lantern, bag, food and bandages.
|

05-30-2013, 11:08 PM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
Well, there's 2 settings in the 'rule_values' table, here's how you adjust them. Change XXXX to your Zone's ID.
Code:
/*Adjusting settings in rule_vales for start zones.*/
UPDATE rule_values SET World:TutorialZoneID = XXXX;
UPDATE rule_values SET World:SoFStartZoneID = XXXX;
|

05-30-2013, 11:21 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
is there any way to just bypass tutorial so they start in the old school starting points? like human bard starts in south qeynos in front of the bard guild or does it all have to be handled manually?
|

05-31-2013, 11:46 AM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
Hmmm, this may work for disabling the ability to go to the Tutorial Zone.
Code:
/*Change Tutorial Zone capability to 'false' from 'true'.*/
UPDATE rule_values SET rule_value = 'false' WHERE rule_name = 'World:EnableTutorialButton';
|

05-31-2013, 03:46 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
Nice! That worked. Can you tell me how I can disable expansions? So I can build a time-locked progression type thing?
|

05-31-2013, 04:10 PM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
Yeah, there is, although I don't quite understand how it works there is a setting in the rule_values table that deals with expansions, you could also just cap the level and require beyond the cap level for entry to those zones, just my two cents.
Code:
/*Select the expansion rule in rule_values.*/
SELECT * FROM rule_values WHERE rule_name LIKE 'World:ExpansionSettings';
|

05-31-2013, 11:54 PM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
sorry, i missed your response. So I capped the level at 50, do I have to manually set all other zones to 51+ or something?
|

06-01-2013, 01:05 AM
|
Administrator
|
|
Join Date: May 2013
Location: United States
Posts: 1,604
|
|
Yes, you have to manually set the ones you do not want them to access before level 51 to a required level of 51 in the zones table.
EDIT: Off-topic, but what is the name of your server? I would like to check it out, or is it not public?
|

06-01-2013, 09:09 AM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
It's locked ATM but it's called Fixed EQ.
|
 |
|
 |

06-01-2013, 09:38 AM
|
Sarnak
|
|
Join Date: Jan 2009
Location: Florida
Posts: 53
|
|
When all is said and done, it will be a 1 char per IP with 1 bot (3 created) legit server with standard peq difficulty. I have modified the loot drop tables for starter zones and out lying zones to drop improved gear (like the Halloween special items. example clockwork bauble etc.) so that the initial 1-30 grind is more fun by having better chance for gearing up. I also modified dungeon drops to make more sense like blackburrow's onyx earring has ac hp and a few more stats. not much like 4ac and 10hp etc. i also added some minor hp/ac/mana/dmg augs to the 30-40 mob table along with a low chance (like .25%) to some minor fabled items (<40hp) so people can gear up a little bit while grinding. I plan on adding the 40-75hp fabled items at a .25% chance for levels 40-50 and adjusting all the dungeon loot for vanilla so it makes more sense for the difficulty and removing dumb things like +wis on SK leggings from PoFear.
|
 |
|
 |
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 05:09 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |