Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 401 to 425 of 500
Search took 0.02 seconds; generated 67 minute(s) ago.
Search: Posts Made By: c0ncrete
Forum: Support::Windows Servers 01-17-2013, 04:50 PM
Replies: 16
Views: 18,313
Posted By c0ncrete
no player.pl in timorous. select id, doorid,...

no player.pl in timorous.

select id, doorid, name, dest_zone, dest_x, dest_y, dest_z from doors where zone = 'timorous' and dest_zone != 'NONE';...
Forum: General::General Discussion 01-17-2013, 11:57 AM
Replies: 14
Views: 16,161
Posted By c0ncrete
congratulations!

congratulations!
Forum: General::General Discussion 01-17-2013, 03:20 AM
Replies: 20
Views: 24,977
Posted By c0ncrete
most, if not all, servers that use...

most, if not all, servers that use character-specific data likely use the qglobal system.
Forum: General::General Discussion 01-16-2013, 10:30 AM
Replies: 42
Views: 37,186
Posted By c0ncrete
you don't have the first clue. seriously. if...

you don't have the first clue.

seriously. if you can't see that what you posted won't work because of (at the very least) missing brackets, capitalization errors, and duplicated subroutine...
Forum: General::General Discussion 01-16-2013, 09:31 AM
Replies: 42
Views: 37,186
Posted By c0ncrete
unrelated to thread and rife with typos/syntax...

unrelated to thread and rife with typos/syntax errors. imagine that.
Forum: General::News 01-16-2013, 12:37 AM
Replies: 34
Views: 495,275
Posted By c0ncrete
the answer to your question is in the post you...

the answer to your question is in the post you posted a reply to.
Forum: Support::MiniLogin 01-15-2013, 12:48 AM
Replies: 4
Views: 38,489
Posted By c0ncrete
the directory your client has been installed in...

the directory your client has been installed in for over two years has nothing to do with the max logins per ip on the server you play on.
Forum: Support::General Support 01-14-2013, 11:15 PM
Replies: 22
Views: 15,676
Posted By c0ncrete
was that a no?

was that a no?
Forum: Support::General Support 01-14-2013, 11:10 PM
Replies: 22
Views: 15,676
Posted By c0ncrete
have directx 9 installed? what are you...

have directx 9 installed?

what are you installing the client from?
Forum: Quests::Q&A 01-14-2013, 10:43 PM
Replies: 14
Views: 12,408
Posted By c0ncrete
package Noport::Response; use 5.012; use...

package Noport::Response;

use 5.012;
use constant ONLINE => 1;

sub RandomThing {
rand 99 > 49 ? 'try ' . UnrelatedOpcode() : 'incoherent nonsense';
}

sub UnrelatedOpcode {
Forum: Support::General Support 01-14-2013, 12:27 AM
Replies: 14
Views: 23,880
Posted By c0ncrete
i've only heard of people having this issue with...

i've only heard of people having this issue with one server. that is generally a fairly reasonable indicator as to the where the issue is.
Forum: Quests::Q&A 01-14-2013, 12:23 AM
Replies: 14
Views: 12,408
Posted By c0ncrete
because you're not following the instructions...

because you're not following the instructions provided to you.

read your (quest) log files. they will tell you where your errors are. you'll probably see a few lines regarding uninitialized...
Forum: Support::Windows Servers 01-14-2013, 12:17 AM
Replies: 17
Views: 26,317
Posted By c0ncrete
best use of tard i've seen in a while.

best use of tard i've seen in a while.
Forum: Quests::Q&A 01-13-2013, 11:45 PM
Replies: 14
Views: 12,408
Posted By c0ncrete
1) use proper indentation or your scripts are...

1) use proper indentation or your scripts are difficult to read.
2) post the entire script or it's impossible to debug.
3) i see at least one missing closing curly brace in your second script...
Forum: Quests::Custom 01-13-2013, 01:30 PM
Replies: 63
Views: 175,041
Posted By c0ncrete
not bug. not sure why i didn't just use $ulevel...

not bug. not sure why i didn't just use $ulevel for both, honestly. i was probably half asleep and thought for sure i had a really good reason at the time. just tried to keep the script from...
Forum: Support::Windows Servers 01-13-2013, 11:56 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
i know superfluous is a big word and all... ...

i know superfluous is a big word and all...

i'm still trying to figure out what mysql has to do with the problem and why anyone would want to install a bundle of software (xampp) when they can...
Forum: Quests::Custom 01-13-2013, 11:37 AM
Replies: 63
Views: 175,041
Posted By c0ncrete
auto-train on level for the extra lazy

lots of people seem to enjoy skill trainer and spell scriber/disc trainer npcs. since you're going to be increasing skills for free, why not just pop it in global_player.pl and trigger it when the...
Forum: Support::Windows Servers 01-13-2013, 11:27 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
why must you compound the issue with the use of...

why must you compound the issue with the use of superfluous information and completely unrelated software recommendations?
Forum: Support::Windows Servers 01-13-2013, 09:47 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
there's a download for version 5.12.3 in the link...

there's a download for version 5.12.3 in the link i posted.

i'm not sure where you'd find 5.10 (besides strawberry perl), as it's considered obsolete.
Forum: Support::Windows Servers 01-13-2013, 09:31 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
i'm not entirely certain which guide you're going...

i'm not entirely certain which guide you're going by, but this one is the latest regarding compiling on windows:

http://www.eqemulator.org/forums/showthread.php?t=35722
Forum: Support::Windows Servers 01-13-2013, 09:29 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
32 bit or 64 bit? if it's 32 bit, 5.14 won't...

32 bit or 64 bit?

if it's 32 bit, 5.14 won't work.
Forum: Quests::Submissions 01-13-2013, 04:13 AM
Replies: 5
Views: 35,910
Posted By c0ncrete
abysmal/#Alexsa_Whyte.pl

changed:
- more in line with quest as listed on ZAM*
* removed turn-in verification/reminder
* added response if quest started, but not finished
* will allow quest to be repeated
- call to...
Forum: Support::Windows Servers 01-13-2013, 12:38 AM
Replies: 19
Views: 21,496
Posted By c0ncrete
did you compile yourself? if so, what...

did you compile yourself?

if so, what version of perl did you compile with?
if not, what vesrion of perl were the executables you have compiled with?

what version of perl do you have installed?
Forum: Development::GeorgeS's Tools 01-12-2013, 11:22 AM
Replies: 2
Views: 10,096
Posted By c0ncrete
it's been that way for some time, which is why he...

it's been that way for some time, which is why he is hosted here now:

http://www.georgestools.chrsschb.com/
Forum: Development::Bots 01-12-2013, 10:01 AM
Replies: 14
Views: 19,950
Posted By c0ncrete
all instances of Grphler->CastSpell(XXXX,...

all instances of

Grphler->CastSpell(XXXX, c->GetID(), 1, -1, -1);

should probably read

Grphler->CastSpell(XXXX, Grphler->GetID(), 1, -1, -1);

so that the center of the area of effect is...
Showing results 401 to 425 of 500

 
Forum Jump
   

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