Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 176 to 200 of 500
Search took 0.03 seconds; generated 93 minute(s) ago.
Search: Posts Made By: Derision
Forum: Support::Windows Servers 07-05-2011, 02:24 PM
Replies: 5
Views: 10,869
Posted By Derision
You need to source in this SQL to your database...

You need to source in this SQL to your database to add the missing column:


ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account`...
Forum: Development::Bots 07-05-2011, 01:00 PM
Replies: 3
Views: 8,758
Posted By Derision
Seems like int32 BotFollowDistance =...

Seems like

int32 BotFollowDistance = atoi(sep->arg[2]);

which you have already tried, should work, however you will also want to use

c->GetTarget()->SetFollowDistance(BotFollowDistance);
...
Forum: Quests::Q&A 07-03-2011, 04:06 PM
Replies: 10
Views: 11,055
Posted By Derision
The Underfoot eqgame.exe has the House Of Thule...

The Underfoot eqgame.exe has the House Of Thule zone names coded into it, so if you copy the zone files over from a Live install, you can zone into them with Underfoot.

If the Dark Continent owner...
Forum: Support::General Support 06-12-2011, 02:54 PM
Replies: 9
Views: 15,402
Posted By Derision
The South Ro LDoN entrance appears to be in...

The South Ro LDoN entrance appears to be in sro_2_obj.s3d, so if you have that in your Live directory, copy it over to your Underfoot directory.

The list of missing files in Underfoot is...
Forum: Support::Windows Servers 05-27-2011, 12:58 PM
Replies: 4
Views: 6,554
Posted By Derision
OP_ClientReady. Best place to put your code would...

OP_ClientReady. Best place to put your code would be in Client::CompleteConnect in zone/client_packet.cpp
Forum: Support::MiniLogin 05-22-2011, 01:51 PM
Replies: 5
Views: 72,233
Posted By Derision
It's been years since I used minilogin, but from...

It's been years since I used minilogin, but from your log I guess you are running the client on the same PC as the server (Checking inbound connection 127.0.0.1),
so is the minilogin_ip column in...
Forum: Support::Windows Servers 05-22-2011, 01:44 PM
Replies: 1
Views: 8,789
Posted By Derision
The client is hardcoded to talk to World on port...

The client is hardcoded to talk to World on port UDP/9000.

The port that you changed in eqemu_config.xml from 9000 to 9001 is the TCP port that the zone servers, eqlaunch and UCS use to talk to...
Forum: Support::Windows Servers 05-19-2011, 02:44 PM
Replies: 8
Views: 14,679
Posted By Derision
I just downloaded the VZTZ source from here:...

I just downloaded the VZTZ source from here: http://code.google.com/p/vztzfebsource/downloads/detail?name=VZTZ.7z

Then did a Replace in Files to *remove* all occurrences of #define vsnprintf ...
Forum: Support::Windows Servers 04-17-2011, 04:49 PM
Replies: 15
Views: 18,738
Posted By Derision
http://eqemulator.org/forums/showthread.php?p=1641...

http://eqemulator.org/forums/showthread.php?p=164157

Alter the 'mailkey' column in the character_ table to have a default value of 0, or try installing an earlier version of MySQL (5.1 ?).
...
Forum: Support::Windows Servers 04-05-2011, 03:27 PM
Replies: 8
Views: 11,806
Posted By Derision
You can set them to whatever you feel is...

You can set them to whatever you feel is appropriate for your server :)

IIIRC when I implemented this, I set the value to 50, and then subsequently it was felt on PEQ that leadership XP was being...
Forum: Support::Windows Servers 04-03-2011, 09:33 AM
Replies: 8
Views: 11,806
Posted By Derision
I can't reproduce the bug with 'greying out the...

I can't reproduce the bug with 'greying out the purchase button'.

As for the max banked points, it is hardcoded in the source to match the client and is level dependent.

In the Leadership...
Forum: Spell Support 04-01-2011, 02:06 PM
Replies: 1
Views: 8,587
Posted By Derision
This was fixed in Rev1795. You may not have...

This was fixed in Rev1795. You may not have copied the latest patch_Underfoot.conf into the directory you are running the server from.
Forum: Support::Windows Servers 03-31-2011, 03:47 PM
Replies: 8
Views: 11,806
Posted By Derision
You can alter: ...

You can alter:

Character:KillsPerGroupLeadershipAA
Character:KillsPerRaidLeadershipAA

in the rule_values table.

If you don't have rows for those rule_names in that table, do a #rules store...
Forum: Development::Development 03-16-2011, 07:06 PM
Replies: 4
Views: 14,483
Posted By Derision
This python code will build an .eqg (same...

This python code will build an .eqg (same structure as an .s3d):

packeqg.py


import struct, posixfile, socket, zlib, pdb, sys, socket, os, operator, string


CRCTable = []
def...
Forum: Development::Development 02-18-2011, 03:51 PM
Replies: 139
Views: 404,533
Posted By Derision
Apparently in Feb 2009, bard instrument...

Apparently in Feb 2009, bard instrument modifiers were changed into equivalent focus effects. To quote the patch notes:



The bard focus effect info was already in the items table, just not...
Forum: Spell Support 02-13-2011, 03:22 PM
Replies: 5
Views: 10,171
Posted By Derision
I got a buff icon when I tested this, but as you...

I got a buff icon when I tested this, but as you say, no effect.

This is because the 'Spell Duration Formula' (15) used by this spell is not implemented in EQEmu.

This is handled in Rev 1860,...
Forum: Development::Development 02-11-2011, 02:50 PM
Replies: 139
Views: 404,533
Posted By Derision
No, it shouldn't matter having a mix of clients,...

No, it shouldn't matter having a mix of clients, I also tried with a SoD/UF combo. I'll test with Titanium and UF later.

EDIT: Leader on UF and another on Titanium worked OK too.
Forum: Development::Development 02-11-2011, 02:25 PM
Replies: 139
Views: 404,533
Posted By Derision
Thanks for the extra info. I couldn't reproduce...

Thanks for the extra info. I couldn't reproduce this initially, but it should now be fixed in Rev 1855.



Do you mean when clicking on the 'Request Adventure' button ? I just tried this at the...
Forum: Quests::Q&A 02-11-2011, 06:46 AM
Replies: 6
Views: 7,917
Posted By Derision
20 is the maximum and is due to the fact that the...

20 is the maximum and is due to the fact that the Titanium client can only show 20 activities.
Forum: Support::Linux Servers 02-09-2011, 04:53 PM
Replies: 17
Views: 18,816
Posted By Derision
I don't know what the problem is, but I can...

I don't know what the problem is, but I can confirm it is not your client. I logged in fine to your server using Titanium, but with SoD (Dec 19 2008 build), a trace shows the client sending...
Forum: Development::Development 02-08-2011, 05:14 PM
Replies: 139
Views: 404,533
Posted By Derision
When I said 'is now implemented as a 'Group...

When I said 'is now implemented as a 'Group Role', perhaps I should have said that Delegate Main Assist was removed as a Leadership AA (since SoD) and is now a freebie that is available from the...
Forum: Development::Development 02-06-2011, 01:58 PM
Replies: 139
Views: 404,533
Posted By Derision
Delegate Main Assist is now implemented as a...

Delegate Main Assist is now implemented as a 'Group Role'.

The Group Leader right clicks on the person in the Group Window, moves the cursor down to 'Roles' and then selects 'Main Assist'.

I...
Forum: Support::Linux Servers 02-05-2011, 06:57 PM
Replies: 19
Views: 23,191
Posted By Derision
Are you running the EQ client on the same PC as...

Are you running the EQ client on the same PC as the server ? If so, localhost should work, otherwise you should have your internal LAN IP address if you aren't allowing connections from the Internet,...
Forum: Development::Development 02-05-2011, 03:58 PM
Replies: 2
Views: 7,769
Posted By Derision
Do you have a poknowledge_assets.txt in your...

Do you have a poknowledge_assets.txt in your Underfoot directory ?

If not, create the file in your EQ directory and paste this in:

pokport_gukta.eqg
pokport_crescent.eqg
pokbooknew.eqg
...
Forum: Support::Windows Servers 01-30-2011, 07:19 AM
Replies: 1
Views: 6,950
Posted By Derision
You can't hide those messages as far as I know....

You can't hide those messages as far as I know. It is a 'bug' in the SoD client that was fixed by SOE in the January 20, 2009 patch.
Showing results 176 to 200 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 08:53 AM.


 

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