Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 201 to 225 of 500
Search took 0.05 seconds; generated 67 minute(s) ago.
Search: Posts Made By: c0ncrete
Forum: Quests::Q&A 02-14-2013, 03:31 PM
Replies: 51
Views: 57,127
Posted By c0ncrete
use 5.012; no strict 'vars'; use warnings; ...

use 5.012;
no strict 'vars';
use warnings;

### IGNORE EVERYTHING BELOW HERE ###

package NPC;

sub new {
my ( $class, %param ) = ( shift, @_ );
Forum: General::General Discussion 02-14-2013, 03:34 AM
Replies: 42
Views: 62,026
Posted By c0ncrete
that means you have too many or too few values in...

that means you have too many or too few values in your SQL statement.
Forum: Quests::Q&A 02-14-2013, 12:35 AM
Replies: 51
Views: 57,127
Posted By c0ncrete
use 5.012; use warnings; package NPC; ...

use 5.012;
use warnings;

package NPC;

sub new {
my ( $class, %param ) = ( shift, @_ );
$param{_class} = 14;
return bless \%param, $class;
}
Forum: General::Server Discussion 02-13-2013, 09:22 PM
Replies: 26
Views: 30,824
Posted By c0ncrete
saw some of these dynamic bosses while poking...

saw some of these dynamic bosses while poking around in ill omen, feerrott, and rathe mountains. i haven't been on a great deal, but i thoroughly enjoy what you've done.
Forum: Quests::Q&A 02-13-2013, 09:06 PM
Replies: 5
Views: 7,938
Posted By c0ncrete
ok, i think i sorted out why. i wasn't enclosing...

ok, i think i sorted out why. i wasn't enclosing the range in brackets.

if ( $mid ~~ [ $min .. $max ] ) { say "YAY!"; }

works... duh
Forum: Quests::Q&A 02-13-2013, 09:01 PM
Replies: 5
Views: 7,938
Posted By c0ncrete
smart match operator with range operator wasn't...

smart match operator with range operator wasn't working for me. i don't know why. this works, however.


use 5.012;
use warnings;

package NPC;

sub new {
my ( $class, %param ) = (...
Forum: Spell Support 02-13-2013, 08:17 PM
Replies: 4
Views: 7,376
Posted By c0ncrete
customization quest ...

customization quest
http://www.eqemulator.org/forums/showthread.php?t=36362

not perl. lua.
Forum: Support::Windows Servers 02-13-2013, 02:21 PM
Replies: 5
Views: 5,968
Posted By c0ncrete
http://www.eqemulator.org/forums/showthread.php?t=...

http://www.eqemulator.org/forums/showthread.php?t=36104&page=8
Forum: Quests::Q&A 02-13-2013, 04:54 AM
Replies: 29
Views: 32,385
Posted By c0ncrete
in Perl, every time you use the my keyword, you...

in Perl, every time you use the my keyword, you are declaring (creating) the variable that follows within the scope you are in. additionally, every time you use =, you are assigning a value to the...
Forum: Quests::Q&A 02-12-2013, 10:25 PM
Replies: 29
Views: 32,385
Posted By c0ncrete
commented, to hopefully help you sort out exactly...

commented, to hopefully help you sort out exactly what it is you want to remove/change.

# do this for skill number 0 through 74
foreach my $skill ( 0 .. 74 ) {

# skip to next skill if...
Forum: Quests::Q&A 02-12-2013, 10:13 PM
Replies: 12
Views: 10,084
Posted By c0ncrete
because defined will only return 1 (true) or...

because defined will only return 1 (true) or nothing (false)



http://perldoc.perl.org/functions/defined.html
Forum: Quests::Q&A 02-12-2013, 09:36 PM
Replies: 12
Views: 10,084
Posted By c0ncrete
defined $qglobals{Resets} == 2 will always return...

defined $qglobals{Resets} == 2 will always return false.
Forum: General::News 02-12-2013, 08:40 PM
Replies: 34
Views: 495,275
Posted By c0ncrete
F2P build may have changed to Jan 16. ...

F2P build may have changed to Jan 16.

http://www.eqemulator.org/forums/showthread.php?t=36476&page=2
Forum: Quests::Q&A 02-12-2013, 08:35 PM
Replies: 12
Views: 10,084
Posted By c0ncrete
yes. you can use quest globals to store...

yes. you can use quest globals to store persistent information for characters.

there is information here (http://www.eqemulator.net/wiki/wikka.php?wakka=QuestTutorial) (towards the bottom of the...
Forum: Support::General Support 02-12-2013, 03:10 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
if you've managed to run any version of EQ on the...

if you've managed to run any version of EQ on the machine you're having issues with, you've never mentioned it once in this thread, so claiming to have said "I am playing EQ1 just fine right now" is...
Forum: Support::General Support 02-12-2013, 02:38 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
the problem is that you are wrong. ...

the problem is that you are wrong.

http://everquest.allakhazam.com/story.html?story=5720
http://forums.steampowered.com/forums/showthread.php?t=1895091...
Forum: Support::General Support 02-12-2013, 02:29 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
i was helping, but you're quite obviously...

i was helping, but you're quite obviously refusing to listen to what you are being told. good luck to you.
Forum: Support::General Support 02-12-2013, 02:11 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
*facepalm it REQUIRES 9.0c...

*facepalm

it REQUIRES 9.0c...
Forum: Support::General Support 02-12-2013, 02:03 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
it's not in the guide because it's not really an...

it's not in the guide because it's not really an emulator requirement. it's an everquest installation requirement.

http://www.microsoft.com/en-us/download/details.aspx?id=35
Forum: Support::General Support 02-12-2013, 01:57 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
do you have the correct version of direct x...

do you have the correct version of direct x installed?
Forum: Support::General Support 02-12-2013, 01:47 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
as far as i'm aware, yes. i'm assuming...

as far as i'm aware, yes.

i'm assuming you're able to log on with an older client, right?
Forum: Support::General Support 02-12-2013, 01:39 AM
Replies: 27
Views: 29,329
Posted By c0ncrete
try running OptionsEditor.exe

try running OptionsEditor.exe
Forum: Development::Bots 02-12-2013, 01:36 AM
Replies: 0
Views: 7,396
Posted By c0ncrete
IsEngaged() and GetOwnerID() fixes

changes:
- Mob::IsEngaged() now returns AggroCount() for Clients
- updated handling of #bot spawn and #bot summon commands
- complete re-write of IsEngaged() logic in Bot::AI_Process()
-...
Forum: Spell Support 02-11-2013, 06:52 PM
Replies: 4
Views: 7,376
Posted By c0ncrete
considering there's a server that provides you...

considering there's a server that provides you with spells based solely on the equipment you're wearing, i would say yes... it's possible.
Forum: Quests::Q&A 02-11-2013, 06:49 PM
Replies: 9
Views: 9,186
Posted By c0ncrete
regular expressions take a while to learn to use,...

regular expressions take a while to learn to use, but you can achieve a great deal of control in your statements when you have a firm grasp of them.

http://perldoc.perl.org/perlre.html...
Showing results 201 to 225 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