Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Shendare
Forum: Development::Tools 08-15-2018, 02:01 PM
Replies: 61
Views: 75,440
Posted By Shendare
Tested with the latest MariaDB ODBC connector...

Tested with the latest MariaDB ODBC connector (3.0.6 as of 8/15/2018).

https://downloads.mariadb.com/Connectors/odbc/

Note that different connectors will require different connection string...
Forum: Support::Linux Servers 11-20-2015, 12:37 PM
Replies: 2
Views: 3,360
Posted By Shendare
shared_memory takes the listed portions of the...

shared_memory takes the listed portions of the database and saves them into files in the shared_memory folder, allowing them to be quickly and easily loaded directly into memory instead of being...
Forum: Support::Windows Servers 11-20-2015, 12:35 PM
Replies: 2
Views: 2,914
Posted By Shendare
The CanCombat field is set to 0 in zones that...

The CanCombat field is set to 0 in zones that were revamped with the PoR expansion, and the new versions are not properly populated and implemented. Mobs will be missing, or will have wrong spawn,...
Forum: Development::Development 11-19-2015, 06:55 PM
Replies: 104
Views: 228,451
Posted By Shendare
Pull request is up, awaiting testing by other...

Pull request is up, awaiting testing by other devs and merging into the master code repository.
Forum: Development::Development 11-18-2015, 05:15 PM
Replies: 104
Views: 228,451
Posted By Shendare
All augmentation actions implemented through...

All augmentation actions implemented through RoF2.

https://youtu.be/ly0G2NxZp7o
Forum: Support::Windows Servers 11-17-2015, 02:19 PM
Replies: 16
Views: 7,216
Posted By Shendare
May want to check your process list to see if...

May want to check your process list to see if something emu related crashed and is still running in the background.
Forum: Support::Windows Servers 11-17-2015, 02:18 PM
Replies: 16
Views: 7,216
Posted By Shendare
Wonder if it's a mariadb vs mysql issue. I use...

Wonder if it's a mariadb vs mysql issue. I use mariadb, a pretty recent version (10.something).
Forum: Support::Windows Servers 11-16-2015, 11:57 PM
Replies: 16
Views: 7,216
Posted By Shendare
The CMake script is expecting to find all of the...

The CMake script is expecting to find all of the dependencies in the Source/dependencies folder. Boost, mysql, zlib, and lua. It's much happier and more compatible with the official ones dropped in...
Forum: Quests::Custom 11-16-2015, 12:24 PM
Replies: 5
Views: 5,098
Posted By Shendare
So titles that require more than is inherently...

So titles that require more than is inherently supported in the database (e.g., class & level) are set on a per-zone basis. Guess that makes sense. It's not part of the player profile, I suppose.
...
Forum: Spell Support 11-15-2015, 11:56 AM
Replies: 17
Views: 8,427
Posted By Shendare
PC stats are calculated in client_mods.cpp....

PC stats are calculated in client_mods.cpp. There'll be a CalcMaxHP() and CalcMaxMana().

They made the client do its own calculations of hp & mana instead of just using whatever the server sends,...
Forum: Support::Linux Servers 11-13-2015, 03:00 PM
Replies: 3
Views: 3,449
Posted By Shendare
You need to put single quotes around non-numeric...

You need to put single quotes around non-numeric values like the special abilities line. It's a text field, since it contains commas and carets and multiple numbers, as opposed to a single numeric...
Forum: Support::General Support 11-12-2015, 04:43 PM
Replies: 6
Views: 5,703
Posted By Shendare
Awesome! So it's been on the radar, just hasn't...

Awesome! So it's been on the radar, just hasn't been able to be done yet.
Forum: Support::General Support 11-12-2015, 04:37 PM
Replies: 6
Views: 5,703
Posted By Shendare
Right. No-one's written a program to go through...

Right. No-one's written a program to go through all the tables and package up their contents by individual zones. Things like NPCTypes, SpawnGroups, Spawn2 locations, interact in a way that makes...
Forum: Support::Windows Servers 11-09-2015, 05:19 PM
Replies: 13
Views: 5,238
Posted By Shendare
Tradeskill objects of Type 0 are handled...

Tradeskill objects of Type 0 are handled specially. Type 0 is never used in-game for zone-interactable objects (it's the type for small bags in a character's inventory, I think), so a few years back...
Forum: Support::Windows Servers 11-09-2015, 04:09 PM
Replies: 13
Views: 5,238
Posted By Shendare
There's a particular container type for...

There's a particular container type for quest-related combines. Don't remember it off-hand, either, but it would be the most appropriate one.
Forum: Support::Windows Servers 11-09-2015, 04:09 PM
Replies: 13
Views: 5,238
Posted By Shendare
You would make it a tradeskill object, I'm pretty...

You would make it a tradeskill object, I'm pretty sure. They would click on the object and it would open up a container window. They insert their items and click Combine, and the server would process...
Forum: Support::Windows Servers 11-09-2015, 03:49 PM
Replies: 13
Views: 5,238
Posted By Shendare
Yeah. With the compartmentalized system they use...

Yeah. With the compartmentalized system they use in EQ for asset management, it's really your only alternative unless you want to try to build your own .s3d/.wld file importing the individual needed...
Forum: Support::Windows Servers 11-09-2015, 03:35 PM
Replies: 13
Views: 5,238
Posted By Shendare
Yeah, I'm not sure with which client the...

Yeah, I'm not sure with which client the individual asset import .txt support was added in. For the most part, using an object in zones other than the one it's defined in has required adding it to...
Forum: Support::Windows Servers 11-09-2015, 02:29 PM
Replies: 13
Views: 5,238
Posted By Shendare
Yeah, the only complication involved is making...

Yeah, the only complication involved is making sure the model is available in the zone you're using it in, either via the .eqg, the _obj.s3d, or globalload.
Forum: EQEmu Operations Center 11-09-2015, 12:43 PM
Replies: 2
Views: 4,664
Posted By Shendare
This might be a matter of PHP attempting to log...

This might be a matter of PHP attempting to log in to MySQL from a different IP than the user is configured for accessing from. I've run into it where I had 'root' enabled for login from 127.0.0.1,...
Forum: General::General Discussion 11-09-2015, 12:40 PM
Replies: 7
Views: 7,041
Posted By Shendare
PC tech has been evolving so quickly. When they...

PC tech has been evolving so quickly. When they were first developing EQ, they were trying to make it runnable with software rendering. There was originally a bit of complaining when they decided it...
Forum: Support::Linux Servers 11-09-2015, 12:36 PM
Replies: 13
Views: 4,574
Posted By Shendare
N is next to B on the keyboard, smartass. :D

N is next to B on the keyboard, smartass. :D
Forum: Quests::Custom 11-05-2015, 12:33 PM
Replies: 63
Views: 60,887
Posted By Shendare
Wow. That foreach iteration specification is...

Wow. That foreach iteration specification is beautiful.

Several people have been wondering about the cleanest way to iterate through numbers while skipping some, without nested ifs or multiple...
Forum: General::Server Discussion 11-02-2015, 05:51 PM
Replies: 5
Views: 10,655
Posted By Shendare
Compared to his old benchmark of 54 seconds for...

Compared to his old benchmark of 54 seconds for the same task!
Forum: Support::General Support 11-02-2015, 12:42 PM
Replies: 35
Views: 8,105
Posted By Shendare
I think there are a couple of places that have...

I think there are a couple of places that have race graphics in the server dev wikis and threads. There's an old EQEmu Quest Manual pdf that had a bunch of them. Akka's EOC has been incorporating...
Showing results 1 to 25 of 500

 
Forum Jump
   

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