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...
Page 9 of 20
«
First
<
5
6
7
8
9
10
11
12
13
19
>
Last
»
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
Buff Bot re-creation NPC getclass() Help
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
CSHome~new~
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
Buff Bot re-creation NPC getclass() Help
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
Dungeon Crawl - Classic Hybrid
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
Tacvi type quest
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
Tacvi type quest
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
Racial based spells?
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
Client/Server hp issues
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
Possibly a few questions.
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
Possibly a few questions.
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
Deleveling npc
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
Deleveling npc
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
Rain of Fear comes to EQEmu!
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
Deleveling npc
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
Game freezes when I select a server (RoF)
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
IsEngaged() and GetOwnerID() fixes
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
Racial based spells?
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
In game menu
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
Page 9 of 20
«
First
<
5
6
7
8
9
10
11
12
13
19
>
Last
»
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
12:42 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3