Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: animepimp
Forum: Development::Development 01-13-2005, 05:35 PM
Replies: 4
Views: 3,614
Posted By animepimp
This has no overhead at all in C or C++. It may...

This has no overhead at all in C or C++. It may in Java or other languages, but in C the entire multidimensional array is stored linearly in one block of memory with each row immediately after the...
Forum: Support::General Support 12-28-2004, 04:35 PM
Replies: 3
Views: 3,403
Posted By animepimp
well respawn is the time for it to respawn after...

well respawn is the time for it to respawn after death and I believe variance is the amount of time this can vary. It probably takes an integer number and can be that much shorter or longer. This...
Forum: Development::Feature Requests 12-28-2004, 03:08 AM
Replies: 2
Views: 3,162
Posted By animepimp
The max hp can be changed, but it would only...

The max hp can be changed, but it would only cause problems with the client. Currently the max hp is set to the maximum integer that the hp field can store so the structure of their profile would...
Forum: OpenEQ::General Discussion 12-13-2004, 04:49 AM
Replies: 20
Views: 10,258
Posted By animepimp
Its also not really an enforcable liscense except...

Its also not really an enforcable liscense except for being banned from Sony's servers because you never once have to actually agree to it. You can delete the contents of Eula.txt before running the...
Forum: Quests::Q&A 12-12-2004, 03:22 PM
Replies: 15
Views: 5,929
Posted By animepimp
Its wrong because movepc looks for a number to...

Its wrong because movepc looks for a number to move them to. Giving it text will fail because it won't be a number.
Forum: Development::Database/World Building 12-03-2004, 03:28 PM
Replies: 2
Views: 2,898
Posted By animepimp
I'm not sure what causes it exactly, but...

I'm not sure what causes it exactly, but basically the zone server doesn't save the character every time they change and sometimes the character zones to a different zone before they are saved, so...
Forum: Development::Database/World Building 11-21-2004, 05:24 PM
Replies: 9
Views: 9,549
Posted By animepimp
UPDATE items SET lore = replace(lore, '*', '')...

UPDATE items SET lore = replace(lore, '*', '') WHERE NOT lore LIKE '*#'; should work.
Forum: Support::General Support 11-19-2004, 06:15 AM
Replies: 3
Views: 3,337
Posted By animepimp
You have one needed to play on the Emu servers in...

You have one needed to play on the Emu servers in your profile. It of course won't work with Sony.
Forum: Support::General Support 11-19-2004, 06:13 AM
Replies: 5
Views: 3,273
Posted By animepimp
Or you can just run Everquest.exe to run the...

Or you can just run Everquest.exe to run the patcher and do a complete file check to download it from the patcher, much quicker.

Or maybe you have that stupid hide file extensions option on (its...
Forum: Development::Feature Requests 11-16-2004, 03:46 AM
Replies: 14
Views: 5,721
Posted By animepimp
Lets say A, B, and C are in a line and its...

Lets say A, B, and C are in a line and its supposed to go from A->B->C. The only way it would know to not create a connection between them would be if they were spaced out far enoguh past the...
Forum: Development::Feature Requests 11-15-2004, 05:57 PM
Replies: 14
Views: 5,721
Posted By animepimp
To automatically set paths between nodes you...

To automatically set paths between nodes you could use the existing LOS and distance calculation methods as the node is created. When you as a GM create the node it'll make sure there is a mob at...
Forum: Development::Database/World Building 11-14-2004, 05:46 PM
Replies: 1
Views: 2,992
Posted By animepimp
Well, you can always take one of the normal EQ...

Well, you can always take one of the normal EQ zones you don't like on your server and replace its files with your created files if you can't get zone proxy to work. But every person who plays would...
Forum: Quests::Q&A 11-12-2004, 03:31 AM
Replies: 2
Views: 2,950
Posted By animepimp
There are event timers and hp events already...

There are event timers and hp events already written for use with the quests. See the full list of commands thread for the exact syntax, but the timers trigger after a certain time and th hp events...
Forum: Development::Database/World Building 11-11-2004, 12:15 PM
Replies: 5
Views: 4,006
Posted By animepimp
Its probably switching the x and y, making them...

Its probably switching the x and y, making them backwards because the client uses them and shows them as y x z while the server shows them as x y z, so jsut reverse them in the spells.txt files the...
Forum: Quests::Q&A 11-11-2004, 12:11 PM
Replies: 11
Views: 4,308
Posted By animepimp
Itemcount has always used {}s not ()s. I guess...

Itemcount has always used {}s not ()s. I guess it was jsut not telling you about the error before.
Forum: Development::Bug Reports 11-11-2004, 12:09 PM
Replies: 6
Views: 3,307
Posted By animepimp
It looks like you have multiple mobs named...

It looks like you have multiple mobs named a_streamer in your DB. Make sure that they have numbers after the name that are different, like a_streamer1, a_streamer2.
Forum: Support::General Support 11-11-2004, 12:05 PM
Replies: 16
Views: 5,606
Posted By animepimp
You can't reinstall EQEmu because you never...

You can't reinstall EQEmu because you never installed EQEmu. You need to reinstall EQ and then follow the how to play guide again.
Forum: Support::General Support 11-11-2004, 12:04 PM
Replies: 2
Views: 2,887
Posted By animepimp
Just type something different there. And rename...

Just type something different there. And rename the directory you installed to. If you don't know how to type or rename things, you need more help than can be provided here.
Forum: Development::Database/World Building 11-09-2004, 03:46 AM
Replies: 3
Views: 3,348
Posted By animepimp
Not unless you can rewrite the client. You can...

Not unless you can rewrite the client. You can talk with the people at the Open EQ forums since they re trying to do that, they're at the bottom of the forum list. But they're pretty far away from...
Forum: Development::Development 11-07-2004, 08:49 AM
Replies: 4
Views: 3,487
Posted By animepimp
It is controlled by the client and hard coded...

It is controlled by the client and hard coded into it. The only thing changing these values will do is make the server think every single character submitted to it is illegal and reject them.
Forum: Support::General Support 11-07-2004, 08:46 AM
Replies: 1
Views: 2,884
Posted By animepimp
This is a problem with your connection to that...

This is a problem with your connection to that server being laggy. It could be caused by just about anything, like you downloading stuff from the internet or theirs being overused or something. ...
Forum: Support::General Support 11-07-2004, 08:44 AM
Replies: 5
Views: 3,286
Posted By animepimp
This ia all oerfectly fiune and none of those...

This ia all oerfectly fiune and none of those warnings are bad, they jsut mean every one can use those commands. Post your world output becuse zone has nothing to do with a 1017 when connecting to a...
Forum: Support::MiniLogin 11-06-2004, 05:59 AM
Replies: 10
Views: 4,778
Posted By animepimp
And even though you have to make them status 10...

And even though you have to make them status 10 or more, you can change the commands ini file so that they still only have access to the normal commands you want them to have and have GMs be actually...
Forum: Support::MiniLogin 11-06-2004, 05:43 AM
Replies: 10
Views: 4,778
Posted By animepimp
Just set locked=true in the ini files for the...

Just set locked=true in the ini files for the server before booting it up, and any account you give like 10 or higher GM status to will still be able to log in.
Forum: Development::Database/World Building 11-05-2004, 03:36 PM
Replies: 15
Views: 5,840
Posted By animepimp
Neither of those can be done in the client or in...

Neither of those can be done in the client or in the DB. You have to change the code in the server.
Showing results 1 to 25 of 500

 
Forum Jump
   

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