EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
mcox05
Forum:
Development::Tools
05-07-2008, 03:13 PM
Replies:
0
Looking for network programmer in C#
Views:
4,483
Posted By
mcox05
Looking for network programmer in C#
Me and a buddy are designing a Command Language (Pure Interpretation Implementation) that will function as a means to issue commands to a controllable Eq Client character bot.
We are also...
Forum:
Development::Development
05-07-2008, 12:42 PM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
Genius! Someone give this man a medal! Awesome...
Genius! Someone give this man a medal! Awesome I'm going to gather some packets and see if I can run them through this algorithm and I
Forum:
Development::Development
05-07-2008, 05:34 AM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
Again, you fall to see. I don't want to modify...
Again, you fall to see. I don't want to modify the source and add 'specialty commands' as you phrase it.
As for macro quest, unless I am mistaken you have to still pay for that piece of software....
Forum:
Development::Development
05-07-2008, 05:13 AM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
You are amazing my friend ... the ironic thing is...
You are amazing my friend ... the ironic thing is that I just found this about 20 minutes ago. Seems that the answer to my question only leaves me with more questions since I have only programmed in...
Forum:
Development::Development
05-07-2008, 04:02 AM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
I swear people like you seem to exist in every...
I swear people like you seem to exist in every division of this world, be it forums, family, or in the classroom.
Thank you so much for you near-sighted thoughts. How about you stick to just...
Forum:
Development::Development
05-06-2008, 05:13 PM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
Any update on finding the code segments that deal...
Any update on finding the code segments that deal with the compression? :) thanks
Forum:
Development::Bug Reports
05-06-2008, 03:15 AM
Replies:
0
Snare Not overriding movement spells
Views:
4,088
Posted By
mcox05
Snare Not overriding movement spells
Based on my experiences and the experiences of my friends that have played EQ life in the past, Snares (or its equivalent's [darkness line etc...]) have always overriden any movement enhancements...
Forum:
Development::Development
05-02-2008, 12:47 AM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
if you find out then you are an angel ;)
if you find out then you are an angel ;)
Forum:
Development::Development
05-01-2008, 11:41 PM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
where is the portion of the code where sending...
where is the portion of the code where sending the packets across networks is actually done. I'm specifically trying to locate chat packets (tells, shouts, ooc, etc..). Anything would be very...
Forum:
Development::Development
05-01-2008, 08:33 PM
Replies:
13
What packet encryption is the EQEMU implementing?
Views:
5,659
Posted By
mcox05
What packet encryption is the EQEMU implementing?
I'm trying to decode text being sent from one user to another inside of the game world. It seems that all chat has been encrypted for transmission. Can anyone point me in the right direction as to...
Forum:
General::General Discussion
04-23-2008, 06:24 AM
Replies:
0
Understanding the Chat Infastructure
Views:
2,880
Posted By
mcox05
Understanding the Chat Infastructure
I have been trying to locate and figure out where in the source code sending message packets (shouts, tells, says etc...) is handled. I need to know if they are encrypted, how they are divided up, on...
Forum:
Support::Packetcollector
01-01-2008, 10:48 AM
Replies:
1
Collecting Chat Packets
Views:
6,060
Posted By
mcox05
Collecting Chat Packets
Trying to collect packets that contain all the chat going on in the zone and tells in the eqemu ... im not familiar with the source so I dont know what port to look on and I dont know if the emu...
Forum:
Development::Development
01-01-2008, 09:22 AM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
Ive never done anything with low-level memory...
Ive never done anything with low-level memory when it comes to accessing it from another process. how would i find it .. and how could I figure out which memory contains the chat that Im looking for?
Forum:
Development::Development
12-31-2007, 03:01 PM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
Side Bar
Also the reason I want to make it the bots actually characters that are logged into everquest (remote pc players) is because then issues of how the bot's level, stats, armor, spells, etc... are not...
Forum:
Development::Development
12-31-2007, 02:57 PM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
haha Thanks fathernitwit. Appreciate the praise...
haha Thanks fathernitwit. Appreciate the praise but my goal is to achieve controllable remote Box (PC) players. Which would be really fun because then I can play on ANYONE's server with my bots.
...
Forum:
Development::Development
12-29-2007, 06:37 AM
Replies:
0
Question about chat ports
Views:
2,927
Posted By
mcox05
Question about chat ports
What port(s) is/are the chatting sent through. Anyone Know? I'm trying to learn how to decode the packets and find the text that I send to another player ... (myself) but I'm not having any luck
Forum:
Development::Development
12-28-2007, 07:20 PM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
haha well thanks for that. It was also for a...
haha well thanks for that. It was also for a learning experience .... kinda trying to jump into more complicated coding that isn't exactly taught in the lesson plans if you know what i mean ;) thanks
Forum:
Development::Development
12-28-2007, 02:53 PM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
Thought of an idea
Okay so I was researching different ways to moniter processes and decode packets for the idea that I had mentioned above. But I thought of a much easier solution and I wanted feedback / upgrades for...
Forum:
Development::Development
12-28-2007, 09:52 AM
Replies:
12
Command-able Bots
Views:
5,586
Posted By
mcox05
Command-able Bots
Sorry if this is not the right area for this post. I'm new to the forums so bear with me.
Anyways, I'm just hoping to get a point in the right direction for an idea using command-able bots. I've...
Forum:
Support::Windows Servers
05-26-2007, 11:54 AM
Replies:
4
Connection prob w/my server
Views:
3,674
Posted By
mcox05
Well that was a generous idea ... but it just...
Well that was a generous idea ... but it just made it so that now world.exe can't connect to the db after doing that change. i'm just starting fresh and using the CVS sql files instead of the older...
Forum:
Support::Windows Servers
05-26-2007, 10:07 AM
Replies:
4
Connection prob w/my server
Views:
3,674
Posted By
mcox05
Connection prob w/my server
Hello I'm running a newly installed server on my Windows Vista machine ...
The problem i am having is that i receive this error in the debug output
DBLoadItems query 'select...
Showing results 1 to 21 of 21
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
07:06 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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