Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 214
Search took 0.01 seconds.
Search: Posts Made By: sesmar
Forum: General::Server Discussion 07-28-2009, 02:46 PM
Replies: 173
Views: 32,129
Posted By sesmar
Not sure where you read that it was back up but...

Not sure where you read that it was back up but it is still down.

http://eqemulator.net/forums/showthread.php?p=175398#post175398
Forum: Support::General Support 12-04-2008, 08:32 AM
Replies: 3
Views: 2,957
Posted By sesmar
You can change the stats on weapons and such in...

You can change the stats on weapons and such in the DB as well as Spells (in the spells file). As for weapons that would only affect players that equip those weapons so it should not affect NPC in...
Forum: Support::Linux Servers 11-24-2008, 08:28 AM
Replies: 10
Views: 4,091
Posted By sesmar
Personally, I would have to disagree about Gentoo...

Personally, I would have to disagree about Gentoo not being good for users new to Linux. While it is a little more difficult and I would not recommend it to every new user, if you are fairly...
Forum: Support::Windows Servers 10-02-2008, 12:58 PM
Replies: 2
Views: 2,235
Posted By sesmar
You can move your character by changing the zone...

You can move your character by changing the zone they are logged into in the character table.


UPDATE character_ SET x=114, y=678, z=4, zonename='qeynos2' WHERE id= [YOUR CHARACTER ID HERE]

...
Forum: General::General Discussion 10-02-2008, 07:34 AM
Replies: 5
Views: 2,422
Posted By sesmar
Fear is an issue on every server, unless...

Fear is an issue on every server, unless something has changed recently. The problem with fear is that instead of running scared it really just acts like a big stun where you just sit there while...
Forum: Support::General Support 09-25-2008, 12:12 PM
Replies: 1
Views: 2,235
Posted By sesmar
The emulator is only compatible with a few...

The emulator is only compatible with a few versions of the client. Titanium being the only one available for purchase right now. I know some work was done to get the Anniversary edition client...
Forum: Support::Linux Servers 09-25-2008, 07:26 AM
Replies: 24
Views: 8,132
Posted By sesmar
I know it is a big step in a different direction...

I know it is a big step in a different direction but if you have issues with Fedora 8 look into Gentoo. I have tried a lot of different distributions before and after using Gentoo and I always end...
Forum: Development::Development 08-18-2008, 01:16 PM
Replies: 21
Views: 6,086
Posted By sesmar
I am not very familiar with how the raids work...

I am not very familiar with how the raids work either but from looking at your tables here could you just do something like this:


CREATE TABLE `raid_members` (
`raidid` int(4) NOT NULL,
...
Forum: Simple Client 07-14-2008, 07:11 AM
Replies: 77
Views: 51,487
Posted By sesmar
Simple Client is written in Delphi [Edit]...

Simple Client is written in Delphi


[Edit]
Well, apparently I did not read far enough down to see that this was not needed anymore, sorry.
Forum: Simple Client 07-11-2008, 01:10 PM
Replies: 77
Views: 51,487
Posted By sesmar
It is playable; however, it does not work with...

It is playable; however, it does not work with any SOE content or Zones. Everything on the server must be custom in order for this client to work.
Forum: Simple Client 07-10-2008, 08:42 AM
Replies: 77
Views: 51,487
Posted By sesmar
I am all for releasing the source code, albeit...

I am all for releasing the source code, albeit mostly for personal and probably selfish reasons; although, I can see both sides here. I agree that releasing the source will most likely increase...
Forum: General::General Discussion 07-10-2008, 08:23 AM
Replies: 20
Views: 6,592
Posted By sesmar
Here is what I would suggest: AMD Athlon...

Here is what I would suggest:

AMD Athlon 64 X2 6000+ Windsor 3.0 Ghz Dual Core CPU (http://www.newegg.com/Product/Product.aspx?Item=N82E16819103773)
Gigabyte Motherboard...
Forum: Development::Tools 06-24-2008, 09:12 AM
Replies: 16
Views: 5,828
Posted By sesmar
Well, here (http://www.sesmar.net/DRPDBI.rar) is...

Well, here (http://www.sesmar.net/DRPDBI.rar) is a link to the code that I have for reading and writing items in the database. I have not yet completely tested it as I do not have access to my...
Forum: Development::Tools 06-24-2008, 07:03 AM
Replies: 16
Views: 5,828
Posted By sesmar
That is what I was referring to, sorry if I was...

That is what I was referring to, sorry if I was not clear on that. I have sat down and wrote out a class for all of the fields in the item table (250+) and I know how much time it took to map...
Forum: Development::Tools 06-23-2008, 07:06 PM
Replies: 16
Views: 5,828
Posted By sesmar
I have classes already written (using C# and...

I have classes already written (using C# and MySql.Net Connector) to read and write items from the database if you want to save some time. I would also suggest using Regex to parse out the HTML...
Forum: Development::GeorgeS's Tools 06-20-2008, 07:26 AM
Replies: 18
Views: 5,890
Posted By sesmar
I would recommend C# as well. As for an...

I would recommend C# as well.

As for an example of how to use the MySql.Net Connector:

I have one posted here (http://drp.sesmar.net/forum/index.php?topic=371.0) using C#, if you would like...
Forum: Development::GeorgeS's Tools 06-16-2008, 08:00 PM
Replies: 18
Views: 5,890
Posted By sesmar
Reading and writing files is not that hard and is...

Reading and writing files is not that hard and is done the same way in 08 as 05.

Writing to a simple text file is as easy as:


Dim oWriter As StreamWriter

oWriter =...
Forum: Development::GeorgeS's Tools 05-20-2008, 02:46 PM
Replies: 13
Views: 4,243
Posted By sesmar
A change from VB6 to VB.net is more than a simple...

A change from VB6 to VB.net is more than a simple change in query code. VB.Net has pretty good support for some legacy VB6 syntax and functions but it is in no way a simple port.
Forum: General::Server Discussion 05-20-2008, 02:42 PM
Replies: 16
Views: 4,872
Posted By sesmar
That is just a modified version of the eqbrowser...

That is just a modified version of the eqbrowser web application which by the way is meant to be a clone of Allakhazam
Forum: Development::GeorgeS's Tools 05-19-2008, 03:37 PM
Replies: 13
Views: 4,243
Posted By sesmar
That would be a really good reason.

That would be a really good reason.
Forum: Support::General Support 05-12-2008, 03:28 PM
Replies: 11
Views: 2,597
Posted By sesmar
Damn, you have posted 3 times yet still you have...

Damn, you have posted 3 times yet still you have managed to use the F-word 5 times. Now I know that there is nothing that says that you cannot use that word; however, when you come to the forums...
Forum: Support::Linux Servers 05-12-2008, 06:58 AM
Replies: 4
Views: 3,723
Posted By sesmar
I just did a clean install of Gentoo last week...

I just did a clean install of Gentoo last week and did not have any problems getting the emu up and running again. However, the latest version of perl in Gentoo's emerge is 5.8, if you are using a...
Forum: Development::Development 04-30-2008, 01:08 PM
Replies: 9
Views: 3,062
Posted By sesmar
That is the best post I have read in a while.

That is the best post I have read in a while.
Forum: General::General Discussion 04-29-2008, 07:00 AM
Replies: 8
Views: 3,115
Posted By sesmar
You can find plenty of UI's for EverQuest at...

You can find plenty of UI's for EverQuest at EqInteface (http://www.eqinterface.com/downloads/index.php?)

I personally use the Nemesis (http://www.eqinterface.com/downloads/fileinfo.php?id=4907)...
Forum: KayotRO 04-28-2008, 09:27 AM
Replies: 12
Views: 3,013
Posted By sesmar
For 3D, I know that you use Visual Basic 6...

For 3D, I know that you use Visual Basic 6 GeorgeS, but for .net take a look at the XNA Framework. You can do a lot of stuff both 2d and 3d without a lot of work using VB.Net or C#.Net.
Showing results 1 to 25 of 214

 
Forum Jump
   

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