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 4 of 20
<
1
2
3
4
5
6
7
8
14
>
Last
»
Showing results 76 to 100 of 500
Search took
0.03
seconds; generated 91 minute(s) ago.
Search:
Posts Made By:
c0ncrete
Forum:
Spell Support
01-06-2015, 12:14 AM
Replies:
11
Perl-Based Dynamic Runes
Views:
16,028
Posted By
c0ncrete
i've been curious as to how well perl would...
i've been curious as to how well perl would respond to something like this. you're wanting to set maybe a fraction of the total amount healed (not maximum heal power) as absorption AND base the time...
Forum:
Quests::Q&A
01-04-2015, 02:16 AM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
this is exactly the kind of thing running your...
this is exactly the kind of thing running your script through the interpreter using -cW is useful for catching. it's what the following line in my console was saying:
Forum:
Quests::Q&A
01-03-2015, 10:28 PM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
is this line commented out? Quest File for...
is this line commented out?
Quest File for Steppes - Captain_Vahl
is the NPC also named Test?
Forum:
Quests::Q&A
01-03-2015, 10:06 PM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
you need to post the entire script. if there are...
you need to post the entire script. if there are syntax errors somewhere else outside of the subroutine you're showing us, the script won't run.
as far as running the script with the switches -cW,...
Forum:
Quests::Q&A
01-03-2015, 05:52 PM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
there's also a missing hash to comment out the...
there's also a missing hash to comment out the first line, and you've got what looks to be another conditional line for your EVENT_SAY subroutine inside your EVENT_ITEM subroutine with the variable...
Forum:
Quests::Q&A
01-03-2015, 05:50 PM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
here's what you'd see if you were to use the -cW...
here's what you'd see if you were to use the -cW switches to check for simple stuff like syntax errors in your scripts (this is what it spat out at me in notepad++). they're not always easy to find...
Forum:
Quests::Q&A
01-03-2015, 05:24 PM
Replies:
16
Quest not wanting to work
Views:
20,857
Posted By
c0ncrete
you're doing it wrong. completely. 1) you...
you're doing it wrong. completely.
1) you are not correctly using conditional logic chains. everything after your opening if statement should be an elsif or else statement. otherwise, you run the...
Forum:
Quests::Q&A
12-28-2014, 03:22 PM
Replies:
15
Couple Bugs
Views:
16,524
Posted By
c0ncrete
and as for your first issue, the problem is with...
and as for your first issue, the problem is with where your quotation marks are located in your calls to plugin::DiaWind().
this would have likely been caught by testing the script as was...
Forum:
Quests::Q&A
12-28-2014, 03:18 PM
Replies:
15
Couple Bugs
Views:
16,524
Posted By
c0ncrete
after a quick glance at your (current) second...
after a quick glance at your (current) second issue, i see you're using incorrect syntax in your calls to plugin::check_handin().
replace all instances of = with =>
Forum:
Quests::Custom
12-28-2014, 12:35 PM
Replies:
63
auto-train on level for the extra lazy
Views:
174,676
Posted By
c0ncrete
yes. check against $ulevel in a conditional.
yes. check against $ulevel in a conditional.
Forum:
Quests::Q&A
12-28-2014, 11:33 AM
Replies:
15
Couple Bugs
Views:
16,524
Posted By
c0ncrete
i'd also recommend not deleting your posts with...
i'd also recommend not deleting your posts with your questions, as others may run into similar issues in the future.
Forum:
Quests::Q&A
12-28-2014, 11:30 AM
Replies:
15
Couple Bugs
Views:
16,524
Posted By
c0ncrete
run scripts this way to check for syntax...
run scripts this way to check for syntax shenanigans
perl -cW path/to/script.pl
additionally...
here (http://perldoc.perl.org/5.12.4/perlintro.html) is the official 5.12.4 introduction....
Forum:
Quests::Q&A
12-28-2014, 08:47 AM
Replies:
15
Couple Bugs
Views:
16,524
Posted By
c0ncrete
on your second one issue, you have two instances...
on your second one issue, you have two instances of the EVENT_SAY subroutine. you can only have one.
example:
#Quest file for Mesa - Deevan
sub EVENT_SAY {
if ($text=~/hail/i) {
...
Forum:
Support::Windows Servers
12-19-2014, 12:15 PM
Replies:
16
Mercenary Issue - not manageable/vanishes
Views:
18,119
Posted By
c0ncrete
is there a single client grouped with the mercs?...
is there a single client grouped with the mercs? i only ask because i recall bots doing something similar if there was more than one client with spawned bots in the same group.
Forum:
Support::Windows Servers
11-27-2014, 02:51 AM
Replies:
12
Windows Private Login Server
Views:
14,409
Posted By
c0ncrete
to expand upon uleat's inquiry... does your...
to expand upon uleat's inquiry...
does your error log really say "ON DUMP LICATE KEY UPDATE", have a semicolon instead of an apostrophe in one instance of the word "doesn't" followed by no...
Forum:
General::Server Discussion
11-27-2014, 02:38 AM
Replies:
14
Eriviyn - The Caverns of Exile
Views:
13,123
Posted By
c0ncrete
alrighty then. thanks for the clarification.
alrighty then. thanks for the clarification.
Forum:
General::Server Discussion
11-26-2014, 11:22 AM
Replies:
14
Eriviyn - The Caverns of Exile
Views:
13,123
Posted By
c0ncrete
your only two posts here are on threads about...
your only two posts here are on threads about this server, so I'd say it's a reasonable assumption that it's ALL you care about...
Forum:
Support::General Support
11-03-2014, 06:56 AM
Replies:
8
UF client will not connect. HELP!!
Views:
13,243
Posted By
c0ncrete
i wondered how long it would take my avatar to be...
i wondered how long it would take my avatar to be applicable
Forum:
Support::General Support
11-03-2014, 03:32 AM
Replies:
8
UF client will not connect. HELP!!
Views:
13,243
Posted By
c0ncrete
i would imagine it's something i've seen floating...
i would imagine it's something i've seen floating around specifically modified for lootfest
Forum:
Support::Windows Servers
10-30-2014, 11:34 PM
Replies:
9
Quests not working.
Views:
9,915
Posted By
c0ncrete
what version of perl did you install?
what version of perl did you install?
Forum:
Support::General Support
04-07-2013, 02:29 PM
Replies:
9
Difficulties
Views:
9,195
Posted By
c0ncrete
you could always add a custom event in the source...
you could always add a custom event in the source that is fired off when a player changes equipment. then you could check their current equipment in that event.
that, or you could consider using a...
Forum:
Support::Windows Servers
04-03-2013, 09:01 PM
Replies:
3
Activeperl version
Views:
7,823
Posted By
c0ncrete
you should be able to install from a different...
you should be able to install from a different repository (mirror).
one can be found here
http://trouchelle.com/perl/ppmrepview.pl
if you know the exact url for the package, you can install...
Forum:
Development::Database/World Building
04-01-2013, 09:39 PM
Replies:
3
Updating weapons (SQL Help)
Views:
9,235
Posted By
c0ncrete
you'll probably want to match the value returned...
you'll probably want to match the value returned with the data type of the field it's going to be updating. i'm not sure it won't just truncate the result, but it's never a bad idea to cover your...
Forum:
Quests::Q&A
03-30-2013, 06:33 PM
Replies:
7
Charm Up-grader.
Views:
7,653
Posted By
c0ncrete
that $charmid should be $itemid. was half asleep...
that $charmid should be $itemid. was half asleep both times i posted.
Forum:
Quests::Q&A
03-30-2013, 11:14 AM
Replies:
7
Charm Up-grader.
Views:
7,653
Posted By
c0ncrete
oops. that should read: foreach my $itemid...
oops. that should read:
foreach my $itemid (keys %itemcount)
Showing results 76 to 100 of 500
Page 4 of 20
<
1
2
3
4
5
6
7
8
14
>
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
06:41 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