Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 251 to 275 of 500
Search took 0.02 seconds; generated 53 minute(s) ago.
Search: Posts Made By: demonstar55
Forum: Quests::Q&A 04-09-2017, 03:05 PM
Replies: 2
Views: 6,132
Posted By demonstar55
https://gist.github.com/mackal/eed1bbea293b6dd9333...

https://gist.github.com/mackal/eed1bbea293b6dd9333a92b10dfb27bd

Don't ask me how to use these :P pretty sure the spellsnew.txt in that gist is what you want thouhg ..
Forum: General::General Discussion 04-02-2017, 02:26 AM
Replies: 2
Views: 5,440
Posted By demonstar55
Should. I haven't actually verified it myself,...

Should. I haven't actually verified it myself, but in theory it should work :P
Forum: Spell Support 03-28-2017, 08:22 PM
Replies: 12
Views: 14,559
Posted By demonstar55
You will have to make the merchants inventory I...

You will have to make the merchants inventory I guess. He doesn't have anything in the POK DB currently. If your spells file is messed up, that's you problem :P

Either client spells file issues or...
Forum: Support::Windows Servers 03-25-2017, 10:20 PM
Replies: 38
Views: 35,256
Posted By demonstar55
They're already working with MarcusD.

They're already working with MarcusD.
Forum: General::General Discussion 03-24-2017, 06:26 PM
Replies: 3
Views: 6,345
Posted By demonstar55
Do you want me to PM you currently unused opcodes...

Do you want me to PM you currently unused opcodes that I have defined privately?
Forum: Spell Support 03-12-2017, 06:51 PM
Replies: 10
Views: 8,523
Posted By demonstar55
Update.

Update.
Forum: Spell Support 03-12-2017, 04:22 PM
Replies: 10
Views: 8,523
Posted By demonstar55
Works here.

Works here.
Forum: Support::Windows Servers 02-27-2017, 04:47 AM
Replies: 9
Views: 6,200
Posted By demonstar55
It was added with DoN. Well, originally there was...

It was added with DoN. Well, originally there was a barter zone, then they merged the barter and bazaar zones.
Forum: Support::Linux Servers 02-16-2017, 04:32 PM
Replies: 6
Views: 9,746
Posted By demonstar55
use ccmake

use ccmake
Forum: Development::Development 02-06-2017, 01:11 AM
Replies: 1
Views: 9,154
Posted By demonstar55
Should be fixed.

Should be fixed.
Forum: Support::General Support 12-16-2016, 06:58 PM
Replies: 3
Views: 6,403
Posted By demonstar55
You can create like 1 new one a week or...

You can create like 1 new one a week or something. I don't think it's limited, just rate limited. (unsure on the actual details)
Forum: General::General Discussion 12-11-2016, 05:13 PM
Replies: 4
Views: 8,534
Posted By demonstar55
I added support to make using LuaRocks easier....

I added support to make using LuaRocks easier. You just have to point your luarocks tree or w/e they call it to the lua_modules folder and make sure the server and luarocks are using the same version...
Forum: Support::Windows Servers 11-28-2016, 02:52 PM
Replies: 3
Views: 7,760
Posted By demonstar55
We never set the "AATitle" in the spawn packet...

We never set the "AATitle" in the spawn packet for some reason, which is what MQ2Caption checks by default. I'm not sure what this value should be, I know my toons on live all have 3, even without...
Forum: Support::Windows Servers 11-28-2016, 02:14 PM
Replies: 3
Views: 7,760
Posted By demonstar55
Are you using MQ2?

Are you using MQ2?
Forum: Development::Feature Requests 11-03-2016, 11:26 PM
Replies: 4
Views: 14,736
Posted By demonstar55
Project M never left test server. Code was later...

Project M never left test server. Code was later reused for the shroud system though.
Forum: Support::Windows Servers 10-23-2016, 01:13 PM
Replies: 21
Views: 18,610
Posted By demonstar55
If you remember the last good commit, can you run...

If you remember the last good commit, can you run git bisect to find the commit that introduced the error?

https://git-scm.com/docs/git-bisect
Forum: Support::General Support 10-22-2016, 02:00 AM
Replies: 7
Views: 13,957
Posted By demonstar55
RoF/RoF2 cannot have spells higher than 45k for...

RoF/RoF2 cannot have spells higher than 45k for their ID. They don't allocate enough space for an ID that high and it causes issues with the client.

I assume the limits are also true for other...
Forum: General::General Discussion 10-09-2016, 01:57 PM
Replies: 30
Views: 28,707
Posted By demonstar55
A loot denial should 100% possible, epic 1.5/2.0...

A loot denial should 100% possible, epic 1.5/2.0 use it after all. We don't support this yet, but we need to figure it out. I know there is some state involved with looting, so I've been wanting to...
Forum: General::General Discussion 10-09-2016, 01:46 PM
Replies: 4
Views: 7,141
Posted By demonstar55
GoD is fully implemented in the PEQ DB (well,...

GoD is fully implemented in the PEQ DB (well, like 99% if not everything :P)

There are no shortcuts for entering GoD flagged zones so you have to actually flag for them.

Expeditions "work" as...
Forum: Support::Windows Servers 10-06-2016, 04:29 PM
Replies: 3
Views: 7,041
Posted By demonstar55
Skill string IDs are hardcoded in the client.

Skill string IDs are hardcoded in the client.
Forum: Development::Bug Reports 09-29-2016, 01:49 PM
Replies: 7
Views: 14,688
Posted By demonstar55
haste seems to work for me (testing with...

haste seems to work for me (testing with /autofire)

EDIT: there seems to be an issue mashing the range button though. Will have to look at some logs to see whats going on (looks like the attack is...
Forum: Development::Development 09-27-2016, 10:49 PM
Replies: 14
Views: 12,729
Posted By demonstar55
Also with 2015, make sure you actually install...

Also with 2015, make sure you actually install the C++ compiler (it doesn't by default)
Forum: Development::Development 09-27-2016, 03:05 PM
Replies: 14
Views: 12,729
Posted By demonstar55
Those that voted 2012, would you be willing to...

Those that voted 2012, would you be willing to upgrade? If not, why?
Forum: Development::Development 09-26-2016, 07:21 PM
Replies: 14
Views: 12,729
Posted By demonstar55
http://en.cppreference.com/w/cpp/compiler_support...

http://en.cppreference.com/w/cpp/compiler_support

Good reference if anyone would like to look into the support by various compilers. Most likely we won't break support for 4.7, and might for 2013,...
Forum: Development::Development 09-26-2016, 03:13 PM
Replies: 14
Views: 12,729
Posted By demonstar55
Compiler Poll

I would like to get an idea of how many people are using various compilers. The reason for wanting to know is for potential change in min reqs, mainly to give us full C++11 support (which we...
Showing results 251 to 275 of 500

 
Forum Jump
   

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