Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 500
Search took 0.03 seconds; generated 102 minute(s) ago.
Search: Posts Made By: Derision
Forum: Support::Windows Servers 03-04-2013, 05:23 PM
Replies: 3
Views: 5,438
Posted By Derision
From the crash info, it looks like a bad...

From the crash info, it looks like a bad <zoneshortname>.map file in your Maps folder. Which zone is it, and where did you get the .map for it ?

EDIT: The zone log might should have some more info...
Forum: Quests::Q&A 03-02-2013, 05:54 PM
Replies: 9
Views: 8,143
Posted By Derision
You can use an HTML table. E.g. I use this...

You can use an HTML table.

E.g. I use this code to line up the 'Y's under the corresponding guild rank numbers:


string Body;

Body += "<br>Ranks: ";

...
Forum: Support::General Support 02-28-2013, 05:30 PM
Replies: 7
Views: 6,280
Posted By Derision
What client are you using ? Your last post said...

What client are you using ? Your last post said you had downloaded an incompatible version of RoF.

Assuming you have a compatible client (P99 only supports their modded version of Titanium...
Forum: Support::Windows Servers 02-23-2013, 07:38 PM
Replies: 21
Views: 16,972
Posted By Derision
If you set the rule Character:StatCap > 0, the...

If you set the rule Character:StatCap > 0, the existing function will return at this point:

if((RuleI(Character, StatCap)) > 0)
return (RuleI(Character, StatCap));


So no source code...
Forum: Development::Development 02-23-2013, 07:19 PM
Replies: 181
Views: 225,503
Posted By Derision
Welcome back :) The version that is...

Welcome back :)

The version that is compatible is:

Starting EverQuest (Built Dec 10 2012 17:35:44)


No other version will work.
Forum: Support::Windows Servers 02-19-2013, 05:03 PM
Replies: 4
Views: 4,561
Posted By Derision
I deleted two drama posts in this thread and...

I deleted two drama posts in this thread and issued a 7 day ban to the person who started it. You may now carry on ...
Forum: Support::Windows Servers 02-19-2013, 04:49 PM
Replies: 5
Views: 5,125
Posted By Derision
utils/sql/svn/2213_loot_changes.sql

utils/sql/svn/2213_loot_changes.sql
Forum: Quests::Q&A 02-17-2013, 06:27 AM
Replies: 7
Views: 7,011
Posted By Derision
This feature is now in (we moved to github over...

This feature is now in (we moved to github over the last few hours, so go here: https://github.com/EQEmu/Server/commits/master for the latest source).

The syntax is:

quest::gmsay(<messsage>,...
Forum: Quests::Q&A 02-13-2013, 05:57 PM
Replies: 28
Views: 17,299
Posted By Derision
NPC HP is only communicated to the client in...

NPC HP is only communicated to the client in percentages (i.e. 0 to 100%) unless I am mistaken, which is why the packet collector cannot collect absolute NPC max/current hitpoints, so I don't think...
Forum: Support::Windows Servers 02-13-2013, 03:02 PM
Replies: 5
Views: 4,169
Posted By Derision
That bug should have been fixed in Rev2450 of the...

That bug should have been fixed in Rev2450 of the source on 25th January.
Forum: Development::Development 02-11-2013, 03:50 PM
Replies: 181
Views: 225,503
Posted By Derision
These two are fixed in the latest Rev. First was...

These two are fixed in the latest Rev. First was an incorrect opcode and the second was a changed struct. Thanks to both of you for the bug reports.
Forum: Support::Windows Servers 02-10-2013, 04:34 PM
Replies: 6
Views: 5,658
Posted By Derision
I just finished updating the Windows Server setup...

I just finished updating the Windows Server setup guide on the Wiki: http://www.eqemulator.net/wiki/wikka.php?wakka=WindowsServerSetupGuide which covers CMake.

In updating the guide I created a VM...
Forum: Support::Windows Servers 02-10-2013, 02:34 PM
Replies: 26
Views: 14,621
Posted By Derision
I don't use Navicat, but from a command prompt...

I don't use Navicat, but from a command prompt you can verify if your database is there by doing this:

That is just verifying the peq database exists, it has tables inside it, and the last SELECT...
Forum: Support::Windows Servers 02-06-2013, 05:09 PM
Replies: 12
Views: 11,959
Posted By Derision
If you type: #rules store while in...

If you type:

#rules store

while in game, that should create rows in the rules_values table for all the ones that are missing and therefore using the defaults.

EDIT: The downside of using...
Forum: Spell Support 02-04-2013, 05:22 PM
Replies: 12
Views: 9,470
Posted By Derision
It looks like he is using the old VZTZ source: ...

It looks like he is using the old VZTZ source:

http://code.google.com/p/vztzfebsource/source/browse/trunk/zone/spells.cpp#1316

Could be changes elsewhere that is stopping it working, e.g. the...
Forum: Support::Windows Servers 02-03-2013, 06:17 PM
Replies: 4
Views: 6,890
Posted By Derision
The way you have tried to comment out the mail...

The way you have tried to comment out the mail and chatserver blocks in eqemu_config.xml seems to be the problem. Either delete the blocks all together or remove the attempted comments.

This...
Forum: Support::Windows Servers 02-02-2013, 05:46 PM
Replies: 13
Views: 6,971
Posted By Derision
If you type #bot and don't get the response...

If you type #bot and don't get the response saying "Bad argument, type #bot help" then for some reason your executables don't have bot support compiled in.

Assuming you ticked EQMU_ENABLE_BOTS in...
Forum: Support::Windows Servers 02-02-2013, 08:55 AM
Replies: 27
Views: 17,294
Posted By Derision
Your world may be failing to load. First...

Your world may be failing to load.

First thing, you can't have the word 'Server' in the long name, so try changing that.

You can also just try and start world on it's own from a command prompt...
Forum: General::General Discussion 01-31-2013, 05:42 PM
Replies: 3
Views: 4,274
Posted By Derision
Live counted 'entitled' time as how long you had...

Live counted 'entitled' time as how long you had been a subscriber.

Since you don't pay for an EQEmu account, I just decided to add up your total playing time across all characters on an account...
Forum: Quests::Q&A 01-28-2013, 05:30 PM
Replies: 15
Views: 11,597
Posted By Derision
I tried the #bind command and it worked for me on...

I tried the #bind command and it worked for me on the current rev, and a slightly older one (didn't note which one).

I don't normally use #bind, just #cast <whatever the spell id for bind affinity...
Forum: Support::General Support 01-28-2013, 05:01 PM
Replies: 6
Views: 5,424
Posted By Derision
The version you get if you download it from Steam...

The version you get if you download it from Steam today is 'Rain of Fear, which EQEmu is currently developing support for:

http://www.eqemulator.org/forums/showthread.php?t=36104

There will be...
Forum: Quests::Q&A 01-26-2013, 06:23 AM
Replies: 7
Views: 4,894
Posted By Derision
http://www.eqemulator.net/wiki/wikka.php?wakka=Tas...

http://www.eqemulator.net/wiki/wikka.php?wakka=TaskSystemDBTables
Forum: Support::Windows Servers 01-25-2013, 07:14 PM
Replies: 9
Views: 7,399
Posted By Derision
That doesn't look like a RoF client connection to...

That doesn't look like a RoF client connection to me, the first opcode should be:

[Debug] [NET__IDENT_TRACE] 192.168.1.48:65414: First opcode 0x47a6 did not match expected 0x2792

And zone...
Forum: Development::Development 01-25-2013, 06:20 PM
Replies: 181
Views: 225,503
Posted By Derision
Yes, that is the problem, the default x10...

Yes, that is the problem, the default x10 instrument_mod in the OP_Action packet is being applied to normal spells. Live has a 1.0f here for normal spells. Needs a bit more investigation as to how it...
Forum: Support::General Support 01-25-2013, 04:10 PM
Replies: 3
Views: 4,981
Posted By Derision
P1999 only supports the Titanium client. It's in...

P1999 only supports the Titanium client. It's in their FAQ:

http://www.project1999.org/forums/showthread.php?t=1002
Showing results 26 to 50 of 500

 
Forum Jump
   

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