Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 176 to 200 of 500
Search took 0.05 seconds; generated 101 minute(s) ago.
Search: Posts Made By: trevius
Forum: Support::General Support 04-09-2013, 03:52 AM
Replies: 1
Views: 5,672
Posted By trevius
Short answer is no. ...

Short answer is no.

http://www.eqemulator.org/forums/showthread.php?t=36730
Forum: General::General Discussion 04-08-2013, 04:51 AM
Replies: 32
Views: 515,373
Posted By trevius
Accounts/Passwords - Activation, Recovery, and Information

This thread is here to help explain as much as possible in relation to Forum Accounts, Login Server Accounts, and their respective passwords.

Since Login Server and World Server Account...
Forum: Quests::Q&A 03-28-2013, 10:46 PM
Replies: 13
Views: 12,615
Posted By trevius
They are referring to Entity ID, which will...

They are referring to Entity ID, which will always be unique.

As mentioned, I don't think there are any merc specific functions exported to perl yet. So, it might be hard to associate a merc with...
Forum: General::General Discussion 03-21-2013, 03:28 AM
Replies: 7
Views: 9,312
Posted By trevius
It should be allowing new users to register (it...

It should be allowing new users to register (it does not use the same login as the forums), but that is not currently working. It seems fine for existing accounts that are set to automatically...
Forum: Support::Windows Servers 03-05-2013, 04:51 AM
Replies: 6
Views: 9,160
Posted By trevius
It is against the rules of these forums to...

It is against the rules of these forums to discuss MQ, and especially to provide links of where to get it.
Forum: Support::Windows Servers 03-01-2013, 06:44 AM
Replies: 18
Views: 24,640
Posted By trevius
Ding ding ding! We have a winner! Sorvani,...

Ding ding ding! We have a winner! Sorvani, please step up and take your prize :)

http://code.google.com/p/projecteqemu/source/detail?r=2220&path=/trunk/EQEmuServer/zone/spells.cpp
Forum: Development::Development 03-01-2013, 06:38 AM
Replies: 22
Views: 30,858
Posted By trevius
Thought of 1 more reason why I prefer to stick...

Thought of 1 more reason why I prefer to stick with tabs over spaces; If we move to spaces, that means I have 1 of 3 possible choices, which all kinda suck:

1. I change every other project I work...
Forum: Support::Windows Servers 03-01-2013, 06:18 AM
Replies: 18
Views: 24,640
Posted By trevius
Yes, it appears so: if ( ...

Yes, it appears so:

if
(
IsEffectInSpell(spell_id, SE_Root) ||
IsEffectInSpell(spell_id, SE_MovementSpeed)
)
{
if(SpecAttacks[UNSNAREABLE]) {
mlog(SPELLS__RESISTS, "We are immune to Snare...
Forum: Development::Tools 03-01-2013, 05:57 AM
Replies: 6
Views: 13,743
Posted By trevius
Or check this thread for a possible fix: ...

Or check this thread for a possible fix:

http://www.eqemulator.org/forums/showthread.php?t=31334&highlight=Taskmaster
Forum: Development::Development 02-28-2013, 04:33 AM
Replies: 8
Views: 13,506
Posted By trevius
I imagine KLS will chime in on this thread, but...

I imagine KLS will chime in on this thread, but here is the changelog update about it:

== 02/27/2013 ==
KLS: Changed how shared memory works:
Instead of System V/windows pagefile shared...
Forum: Support::Linux Servers 02-28-2013, 04:31 AM
Replies: 2
Views: 8,992
Posted By trevius
Did you follow the instructions in the changelog?...

Did you follow the instructions in the changelog?

== 02/27/2013 ==
KLS: Changed how shared memory works:
Instead of System V/windows pagefile shared memory we now have shared memory that's...
Forum: Development::Development 02-28-2013, 03:59 AM
Replies: 22
Views: 30,858
Posted By trevius
That would help with some of the inconvenience of...

That would help with some of the inconvenience of using spaces over tabs, but can you also configure them to backspace to delete a tab worth of spaces in a single button press? My carpal tunnel is...
Forum: Development::Development 02-28-2013, 03:25 AM
Replies: 256
Views: 562,641
Posted By trevius
Odd, I thought I had fixed that particular crash...

Odd, I thought I had fixed that particular crash and committed the fix, but maybe I only fixed it on my own server and forgot to commit it.

The problem is that in the handling for hiring a merc in...
Forum: Development::Development 02-28-2013, 03:07 AM
Replies: 22
Views: 30,858
Posted By trevius
I disagree with spaces over tabs. I think it...

I disagree with spaces over tabs. I think it would be fine to use spaces over tabs in cases such as structs or comments, just to standardize them, but for everything else (like tabbing out...
Forum: Support::Windows Servers 02-28-2013, 02:39 AM
Replies: 18
Views: 24,640
Posted By trevius
Just a guess, but do either of the NPCs attacking...

Just a guess, but do either of the NPCs attacking (or being attacked) have the special attack code "U" set for unslowable? If so, and if they get buffed with haste, I think that will cause aggro...
Forum: General::General Discussion 02-28-2013, 02:29 AM
Replies: 12
Views: 14,247
Posted By trevius
I kinda doubt the difference between 80 and 100...

I kinda doubt the difference between 80 and 100 in the table are intentional. The intention is just to lock normal players out of the zones with a min_status set. Most likely, since different...
Forum: Quests::Q&A 02-26-2013, 04:43 AM
Replies: 15
Views: 18,838
Posted By trevius
Most likely, there is a max limit in the client...

Most likely, there is a max limit in the client for how many tasks can be sent in the task selector. I would try reducing that list to like 5 of them and see if that works, then maybe work your way...
Forum: Support::Windows Servers 02-25-2013, 10:04 AM
Replies: 1
Views: 7,639
Posted By trevius
Looks like you are posting about the same issue...

Looks like you are posting about the same issue multiple times:

http://www.eqemulator.org/forums/showthread.php?t=36545
Forum: Development::Development 02-25-2013, 08:18 AM
Replies: 256
Views: 562,641
Posted By trevius
That is not possible yet in EQEmu. The only...

That is not possible yet in EQEmu. The only client we have that can even support that option is RoF. And there are probably some new packets that deal with owning multiple mercs that we have not...
Forum: Quests::Q&A 02-25-2013, 08:12 AM
Replies: 5
Views: 10,936
Posted By trevius
There isn't a variable named $mob that is...

There isn't a variable named $mob that is exported. You will want to use $npc instead and it should work fine.

Change both instances that you have of this:

$mob->GetRace();

to this:
...
Forum: Quests::Q&A 02-22-2013, 08:28 AM
Replies: 29
Views: 36,244
Posted By trevius
The client won't allow you to start a new line in...

The client won't allow you to start a new line in the same message (it won't even display multiple spaces next to each other). You just need to do a for each loop through your array and send a...
Forum: Development::Tools 02-21-2013, 04:28 AM
Replies: 103
Sticky: AllaClone 2.0
Views: 440,501
Posted By trevius
I don't think we messed with the news page, but...

I don't think we messed with the news page, but that number you are referring to is a unix timestamp. You can do the conversions for that here:

http://www.unixtimestamp.com/index.php
Forum: Quests::Q&A 02-21-2013, 04:20 AM
Replies: 4
Views: 10,226
Posted By trevius
For leaderboard stuff, I like using DBI and just...

For leaderboard stuff, I like using DBI and just make your own custom tables for tracking the data. Though, for something that simple, qglobals would probably work fine if you did it right.

As far...
Forum: Support::General Support 02-21-2013, 04:11 AM
Replies: 5
Views: 9,686
Posted By trevius
I don't have access to do much with forum...

I don't have access to do much with forum accounts, but I can at least view information and such. Based on your IP, I found another account, which I assume is the one you are trying to get access...
Forum: Support::General Support 02-21-2013, 03:44 AM
Replies: 3
Views: 5,498
Posted By trevius
These are the wrong forums to get support for an...

These are the wrong forums to get support for an individual server. We do not support individual servers here as we don't manage any actual servers, just these forums and the Login Server itself. ...
Showing results 176 to 200 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 09:48 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