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 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
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
Charm Up-grader.
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
Need help with the Windows Set Up Server Guide
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
Need help with the Windows Set Up Server Guide
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
Need help with the Windows Set Up Server Guide
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
local loginserver issues
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
SQL Help re: spell merchants & Tradeskill
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
SQL Help re: spell merchants & Tradeskill
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
SQL Help re: spell merchants & Tradeskill
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
SQL Help re: spell merchants & Tradeskill
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
Typing xxx
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
Just a couple of questions.
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
Cant login or blank server list during peak hours
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
GITHUB and GIT
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
Cant login or blank server list during peak hours
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
Priest of discord
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
Cant login or blank server list during peak hours
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
Discipline Trainer.
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
Discipline Trainer.
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
Discipline Trainer.
Views:
8,011
Posted By
c0ncrete
qglobal = 1?
qglobal = 1?
Forum:
Development::Development
02-28-2013, 10:45 PM
Replies:
22
Coding Style Guidelines?
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
Coding Style Guidelines?
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
Getting started have a question tho please help :)
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
Getting started have a question tho please help :)
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
Getting started have a question tho please help :)
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
Quest crashing zone and client
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
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
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