EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 4 of 9
<
1
2
3
4
5
6
7
8
>
Last
»
Showing results 76 to 100 of 219
Search took
0.02
seconds; generated 69 minute(s) ago.
Search:
Posts Made By:
rencro
Forum:
Support::Windows Servers
12-08-2013, 12:45 AM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
That all looks good, but looking over this thread...
That all looks good, but looking over this thread I noticed you said you are using SOF client, sadly, mercs only work with SoD and later clients...But anyone logging into your server with SoD or...
Forum:
Support::Windows Servers
12-08-2013, 12:01 AM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
Could you post the results of these queries? ...
Could you post the results of these queries?
SELECT short_name,ruleset FROM zone WHERE zoneidnumber = 202;
SELECT * FROM rule_values WHERE rule_name like 'Mercs:%';
SELECT name,class FROM...
Forum:
Support::Windows Servers
12-07-2013, 11:30 PM
Replies:
19
How do I export Skill/Spell changes?
Views:
53,499
Posted By
rencro
You may be able to get DBD-mysql from a third...
You may be able to get DBD-mysql from a third party source via PPM
You could try:
ppm gui
Edit--->Preferences-->Repositories
and a repository that may still have this package available....
Forum:
Support::Windows Servers
12-07-2013, 09:24 PM
Replies:
26
Trouble getting Zones / World to startup
Views:
42,604
Posted By
rencro
Cool, assumed you just reassinged twonky to use...
Cool, assumed you just reassinged twonky to use another port then?
Forum:
Support::Windows Servers
12-07-2013, 09:18 PM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
Hehe, you did it again.... ` ' The "like"...
Hehe, you did it again.... ` '
The "like" portion of the query uses the ' (single quotes), unlike my previous comments about the ` (tildes) not being needed, the ' (single quotes) are needed at...
Forum:
Support::Windows Servers
12-07-2013, 09:03 PM
Replies:
26
Trouble getting Zones / World to startup
Views:
42,604
Posted By
rencro
You can use the "Windows Task manager" to...
You can use the "Windows Task manager" to determine what program is using it by comparing the "pids" on the "Details" tab if using windows8
oops-- in before edit 2 above ;-), anyways for future...
Forum:
Support::Windows Servers
12-07-2013, 08:58 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
Apologies...Have you shut down and restarted the...
Apologies...Have you shut down and restarted the server after making your db changes?
If so, perhaps there is an issue in your tables as the server will default you to Crescent Reach if it cant...
Forum:
Support::Windows Servers
12-07-2013, 08:39 PM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
UPDATE `npc_types` SET `class` = 71 WHERE...
UPDATE `npc_types` SET `class` = 71 WHERE `lastname` LIKE '%Mercenary Liaison%';
not:
UPDATE 'npc_types' SET 'class' = 71 WHERE 'lastname' LIKE '%Mercenary Liaison%';
The ` and ' have...
Forum:
Support::Windows Servers
12-07-2013, 08:16 PM
Replies:
26
Trouble getting Zones / World to startup
Views:
42,604
Posted By
rencro
Looks fishy, dont want to send you on a wild...
Looks fishy, dont want to send you on a wild goose chase, but it looks like none of the services are communicating with the world.
In a command prompt, with all eqemu services off run
...
Forum:
Support::Windows Servers
12-07-2013, 06:56 PM
Replies:
26
Trouble getting Zones / World to startup
Views:
42,604
Posted By
rencro
Its possible your logs are short because you...
Its possible your logs are short because you selected less than 5 when you ran cmake for log level, but that does not explain your issue..
The nexus zone looks good until:
---- Zone server...
Forum:
Support::Windows Servers
12-07-2013, 06:41 PM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
Actually mercs are now built into the code, just...
Actually mercs are now built into the code, just need to activate them via sql queries to enable them as they are not enabled in the deafult peq db, bots, in reference to EQEMU, are an optional...
Forum:
Support::Windows Servers
12-07-2013, 06:29 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
Another example: INSERT INTO `variables`...
Another example:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES
('startzone','farsideofmoon','Setting default Startzone for all clients and races to the Far Side of the...
Forum:
Support::Windows Servers
12-07-2013, 06:16 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
errr. you can put whatever zone name you want...
errr. you can put whatever zone name you want there, and my example is tutorial A not B, because thats where I send players too, remember tutoriala, the small jail cell where you first meet Arias and...
Forum:
Support::Windows Servers
12-07-2013, 05:45 PM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
Mercs and bots are two different things...
Mercs and bots are two different things...
Forum:
Quests::Custom
12-07-2013, 05:39 PM
Replies:
1
Simple Christmas NPC
Views:
7,009
Posted By
rencro
Thanks for sharing, loved the PC...
Thanks for sharing, loved the PC part....Chri...errr Holidays
Forum:
Support::Windows Servers
12-07-2013, 05:34 PM
Replies:
26
Trouble getting Zones / World to startup
Views:
42,604
Posted By
rencro
Check you logs directory, if you dont have one,...
Check you logs directory, if you dont have one, create one then re-start the server...
Forum:
Support::Windows Servers
12-07-2013, 05:25 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
Its a custom rule.. To enable it you need to...
Its a custom rule..
To enable it you need to insert it into your db..
If you set SOFstartzone to -1 and remove the tutorial option then whatever you set in the "variables" table for startzone...
Forum:
Support::Windows Servers
12-06-2013, 05:35 PM
Replies:
14
Configuration questions for potential new server (huge post!)
Views:
19,535
Posted By
rencro
Not as in that example as say is not a member of...
Not as in that example as say is not a member of Raid or Group, but if you like you can repipe it through say, yes, there are actually few limits in what you can do, you just need to "do" it....
I...
Forum:
Support::Windows Servers
12-06-2013, 05:07 PM
Replies:
14
Configuration questions for potential new server (huge post!)
Views:
19,535
Posted By
rencro
Thats a diff with my changes that would modify...
Thats a diff with my changes that would modify your code, but you want it for groups so you would be better going into zone/client.cpp and making the edits there yourself...
A word of...
Forum:
Support::Windows Servers
12-06-2013, 04:47 PM
Replies:
14
Configuration questions for potential new server (huge post!)
Views:
19,535
Posted By
rencro
I use a combination of Xachary's is evil code,...
I use a combination of Xachary's is evil code, davood's shroud races, and mq2 to make "bot" characters with access level 100 that will pvp the players when they enter a certain zone, which is...
Forum:
Support::Windows Servers
12-06-2013, 04:28 PM
Replies:
14
Configuration questions for potential new server (huge post!)
Views:
19,535
Posted By
rencro
Here is how I disable "tell, ooc, and auction",...
Here is how I disable "tell, ooc, and auction", same priciple can be applied for group...
diff --git a/zone/client.cpp b/zone/client.cpp
index 533f8b5..750ff73 100644
--- a/zone/client.cpp...
Forum:
Support::Windows Servers
11-30-2013, 03:19 PM
Replies:
5
one db, two db. . .
Views:
7,931
Posted By
rencro
*f-i-r-e-w-a-l-l*
*f-i-r-e-w-a-l-l*
Forum:
General::Server Discussion
11-19-2013, 12:45 PM
Replies:
18
SoulFire - Alpha - Legit, Kunark-Only
Views:
22,653
Posted By
rencro
Iksar's hate everyone.."Evils" hang out at the...
Iksar's hate everyone.."Evils" hang out at the Overthere evil outpost..At least on classic eq from best of my memory.. Thats before Velious came out and faction became meaningless...
Forum:
Development::Database/World Building
11-10-2013, 03:48 PM
Replies:
4
Incream defiant drop rate
Views:
10,714
Posted By
rencro
Not sure whats going on with the 40000ish with...
Not sure whats going on with the 40000ish with chance 0, too lazy to look deeply into it, but there are some 5000ish hits with chance != 0.. Lets up these..
UPDATE lootdrop_entries ld
INNER...
Forum:
Quests::Q&A
11-10-2013, 01:27 PM
Replies:
10
Which is a better script format?
Views:
11,654
Posted By
rencro
Thanks both of you for the feedback...
Thanks both of you for the feedback...
Showing results 76 to 100 of 219
Page 4 of 9
<
1
2
3
4
5
6
7
8
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
12:00 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3