Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 500
Search took 0.03 seconds; generated 91 minute(s) ago.
Search: Posts Made By: c0ncrete
Forum: Quests::Q&A 03-30-2013, 06:28 AM
Replies: 7
Views: 7,653
Posted By c0ncrete
very inefficient to loop through the entire list...

very inefficient to loop through the entire list of valid charms (100?) instead of just checking the item ids that were turned in (max of 4).
put this at the top of your file to be able to use the...
Forum: Support::Windows Servers 03-11-2013, 06:20 PM
Replies: 9
Views: 15,395
Posted By c0ncrete
you'll have to use an alternate repository then. ...

you'll have to use an alternate repository then.

this should work:

ppm install http://www.bribes.org/perl/ppm/IO-stringy.ppd
Forum: Support::Windows Servers 03-11-2013, 02:10 PM
Replies: 9
Views: 15,395
Posted By c0ncrete
try this: 1) run 'cpan' from a command...

try this:

1) run 'cpan' from a command prompt
2) execute 'upgrade cpan' from the cpan prompt
3) execute 'install IO::Stringy' from the cpan prompt

no, there isn't another version of active...
Forum: Support::Windows Servers 03-11-2013, 01:59 PM
Replies: 9
Views: 15,395
Posted By c0ncrete
looks like activestate made modules for the...

looks like activestate made modules for the version of perl the emulator uses require a business edition license to access via ppm recently.

http://community.activestate.com/node/9565
Forum: Support::Windows Servers 03-06-2013, 02:27 PM
Replies: 3
Views: 9,385
Posted By c0ncrete
first question: i think the only things the...

first question:
i think the only things the login server will ever say are titanium and sod (note that those are the only two streams listed as being listened on).

second:
the only login crypto...
Forum: Development::Database/World Building 03-05-2013, 07:40 PM
Replies: 9
Views: 11,457
Posted By c0ncrete
zone/embparser.cpp | 13 ++++++++++++- ...

zone/embparser.cpp | 13 ++++++++++++-
zone/event_codes.h | 1 +
zone/tradeskills.cpp | 48 +++++++++++++++++++++++++++++++++++++++++++++---
zone/zonedb.h | 1 +
4 files changed, 59...
Forum: Development::Database/World Building 03-05-2013, 07:04 PM
Replies: 9
Views: 11,457
Posted By c0ncrete
it should also be possible, in theory, to modify...

it should also be possible, in theory, to modify your source to use a custom perl event to check arbitrary values (perhaps stored in qglobals) and calculate the success of combines instead of having...
Forum: Development::Database/World Building 03-05-2013, 01:31 PM
Replies: 9
Views: 11,457
Posted By c0ncrete
it's not pretty, and it's probably not efficient,...

it's not pretty, and it's probably not efficient, but it works.

select
items.id, items.name
from
items
left outer join
merchantlist
on
items.id = merchantlist.item
Forum: Development::Database/World Building 03-05-2013, 12:49 PM
Replies: 9
Views: 11,457
Posted By c0ncrete
in the spells_new, i believe the fields classes1...

in the spells_new, i believe the fields classes1 through classes16 indicate the level required for that particular spell to be cast by the class number found here:
...
Forum: Support::Windows Servers 03-04-2013, 11:34 AM
Replies: 6
Views: 8,164
Posted By c0ncrete
not possible. slash commands are intercepted by...

not possible. slash commands are intercepted by the client and not passed on to the server.
Forum: General::Server Discussion 03-04-2013, 11:33 AM
Replies: 3
Views: 6,452
Posted By c0ncrete
PEQ is what you're looking for. as far as...

PEQ is what you're looking for.

as far as custom files, yes. you'll need to back up your originals before you overwrite anything or you'll more than likely run into issues elsewhere.
Forum: Support::General Support 03-03-2013, 11:10 PM
Replies: 20
Views: 21,941
Posted By c0ncrete
or you could learn to connect without it, since...

or you could learn to connect without it, since it's not necessary or supported here.
Forum: Support::Windows Servers 03-03-2013, 02:38 PM
Replies: 5
Views: 10,749
Posted By c0ncrete
no, you can't use tortoisesvn. you can, however...

no, you can't use tortoisesvn. you can, however use tortoisegit.

as far as the messages you are getting, the libraries are not included in the git repository. you can find them here:
...
Forum: Support::General Support 03-03-2013, 02:34 PM
Replies: 20
Views: 21,941
Posted By c0ncrete
http://www.eqemulator.org/forums/showthread.php?t=...

http://www.eqemulator.org/forums/showthread.php?t=36423

the launcher is not a requirement to play

http://www.eqemulator.org/wiki/wikka.php?wakka=PlayGuide
Forum: Support::Windows Servers 03-02-2013, 12:37 PM
Replies: 5
Views: 7,518
Posted By c0ncrete
there are lots of things that aren't complete.

there are lots of things that aren't complete.
Forum: Support::General Support 03-02-2013, 04:11 AM
Replies: 20
Views: 21,941
Posted By c0ncrete
you guys seriously need to leave more information...

you guys seriously need to leave more information other than "me too".
Forum: Quests::Q&A 03-02-2013, 12:34 AM
Replies: 6
Views: 8,011
Posted By c0ncrete
i did the same thing recently myself.

i did the same thing recently myself.
Forum: Quests::Q&A 03-02-2013, 12:26 AM
Replies: 6
Views: 8,011
Posted By c0ncrete
in the npc_types table of the database. the...

in the npc_types table of the database. the qglobal field has to have a value of 1 or the npc in question won't have access to read qglobals.
Forum: Quests::Q&A 03-02-2013, 12:14 AM
Replies: 6
Views: 8,011
Posted By c0ncrete
qglobal = 1?

qglobal = 1?
Forum: Development::Development 02-28-2013, 10:45 PM
Replies: 22
Views: 27,130
Posted By c0ncrete
hah. i just got through trying the 2 character...

hah. i just got through trying the 2 character indentation after looking at google's style guide. i had to take a shower afterwards.
Forum: Development::Development 02-27-2013, 11:15 PM
Replies: 22
Views: 27,130
Posted By c0ncrete
i approve of this thread.

i approve of this thread.
Forum: Support::General Support 02-27-2013, 04:18 PM
Replies: 6
Views: 5,945
Posted By c0ncrete
did you miss this part? EDIT: you...

did you miss this part?



EDIT: you don't need the launcher to connect to a server

http://www.eqemulator.org/wiki/wikka.php?wakka=PlayGuide
Forum: Support::General Support 02-27-2013, 04:04 PM
Replies: 6
Views: 5,945
Posted By c0ncrete
you should ask those questions there, not here. ...

you should ask those questions there, not here.

http://www.eqemulator.org/forums/showthread.php?t=36423
Forum: Support::General Support 02-27-2013, 04:00 PM
Replies: 6
Views: 5,945
Posted By c0ncrete
what exactly is it that you installed and where...

what exactly is it that you installed and where did you get it?
Forum: Quests::Q&A 02-26-2013, 07:24 PM
Replies: 12
Views: 11,355
Posted By c0ncrete
take them all out and run -cW again and also...

take them all out and run -cW again and also check logs if the script won't run.
Showing results 101 to 125 of 500

 
Forum Jump
   

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