Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 45
Search took 0.00 seconds.
Search: Posts Made By: Taurinus2
Forum: Development::Bots 02-08-2014, 04:40 PM
Replies: 9
Views: 4,177
Posted By Taurinus2
Skimmed over your post, so if you touched this...

Skimmed over your post, so if you touched this base already please don't be put off.

Are you ensuring that the gender is correct (i.e. 2 for monster races)?
Forum: Spell Support 01-30-2014, 01:36 PM
Replies: 4
Views: 4,224
Posted By Taurinus2
I've updated the source for those interested to...

I've updated the source for those interested to now offer a command line parameter to filter out 'test' and 'placeholder' spells.

/*
main.cpp
implements entry point and all program logic.
...
Forum: Spell Support 01-25-2014, 11:44 PM
Replies: 4
Views: 4,224
Posted By Taurinus2
SpellGap : Native Utility to find unused spell ids

Greetings.

This is something I whipped up real quick in C++ to find unused spell ids in spells_us.txt.

It produces a list of the ids, as well as an sql file to verify the results with. The...
Forum: General::General Discussion 03-14-2012, 12:18 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
None. It uses your existing toolchain so your...

None. It uses your existing toolchain so your app will have whatever dependencies you had already and nothing more.
Forum: General::General Discussion 03-12-2012, 10:04 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
Bare in mind that I am only suggesting the Qt...

Bare in mind that I am only suggesting the Qt Creator IDE and not developing with the libs themselves (although Qt is quite solid - not really suited to your project).

The most profound thing in...
Forum: General::General Discussion 03-12-2012, 04:45 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
True. I've forgotten that IDA Pro was once...

True. I've forgotten that IDA Pro was once freeware. The warning about root kits still stands tho (for all who might read this).

PixelEngineer,

Have you ever considered switching to Qt...
Forum: General::General Discussion 03-12-2012, 03:38 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
You payed 1000USD for a license to software you...

You payed 1000USD for a license to software you don't know how to use? How did you get your developer confirmation for it?:???:

If you got it through an unauthorized channel (would seem the case)...
Forum: General::General Discussion 03-08-2012, 11:50 AM
Replies: 194
Views: 84,192
Posted By Taurinus2
Installing an api hook against the client and...

Installing an api hook against the client and logging seek/read against files of that extension would be a start. That's half the picture, anyway. The other half is a memory scanner that locates...
Forum: General::General Discussion 03-07-2012, 04:55 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
OpenGL is a standard lib but you do need drivers...

OpenGL is a standard lib but you do need drivers that provide opengl acceleration.

With VS, you will find that the working directory for targets launched from within VS is the project root and...
Forum: Support::General Support 02-28-2012, 02:35 PM
Replies: 2
Views: 2,110
Posted By Taurinus2
Also either edit eqclient.ini directly and change...

Also either edit eqclient.ini directly and change your resolution or run OptionsEditor.exe (located in the root of the EQ directory). You're probably running a desktop resolution that EQ does not...
Forum: Support::Windows Servers 02-28-2012, 02:32 PM
Replies: 25
Views: 5,788
Posted By Taurinus2
Right, no need for a path to plugins. That is...

Right, no need for a path to plugins. That is specified in your config. Which brings me to ask if you've done anything exotic in eqemu_config.xml. Have you?
Forum: Support::Windows Servers 02-28-2012, 03:17 AM
Replies: 25
Views: 5,788
Posted By Taurinus2
Yes, but SET is what I was meaning to point out.

Yes, but SET is what I was meaning to point out.
Forum: Support::Windows Servers 02-28-2012, 01:48 AM
Replies: 25
Views: 5,788
Posted By Taurinus2
Try this: Where xxx = your actual path.

Try this:



Where xxx = your actual path.
Forum: Development::Bots 02-27-2012, 01:48 PM
Replies: 2
Views: 3,546
Posted By Taurinus2
Yes, that is true. Also there is a rule...

Yes, that is true. Also there is a rule (Bots:BotAAExpansion) that determines how far the bots are allowed to progress. AFAIK this maps directly to client availability of any given AA.
Forum: Support::Windows Servers 02-27-2012, 01:41 PM
Replies: 25
Views: 5,788
Posted By Taurinus2
Paste the contents of your batch file.

Paste the contents of your batch file.
Forum: Support::Windows Servers 02-27-2012, 01:05 AM
Replies: 25
Views: 5,788
Posted By Taurinus2
Take some time to learn Windows. ...

Take some time to learn Windows.

http://lmgtfy.com/?q=windows+library+path

Yes, I know that sounds harsh but this is a forum for server administration and yet you do not know how to configure...
Forum: General::General Discussion 02-16-2012, 11:07 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
Go for it. When it came time to learn the...

Go for it.

When it came time to learn the asio library I decided to do a fun project to bang out some code with. I wrote a CLI client/server remote tool for my private server that features a...
Forum: Development::Bots 02-16-2012, 06:15 PM
Replies: 15
Views: 6,218
Posted By Taurinus2
I would like to point out the following in regard...

I would like to point out the following in regard to #2.

I am not a griefer, but if I were my job would be made easier by this change because I no longer have to train a player - training their...
Forum: General::General Discussion 02-16-2012, 05:52 PM
Replies: 18
Views: 6,238
Posted By Taurinus2
You will have to get your hands dirty in the...

You will have to get your hands dirty in the server code base for that one.
Forum: General::General Discussion 02-16-2012, 11:26 AM
Replies: 194
Views: 84,192
Posted By Taurinus2
PixelEngineer, I know you aren't there yet...

PixelEngineer,

I know you aren't there yet but I would like to point you toward boost::asio for your networking. Boost as a whole is excellent and highly recommended.
Forum: General::General Discussion 02-16-2012, 11:01 AM
Replies: 18
Views: 6,238
Posted By Taurinus2
We do have racial bonuses already. ...

We do have racial bonuses already.

Character:UseRaceClassExpBonuses in rule_values.
Forum: Development::Bots 02-16-2012, 10:34 AM
Replies: 15
Views: 6,218
Posted By Taurinus2
Post periodic updates on your progress on coding...

Post periodic updates on your progress on coding these. Once you have a good start, others may join in and help you finish it.
Forum: General::General Discussion 02-13-2012, 09:09 PM
Replies: 194
Views: 84,192
Posted By Taurinus2
My thoughts: In order to achieve this on...

My thoughts:

In order to achieve this on Windows, you would need:

1) Static linkage
1a) Source for every lib you use to achieve this.

Sure, lib developers/vendors make pre-built libs...
Forum: Development::Bots 02-12-2012, 09:24 PM
Replies: 2
Views: 2,840
Posted By Taurinus2
Possible bug: mounts

With at least one type of mount that I can confirm (drogmor from Glowing Green Drum) bots attempt to remove the buff with cleansing (corruption) over and over until the mount is dismissed.
Forum: General::General Discussion 02-09-2012, 01:46 AM
Replies: 7
Views: 2,914
Posted By Taurinus2
Think GPS. Think topography. Think...

Think GPS.

Think topography.

Think targeting systems.
Showing results 1 to 25 of 45

 
Forum Jump
   

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