Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: dpjaf4t
Forum: General::Server Discussion 03-24-2016, 10:29 AM
Replies: 27
Views: 9,285
Posted By dpjaf4t
Tried; HTTP 404 error. Not sure why your link...

Tried; HTTP 404 error. Not sure why your link text and target aren't the same, I tried both just to be sure.
Forum: Support::General Support 01-08-2016, 10:30 AM
Replies: 24
Views: 8,804
Posted By dpjaf4t
I am thinking that in the "emu exes" that the...

I am thinking that in the "emu exes" that the eqemu_update script downloads, the binaries are hard-coded specifically to (Active)Perl 5.12, especially given that being Akkadius' favored version for...
Forum: Support::Windows Servers 01-02-2016, 07:04 PM
Replies: 539
Views: 652,798
Posted By dpjaf4t
<facepalm> Yes, it worked (except the script did...

<facepalm> Yes, it worked (except the script did not delete the various installers for me even running it as administrator, but this is totally a trivial point). Sorry for not saying so up front.
...
Forum: Support::Windows Servers 01-02-2016, 09:44 AM
Replies: 539
Views: 652,798
Posted By dpjaf4t
Just a couple of observations from the peanut...

Just a couple of observations from the peanut gallery:

1a. Lines 113-114 in eqemu_install.bat you could just do

SET PATH=%path%;C:\Perl\site\bin;C:\Perl\bin

on one line instead of two, this...
Forum: Support::General Support 12-31-2015, 10:58 AM
Replies: 4
Views: 7,558
Posted By dpjaf4t
It's in the base PEQ DB, not in any EQEMU SQL...

It's in the base PEQ DB, not in any EQEMU SQL update.

You can get from there to here on keeping all the characters and bots and accumulated stuff, it's just work ... will continue with this by PM.
Forum: Support::General Support 12-28-2015, 09:43 AM
Replies: 4
Views: 7,558
Posted By dpjaf4t
This will create your zone_flags table: ...

This will create your zone_flags table:

CREATE TABLE `zone_flags` (
`charID` INT(11) NOT NULL DEFAULT '0',
`zoneID` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`charID`, `zoneID`)
)...
Forum: Support::Windows Servers 09-03-2015, 09:46 AM
Replies: 16
Views: 6,559
Posted By dpjaf4t
You are compiling Debug build, aren't you? ...

You are compiling Debug build, aren't you?

1. When you are configuring in CMake, add to the end of CMAKE_EXE_LINKER_FLAGS_DEBUG, CMAKE_MODULE_LINKER_FLAGS_DEBUG and CMAKE_SHARED_LINKER_FLAGS_DEBUG...
Forum: Support::Windows Servers 08-30-2015, 08:02 PM
Replies: 6
Views: 3,515
Posted By dpjaf4t
You are likely getting all the "Unknown compiler...

You are likely getting all the "Unknown compiler version" warnings because you are using Boost 1.53.0; it did not support past Visual Studio 2012 (MSVC 17.0). Try getting a later version of Boost at...
Forum: Support::Linux Servers 10-17-2014, 08:39 AM
Replies: 3
Views: 3,133
Posted By dpjaf4t
You are entirely the man. I had been doing this...

You are entirely the man. I had been doing this by making 45 left turns instead of one right turn :confused:
Forum: Support::General Support 10-15-2014, 01:32 PM
Replies: 8
Views: 3,553
Posted By dpjaf4t
I think the player_tables from 10-11-2014 may be...

I think the player_tables from 10-11-2014 may be incomplete ... looks to be a duplicate of data_tables instead. Maybe if you source from 9-25-2014, include all the updates from EQEMU git, then...
Forum: Quests::Plugins & Mods 09-23-2014, 01:43 PM
Replies: 55
Views: 99,351
Posted By dpjaf4t
Getting into this a bit late, maybe ... Is...

Getting into this a bit late, maybe ...

Is there any point to updating the npcspecialattks field(s) to the 07/11/2013 'n^1' format and/or adding such as special_abilities field(s)?
Forum: Support::Linux Servers 09-23-2014, 08:54 AM
Replies: 23
Views: 8,792
Posted By dpjaf4t
On Windows, but I found out the same thing. I...

On Windows, but I found out the same thing. I just put a junction (is this symlink in linux?) to EQEMUServer\quests\lua_modules in the base EQEMUServer folder. This saves having to think about...
Forum: Support::Windows Servers 09-08-2014, 12:28 PM
Replies: 10
Views: 3,216
Posted By dpjaf4t
This should find ALL jewelcrafting recipes: ...

This should find ALL jewelcrafting recipes:

SELECT * from tradeskill_recipe_entries JOIN tradeskill_recipe ON tradeskill_recipe_entries.recipe_id=tradeskill_recipe.id WHERE...
Forum: Development::Server Code Submissions 07-27-2012, 11:42 AM
Replies: 1
Views: 2,926
Posted By dpjaf4t
Bot Attack min damage error

Kept getting a compile error about unable to add pointers on bot.cpp; this fixes it (TSVN patch format):

Index: zone/bot.cpp
===================================================================...
Forum: Support::Windows Servers 04-18-2012, 09:45 AM
Replies: 14
Views: 3,502
Posted By dpjaf4t
FWIW: For me the conflict was trying Perl 5.14 on...

FWIW: For me the conflict was trying Perl 5.14 on Win X86. Had the same deal with zone.exe crashing using Perl 5.14 X86, but I built successfully for X86 with VS2010 and Perl 5.12 (MySQL 5.1.62...
Forum: Development::Server Code Submissions 02-26-2012, 08:12 AM
Replies: 1
Views: 3,710
Posted By dpjaf4t
Can't see where to edit the original post,...

Can't see where to edit the original post, probably too early in the day. Better diff format:

Index: trunk/EQEmuServer/zone/effects.cpp...
Forum: Development::Server Code Submissions 01-15-2012, 09:04 PM
Replies: 1
Views: 3,710
Posted By dpjaf4t
Nonworking Disciplines fix

This would allow several disciplines that have not been working, like Warder's Wrath (RNG lvl 69), to be learnable. These were all being rejected because of their names ...

In both...
Forum: Development::Database/World Building 12-21-2011, 03:10 PM
Replies: 6
Views: 3,518
Posted By dpjaf4t
PEQ v2083: Level 67 Shaman Pet Issue/Fix

Someone mentioned on the Irreverent server that the level 67 shaman pet (Farrel's Companion) would not obey commands or attack any mobs. Confirmed this with my sham character; the level 55 pet...
Forum: Development::Database/World Building 11-23-2011, 08:12 PM
Replies: 2
Views: 2,853
Posted By dpjaf4t
Fix: Picklock not trainable at Rogue GM

This worked for me on EQEMU code version 2068 and PEQ database rev2027:

1. I have in rule_values for Character:SkillCapMaxLevel 75.

2. Execute this SQL:

INSERT INTO skill_caps (skillID,...
Forum: Support::General Support 08-30-2010, 10:59 PM
Replies: 1
Views: 3,120
Posted By dpjaf4t
Necro AA Swarm of Decay not working for me

On the Irreverent server with a level 70 necro with Swarm of Decay 2 AA ...

When attempting to use the AA against any mob in any zone, it always fails with a message "You must select a target for...
Forum: Support::General Support 08-30-2010, 10:41 PM
Replies: 4
Views: 2,525
Posted By dpjaf4t
As of 8/30/2010 on the Irreverent server, this...

As of 8/30/2010 on the Irreverent server, this spell still creates a shadow orb with zero charges.

Kemmler
70 Necro - Irreverent
Showing results 1 to 21 of 21

 
Forum Jump
   

All times are GMT -4. The time now is 01:58 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3