Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: dracir
Forum: Quests::Q&A 10-23-2018, 01:57 AM
Replies: 4
Views: 3,581
Posted By dracir
Thank you, I'll look into that. I appreciate the...

Thank you, I'll look into that. I appreciate the help!
Forum: Quests::Q&A 08-13-2018, 04:14 AM
Replies: 4
Views: 3,581
Posted By dracir
I wonder if updating my qglobals to the...

I wonder if updating my qglobals to the databucket update would make this easier.
http://www.eqemulator.org/forums/showthread.php?p=259232#post259232
Forum: Quests::Q&A 08-13-2018, 12:44 AM
Replies: 4
Views: 3,581
Posted By dracir
Where to find Command files(rename pets)

Still pretty new to the community, but looking for a bit of guidance.

I am looking to add a command to rename pets. I don't know where the server commands...
Forum: Support::Windows Servers 05-28-2018, 09:59 PM
Replies: 1
Views: 2,420
Posted By dracir
Quickfix: Headshot proc chance?

This aa does not seem to be working very effectively.
I have a fully LDoN Geared level 70 ranger. Maybe once every 4 kills will it proc - and normally when they are already half dead.

I feel like...
Forum: Support::Windows Servers 05-23-2018, 09:07 AM
Replies: 4
Views: 3,532
Posted By dracir
Thanks for the replies, I have some C++ practice,...

Thanks for the replies, I have some C++ practice, but I'm still pretty beginner when it comes to this. I'll stick with an AA for now.

@Kayen wow thanks, exactly what I was looking for!
Forum: Support::Windows Servers 05-21-2018, 04:11 PM
Replies: 4
Views: 3,532
Posted By dracir
To my knowledge creating new AA's requires a...

To my knowledge creating new AA's requires a client update. Which, would make you responsible for all clients connecting to your server.

Client update is needed for descriptions, otherwise you...
Forum: Support::Windows Servers 04-29-2018, 09:07 PM
Replies: 4
Views: 3,532
Posted By dracir
Creating Alternate Advancement Abilities

Need some help here.
I want to add a small buff to melee damage.
Live has a 20-40% flat damage buff to melee. I'm not looking for something that dramatic, but I do feel 10-20% would even the...
Forum: Support::Windows Servers 02-18-2018, 05:52 AM
Replies: 1
Views: 3,606
Posted By dracir
Fear Pathing Fix

Is this something that can be fixed?
Regular pathing seems, for the most part, okay.

Once Feared, or mobs hit 20% health they run.

When they run, the seem to have a hard time staying on the...
Forum: Support::Windows Servers 01-24-2018, 02:33 AM
Replies: 4
Views: 2,323
Posted By dracir
Forums (Not a Support Forum) I'm confused??

I don't really know how to use these forums correctly, was hoping for some insight.
I am completely confused as to where I ask simple development questions.

Whats throwing me off is all the...
Forum: Development::Bug Reports 01-22-2018, 03:12 AM
Replies: 7
Views: 8,027
Posted By dracir
Reviving this old thread - Aura of Clarity

All tributes are working except for Aura of Clarity.
Once activated i receive the mana regen buff, but after zoning - it is removed from my list(along with the buff).

I figured i would bump this...
Forum: Support::General Support 01-20-2018, 06:18 AM
Replies: 3
Views: 2,855
Posted By dracir
Thanks Beast!

I will try that. I guess I was a bit over dramatic. I'm not stuck at 70, but I'm stuck looking at aa's that are unattainable. As I'm stubborn and want to keep the game in OoW.
Forum: Support::General Support 01-20-2018, 05:41 AM
Replies: 3
Views: 2,855
Posted By dracir
How can we remove ranks from AA's?

I've tried a few different things without success. I'm stuck at level 70, seeing ranks I'll never be able to obtain.

I'm looking for a way to disable just the last few ranks of some aa's. I...
Forum: Support::General Support 12-18-2017, 01:38 AM
Replies: 5
Views: 3,244
Posted By dracir
So, open. Edit in pearl. Recompile the code. And...

So, open. Edit in pearl. Recompile the code. And the quest should be updated.

Currently been using notepad++
That can't compile. If I remember there is a console command, but what would be...
Forum: Support::General Support 12-15-2017, 08:26 PM
Replies: 5
Views: 3,244
Posted By dracir
Question: Updating Quests

Hey, i wanted to update some of the quests in the tutorial.

I found in the database the area for task quests. But i was wondering where information about regular quests.

1. Flutterwing quest...
Forum: Support::General Support 12-13-2017, 05:01 AM
Replies: 4
Views: 2,318
Posted By dracir
Quick update: [Formula] Code 2000 =...

Quick update:
[Formula]
Code 2000 = (0*item's level) +1
Code 2001 = (1*item's level)
Code 2025 = (25*item's level)
Ect.
This was used for poisons. This isn't the exact formula, but i ended up...
Forum: General::General Discussion 12-12-2017, 10:00 PM
Replies: 1
Views: 2,341
Posted By dracir
Well. I couldn't figure out how to set them all...

Well. I couldn't figure out how to set them all enabled = 0;
So i just did it manually. lmao.
The Select worked great, except it only included aa's that start at level 71+

I'll have to figure...
Forum: General::General Discussion 12-12-2017, 05:45 PM
Replies: 1
Views: 2,341
Posted By dracir
Thinking Outloud - Disabling 70+ aa's with HeidiSQL

SELECT le.* FROM aa_ranks i INNER JOIN aa_ability le on i.id = le.first_rank_id WHERE i.level_req >= 71;

I'm super new to this. Figured i would post it here in-case someone wants to speed the...
Forum: General::General Discussion 12-12-2017, 04:45 PM
Replies: 6
Views: 2,697
Posted By dracir
Is there any way i can update them? manual or...

Is there any way i can update them? manual or otherwise? Or should i just overcompensate the lack of stats with the accuracy stat?

UPDATE: Attempting to #npcedit i can't give them attack or...
Forum: General::General Discussion 12-12-2017, 04:07 PM
Replies: 6
Views: 2,697
Posted By dracir
Thanks for the reply demonstar55. I found...

Thanks for the reply demonstar55.

I found the accuracy fields. That probably doesn't need to be touched, as long as i can update the skill field to max them.
I'm unable to locate the skill...
Forum: General::General Discussion 12-12-2017, 03:03 PM
Replies: 6
Views: 2,697
Posted By dracir
Bartle_Barnick 19043 Uner_Gnarltrunk 19053 ...

Bartle_Barnick 19043
Uner_Gnarltrunk 19053
Fento_Jalla 19030
Bodbin_Gimple 19074
Daleen_Leafsway 19079
Crista_Tagglefoot 19072
Bumpy_Quickfinger 19029
Staria_Longhair 19028...
Forum: Support::General Support 12-12-2017, 01:35 PM
Replies: 4
Views: 2,318
Posted By dracir
Wow, thanks joligario! For formula, it just...

Wow, thanks joligario!
For formula, it just lists 1. But I know it was >2000.

Is there something I a missing?
Forum: Support::General Support 12-12-2017, 04:40 AM
Replies: 4
Views: 2,318
Posted By dracir
Quick Fix - Mysql - [spells_new] 22049 & 22065

Hey. I was messing with my database and forgot to back it up.
Can someone post the [formula1][formula2] numbers for the following.
[Bite of the shissar Poison Strike I]
[Strike of Shissar Poison...
Forum: General::General Discussion 12-12-2017, 02:43 AM
Replies: 6
Views: 2,697
Posted By dracir
I noticed an odd thing about some NPC's

Running on Akka's Installer
Running around as a low level. I found myself wandering bored, thinking of what to test.

I decided to start randomly attacking people.
Eventually i found a red npc...
Forum: Support::General Support 12-11-2017, 03:48 PM
Replies: 0
Views: 1,790
Posted By dracir
Objects not found in doors or object files

Hey all, i am fixing some minor things with my server atm, and modifying loot tables.

My current issue is dealing with moving objects.
I am searching for the ladder in cabilis east(the one in the...
Forum: General::Server Discussion 12-10-2017, 12:11 PM
Replies: 12
Views: 7,186
Posted By dracir
OMG you beautiful beatiful snowflake you. That...

OMG you beautiful beatiful snowflake you.
That did it.

I could kiss you.
local_network = xx.xx.xx.
is the correct format for login.ini
Showing results 1 to 25 of 43

 
Forum Jump
   

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