Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 52
Search took 0.01 seconds.
Search: Posts Made By: Xanathol
Forum: Development: Custom Code 05-13-2021, 01:33 PM
Replies: 2
Views: 11,273
Posted By Xanathol
Thanks for the confirmation. Why? Ex: custom...

Thanks for the confirmation.

Why? Ex: custom code where one could quest to obtain the ability to use gear of another class / race / etc. Lots of applications for it but if the client is halting...
Forum: Development: Custom Code 05-13-2021, 12:30 PM
Replies: 2
Views: 11,273
Posted By Xanathol
Bypassing / alterring Is Equippable checks?

I wanted to experiment with some custom code to allow equipping of gear that a character does not otherwise meet the restrictions for in special circumstances (class, race, deity). I'm strictly using...
Forum: Spell Support 09-23-2020, 10:23 PM
Replies: 5
Views: 4,310
Posted By Xanathol
Thanks but already checked that. :) After a...

Thanks but already checked that. :)

After a lot of debugging, I was able to get heals to work but no telling what all I broke in the process. Here's the changes I made.

In AICastSpell, under...
Forum: Spell Support 09-23-2020, 12:39 AM
Replies: 5
Views: 4,310
Posted By Xanathol
Good call - turns out, none of my NPCs that are...

Good call - turns out, none of my NPCs that are clerics (at least) are healing. For ex. I pulled the 3 mobs in Maiden's Eye near Umbral zone line (all clerics) and took all of them to 8% health - no...
Forum: Spell Support 09-22-2020, 02:42 PM
Replies: 5
Views: 4,310
Posted By Xanathol
Getting a pet to cast a heal spell

I wanted to implement a cleric class temporary pet, so for testing purposes, I have changed the class on the mage air pet to a cleric and set the spell set to 1 (default cleric). As such, the pet...
Forum: Support::Windows Servers 09-21-2020, 01:19 AM
Replies: 4
Views: 3,349
Posted By Xanathol
That did it for me - thanks!

That did it for me - thanks!
Forum: Support::Windows Servers 09-20-2020, 07:49 PM
Replies: 4
Views: 3,349
Posted By Xanathol
Connect and Level Up events not firing

In both my global_player.pl & global_player.lua, I have the respective code in the connect event and level up events but neither seems to fire. No errors in any logs that I can find. Any ideas?
...
Forum: Development::Development 05-20-2020, 08:39 PM
Replies: 0
Views: 6,443
Posted By Xanathol
CMake errors on current server: missing sys/sdt.h

Nvm.... 3rd time resyncing and now it works without error... /shrug.
Forum: Support::Windows Servers 05-20-2020, 02:09 PM
Replies: 539
Views: 651,915
Posted By Xanathol
Trying to prop up a fresh install and the install...

Trying to prop up a fresh install and the install script seems to have a few issues so far, namely in the function to download and save files from the github site. For example, it attempts to grab...
Forum: EQEmu Operations Center 05-21-2019, 02:20 AM
Replies: 212
Views: 276,037
Posted By Xanathol
I'm trying to use the Zone Copy tool to copy a...

I'm trying to use the Zone Copy tool to copy a zone from one database to another but when I get to the 'Database Connection to Import Content from ' section, the dropdown says 'select' and that is...
Forum: Development::Development 05-21-2019, 02:02 AM
Replies: 5
Views: 3,507
Posted By Xanathol
Thanks I may try that. I'll have to code up a...

Thanks I may try that. I'll have to code up a secondary 2 hand bash AA to do it though, since I was hijacking the knight on in my testing. I do like the autogrant btw - that way a user doesn't have...
Forum: Development::Development 05-20-2019, 10:23 PM
Replies: 5
Views: 3,507
Posted By Xanathol
Thank gang but still not firing. :( if(...

Thank gang but still not firing. :(

if( $race eq "Ogre" || $race eq "Troll" || $race eq "Barbarian" )
{ $client->GrantAlternateAdvancementAbility(79, 1);
}



Update: afte adding in some...
Forum: Development::Development 05-20-2019, 06:33 PM
Replies: 5
Views: 3,507
Posted By Xanathol
Workaround for large race bash?

On TLPs, large races that get slam also get 2h bash out of the box. I'm trying to implement this via the global_player.pl file in the connect function but can't get it to fire (I've implemented some...
Forum: Development::Tools 05-20-2019, 02:01 AM
Replies: 36
Views: 53,791
Posted By Xanathol
I just stumbled upon this thread and saw the...

I just stumbled upon this thread and saw the comments on project-peq-expansions and the github page or old zone data - I am STOKED! Any updates you can share? This is a HUGE feature imo; let me know...
Forum: Development::Development 05-18-2019, 02:26 AM
Replies: 1
Views: 2,735
Posted By Xanathol
Been digging around more all night and I don't...

Been digging around more all night and I don't see where effect ID 85 is ever loaded in bonuses.cpp->Mob->ApplyAABonuses. In testing, it looks like Touch of the Cursed doesn't work either, so it...
Forum: Development::Development 05-17-2019, 10:23 PM
Replies: 1
Views: 2,735
Posted By Xanathol
Implementing an Innate Proc AA?

Hey Folks,

I'm trying to implement an innate proc AA (Warrior agro proc) and now that I've updated to the latest & greatest, I'm trying to figure my way out around the new AA tables and such....
Forum: Support::Windows Servers 05-14-2019, 11:09 AM
Replies: 15
Views: 5,476
Posted By Xanathol
So update - had to add the PERL environment...

So update - had to add the PERL environment variables manually but NOW it all instaleld and worked!

So I guess moral of this for anyone searching for any of these errors or such is to install on a...
Forum: Support::Windows Servers 05-14-2019, 09:49 AM
Replies: 15
Views: 5,476
Posted By Xanathol
Thanks for the explanations and input folks - it...

Thanks for the explanations and input folks - it seems all my issues are around the install / update of the DB then. With that, I am going to stick on the clean install and work on that one.

I had...
Forum: Support::Windows Servers 05-14-2019, 01:05 AM
Replies: 15
Views: 5,476
Posted By Xanathol
The machine I am installing to use to have the...

The machine I am installing to use to have the old installer installed on it, so I tried on another machine for a clean slate. This time, I can't even get that far. :) Running the new install, I get...
Forum: Support::Windows Servers 05-13-2019, 10:39 PM
Replies: 15
Views: 5,476
Posted By Xanathol
Ah I see what you mean now - I missed the call to...

Ah I see what you mean now - I missed the call to the script. Using the script directly, I can reproduce all of those errors, so it is definitely failing on the DB update piece. I checked my...
Forum: Support::Windows Servers 05-13-2019, 08:31 PM
Replies: 15
Views: 5,476
Posted By Xanathol
Thanks for the reply but I have those tables and...

Thanks for the reply but I have those tables and I don't see any actions in the start up perl scripts to start the backups.

More concerning I think is I downloaded a few of the PEQ dumps and not...
Forum: Support::Windows Servers 05-13-2019, 04:02 PM
Replies: 15
Views: 5,476
Posted By Xanathol
faction_base_data?

Since finally getting the latest build up & running (thanks Huppy!) and installing the nightly PEQ dump, I noticed that one server launch, the quests are all backed up (annonying...) and I get a...
Forum: Support::Windows Servers 05-13-2019, 03:58 PM
Replies: 4
Views: 2,986
Posted By Xanathol
Closing the loop here - thanks Huppy - that...

Closing the loop here - thanks Huppy - that solved my issues (going 32 bit, etc)!
Forum: Support::Windows Servers 05-10-2019, 10:18 PM
Replies: 4
Views: 2,986
Posted By Xanathol
Thanks but that moved my problem from lua to perl...

Thanks but that moved my problem from lua to perl (again, unresolved external references). I updated my path from the x64 version and relaunched VS and even created a dependency directory...
Forum: Support::Windows Servers 05-10-2019, 07:04 PM
Replies: 4
Views: 2,986
Posted By Xanathol
Unresolved External Symbols: lua

The version of EQEMu I've ran is quite dated so I'm trying to build the latest but running into a series of linker errors:

Severity Code Description Project File Line Suppression State...
Showing results 1 to 25 of 52

 
Forum Jump
   

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