Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 356
Search took 0.01 seconds; generated 43 minute(s) ago.
Search: Posts Made By: Aramid
Forum: Development::Development 06-27-2008, 09:03 PM
Replies: 40
Views: 27,805
Posted By Aramid
It did the same for me so much so that I canceled...

It did the same for me so much so that I canceled it. I'm wondering if it was a bad transfer, but I do remember him saying that it took a LONG time to compress it too.
Forum: Development::Server Code Submissions 06-27-2008, 10:52 AM
Replies: 6
Views: 8,240
Posted By Aramid
Was looking thru the 1118 code in fearpath.cpp...

Was looking thru the 1118 code in fearpath.cpp and this is how it is now.
if( RuleB(Combat, FleeIfNotAlone)
|| ( !RuleB(Combat, FleeIfNotAlone)
&&...
Forum: Quests::Custom 06-27-2008, 05:34 AM
Replies: 32
Views: 26,921
Posted By Aramid
Try changing your my $rewards = to my %rewards =

Try changing your my $rewards = to my %rewards =
Forum: Development::Bots 06-25-2008, 07:07 PM
Replies: 842
Views: 2,459,363
Posted By Aramid
I used the original DEV kit from this post to...

I used the original DEV kit from this post to compile mine:
http://www.eqemulator.net/forums/showthread.php?t=25372

but the current link uses VC++2008 Express.
Forum: Development::Bots 06-24-2008, 05:53 PM
Replies: 842
Views: 2,459,363
Posted By Aramid
Emu0.7.0-1118-Source With Bot Code

For anyone interested, I have merged all of the 1118 Changes in with the BOT Code and have successfully compiled it under Debian Linux and Windows C++ 2005 Express. Here is the link for the files......
Forum: Misc::Off Topic 06-22-2008, 04:43 AM
Replies: 39
Views: 24,999
Posted By Aramid
Possibly your expecting too much from your server?

Possibly your expecting too much from your server?
Forum: Support::Windows Servers 06-19-2008, 04:14 PM
Replies: 11
Views: 6,297
Posted By Aramid
Try these changes in red and delete the missing...

Try these changes in red and delete the missing lines.... This is how I have it and it works on my server.

MiniLogin's LoginServer:
[LoginServer]
loginserver=127.0.0.1
loginport=5999...
Forum: Support::Windows Servers 06-19-2008, 05:22 AM
Replies: 11
Views: 6,297
Posted By Aramid
I should have read your post more carefully, this...

I should have read your post more carefully, this is your problem



You MUST have Titanium and NOT a Downloaded Version!!!
Forum: Support::Windows Servers 06-18-2008, 04:29 PM
Replies: 11
Views: 6,297
Posted By Aramid
OK, you can type ANYTHING in the password prompt,...

OK, you can type ANYTHING in the password prompt, it will take it. Did you put your actual IP address as your minilogin ip and NOT 127.0.0.1?

INSERT INTO account (name,STATUS, minilogin_ip)...
Forum: General::General Discussion 06-18-2008, 03:47 PM
Replies: 6
Views: 5,811
Posted By Aramid
First things first. To play on an Emulator you...

First things first. To play on an Emulator you MUST have an ACTUAL Titanium Release Version of Everquest. NO, you cannot Download it from a Bit Torrent or any other place, it WILL NOT WORK!!!

Get...
Forum: Support::General Support 06-18-2008, 05:32 AM
Replies: 8
Views: 9,368
Posted By Aramid
I know you solved your problem, but actually, you...

I know you solved your problem, but actually, you DID get useful info, so I am posting this for others to reference. In your log that you posted above you got:

2008-06-07 02:24:56 Resolution was...
Forum: Development::Server Code Submissions 06-17-2008, 04:45 PM
Replies: 20
Views: 16,353
Posted By Aramid
I know about the diff command, was looking for a...

I know about the diff command, was looking for a specific command line.. but that's ok.

Hey Angelox, try compiling the BOT CODE in Windows and let me know if it works for you. I can't get it to...
Forum: Support::Windows Servers 06-17-2008, 04:39 PM
Replies: 49
Views: 30,960
Posted By Aramid
Your sure that your client is a REAL Titanium and...

Your sure that your client is a REAL Titanium and not downloaded? Also, do you have all the opcode files in your eqemu folder, ie: opcodes.conf, patch_titanium.conf, patch_anniversary.conf,...
Forum: Support::Windows Servers 06-16-2008, 07:01 PM
Replies: 49
Views: 30,960
Posted By Aramid
Read the change log that came with the emu and...

Read the change log that came with the emu and make sure you have all of the SQL changes in your database.
Also, make sure your maps are in c:\eqemu\Maps and not c:\eqemu\Maps\Maps.
Forum: Support::Windows Servers 06-16-2008, 12:48 PM
Replies: 2
Views: 5,598
Posted By Aramid
You can find it here on this page of the BotCode...

You can find it here on this page of the BotCode Thread. It's what I used to try to compile it in VC++ 2005 Express without any changes, it's on the 3rd message down.
...
Forum: Support::Windows Servers 06-15-2008, 10:43 PM
Replies: 2
Views: 5,598
Posted By Aramid
Adding BOT Code and Compiling

I am trying to add all of the 1110d fixes into the Bot code and all goes well, but I can't seem to get it to compile using VC++ Express 2005 and have the Bot Code work. It compiles fine on Linux. ...
Forum: Support::Windows Servers 06-14-2008, 09:16 AM
Replies: 29
Views: 21,211
Posted By Aramid
I believe he was referring to this one:...

I believe he was referring to this one: http://www.eqemulator.net/forums/showthread.php?t=25391
Forum: Development::Server Code Submissions 06-13-2008, 01:50 PM
Replies: 20
Views: 16,353
Posted By Aramid
CD, for those of us who used to be WinDoze users,...

CD, for those of us who used to be WinDoze users, can you tell us what the correct Syntax is to create a diff file?

Thanks
Forum: Development::Development 06-13-2008, 12:22 PM
Replies: 40
Views: 27,805
Posted By Aramid
You need to add it IN VC like this... Open...

You need to add it IN VC like this...
Open VS2005 Express:
From the Tools drop down menu, select Options...
Expand the "Projects and Solutions" tree and select "VC++ Directories"
In the right...
Forum: Development::Tools 06-13-2008, 05:20 AM
Replies: 111
Views: 122,770
Posted By Aramid
This is a known problem in eqemu. Any crashed...

This is a known problem in eqemu. Any crashed Static Zone will reboot as dynamic on the next highest port number that has not been used yet. Was told that it would take some major work to correct...
Forum: Support::Windows Servers 06-10-2008, 06:15 PM
Replies: 29
Views: 21,211
Posted By Aramid
Trev, The DEV Kit will let you compile EQEMU....

Trev, The DEV Kit will let you compile EQEMU. I've set it up on a machine and it works perfectly and you can register the Trial Version of VC++ Express 2005 for Free.

Here's the link....
Forum: Support::General Support 06-09-2008, 05:31 AM
Replies: 19
Views: 12,840
Posted By Aramid
What I did was to go into the eq folder and set...

What I did was to go into the eq folder and set ALL exe files to Windows XP SP2 compatibility. Go to the folder and right click on white space in the folder and sort by type. Go to where ALL of the...
Forum: Development::Development 06-07-2008, 02:10 PM
Replies: 8
Views: 7,007
Posted By Aramid
I said this for Angelox, who thanked him for the...

I said this for Angelox, who thanked him for the code and was glad to see him back!
Forum: Development: Custom Code 06-07-2008, 08:24 AM
Replies: 25
Views: 8,101
Posted By Aramid
If you haven't done it yet, Add Trev's changes to...

If you haven't done it yet, Add Trev's changes to the 1110Bots code. There's less to move that way. I added his changes and compiled it on Linux and it runs fine.
Forum: Development::Development 06-07-2008, 08:02 AM
Replies: 8
Views: 7,007
Posted By Aramid
I hope you realize that the code in this thread...

I hope you realize that the code in this thread is over 18 months old.
Showing results 26 to 50 of 356

 
Forum Jump
   

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