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 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
Last
»
Showing results 226 to 250 of 500
Search took
0.02
seconds; generated 67 minute(s) ago.
Search:
Posts Made By:
c0ncrete
Forum:
Quests::Q&A
02-11-2013, 01:39 PM
Replies:
29
Possibly a few questions.
Views:
32,385
Posted By
c0ncrete
challenge accepted!
challenge accepted!
Forum:
Quests::Q&A
02-11-2013, 01:35 PM
Replies:
9
In game menu
Views:
9,186
Posted By
c0ncrete
i'm going to have to disagree with your assertion...
i'm going to have to disagree with your assertion about if/elsif, simply because it's good practice. getting into the habit of using only if statements without using other means of flow control will...
Forum:
Quests::Q&A
02-11-2013, 03:43 AM
Replies:
29
Possibly a few questions.
Views:
32,385
Posted By
c0ncrete
this should take care of spell casting...
this should take care of spell casting specialization skills correctly.
i haven't tested it yet, but the syntax is correct and the logic looks sound.
use List::Util qw(first);
#...
Forum:
Quests::Q&A
02-11-2013, 02:07 AM
Replies:
29
Possibly a few questions.
Views:
32,385
Posted By
c0ncrete
if you can set the correct race via in-game...
if you can set the correct race via in-game command, i'd recommend looking at the related entries for that npc your database instead of putting a perl band-aid on the issue.
Forum:
Quests::Q&A
02-11-2013, 01:55 AM
Replies:
3
Another door Question
Views:
6,283
Posted By
c0ncrete
you could always add an EVENT_CLICKDOOR sub to...
you could always add an EVENT_CLICKDOOR sub to global_player.pl and then gmsay the $doorid that was clicked on to determine what your scripts should be looking for.
troubleshooting potime isn't...
Forum:
General::Server Discussion
02-11-2013, 12:08 AM
Replies:
11
Kmra!!
Views:
8,851
Posted By
c0ncrete
i realize this is intended to be a positive post,...
i realize this is intended to be a positive post, but i really don't think making public announcements about someone else's personal issues is appropriate.
Forum:
Quests::Q&A
02-10-2013, 11:08 PM
Replies:
29
Possibly a few questions.
Views:
32,385
Posted By
c0ncrete
yeah, limiting spell casting specializations to...
yeah, limiting spell casting specializations to 50 is a good idea. i hadn't considered that.
Forum:
Quests::Q&A
02-10-2013, 09:58 PM
Replies:
29
Possibly a few questions.
Views:
32,385
Posted By
c0ncrete
have you tried a number other than 250 to see if...
have you tried a number other than 250 to see if that works?
i've never used quest::setallskill() as i'm not a fan of setting all skills to the same number, especially if the character isn't...
Forum:
Support::General Support
02-10-2013, 01:32 AM
Replies:
2
Small issue loading eqgame
Views:
5,564
Posted By
c0ncrete
delete your faulty torrented download and use the...
delete your faulty torrented download and use the F2P client from steam.
Forum:
Development::Bug Reports
02-09-2013, 06:22 PM
Replies:
2
[RoF] Cursor Bug
Views:
10,369
Posted By
c0ncrete
that's been noted already in at least one other...
that's been noted already in at least one other thread.
Forum:
Support::Windows Servers
02-08-2013, 11:32 PM
Replies:
26
Stuck trying to make server help!
Views:
20,345
Posted By
c0ncrete
yes, it doesn't exist. it's UCS.exe now.
yes, it doesn't exist. it's UCS.exe now.
Forum:
Support::Windows Servers
02-08-2013, 08:54 PM
Replies:
26
Stuck trying to make server help!
Views:
20,345
Posted By
c0ncrete
oh, for the love of.... use the version of VS you...
oh, for the love of.... use the version of VS you built for in CMake
the latest compile guide clearly states you should use 2010 or above
http://www.eqemulator.org/forums/showthread.php?t=35722
Forum:
Support::Windows Servers
02-08-2013, 08:19 PM
Replies:
26
Stuck trying to make server help!
Views:
20,345
Posted By
c0ncrete
it's called EQEmu.sln, and it's in the folder you...
it's called EQEmu.sln, and it's in the folder you designated as your build directory in CMake.
Forum:
Quests::Submissions
02-08-2013, 12:56 PM
Replies:
5
abysmal/#Alexsa_Whyte.pl
Views:
35,910
Posted By
c0ncrete
i see what you're saying now. it's not that the...
i see what you're saying now. it's not that the quest doesn't work, but rather that the change was made while you were in the middle of the quest, and you don't have credit for your original...
Forum:
Quests::Submissions
02-08-2013, 12:20 PM
Replies:
5
abysmal/#Alexsa_Whyte.pl
Views:
35,910
Posted By
c0ncrete
after re-reading through the comments on ZAM, it...
after re-reading through the comments on ZAM, it appears that i missed one that states you can receive a replacement container by repeating the dialogue. the quest can easily be updated by changing...
Forum:
Development::Database/World Building
02-07-2013, 06:03 PM
Replies:
21
Adding column to npc_types
Views:
21,835
Posted By
c0ncrete
nope, that was joining the npc type ids from a...
nope, that was joining the npc type ids from a separate table that should already exist in your database called pets. i haven't done a lot of tinkering where the database is concerned for mobs and...
Forum:
Support::Windows Servers
02-07-2013, 02:06 PM
Replies:
8
Installing Cmake?
Views:
8,882
Posted By
c0ncrete
it should be the folder you selected in step 3
it should be the folder you selected in step 3
Forum:
Support::Windows Servers
02-07-2013, 02:02 PM
Replies:
8
Installing Cmake?
Views:
8,882
Posted By
c0ncrete
you're going to have to find and delete your...
you're going to have to find and delete your build directory in order to be prompted to select the correct default generator in the gui, from what i understand.
Forum:
Support::Windows Servers
02-07-2013, 01:58 PM
Replies:
8
Installing Cmake?
Views:
8,882
Posted By
c0ncrete
it sounds to me as though you selected a Borland...
it sounds to me as though you selected a Borland compiler as your generator instead of Visual Studio or GCC.
Forum:
Support::Windows Servers
02-07-2013, 01:41 PM
Replies:
8
Installing Cmake?
Views:
8,882
Posted By
c0ncrete
google says look here ...
google says look here
http://www.cmake.org/cmake/help/install.html
Forum:
Development::Development
02-07-2013, 10:53 AM
Replies:
50
Lua Scripting+Content Databasing system
Views:
113,310
Posted By
c0ncrete
there are at least a few of us that are VERY...
there are at least a few of us that are VERY interested. some of us just spend loads of time reading and poking around with things while we're learning about them instead of commenting or asking...
Forum:
Development::Database/World Building
02-07-2013, 03:37 AM
Replies:
21
Adding column to npc_types
Views:
21,835
Posted By
c0ncrete
you'd still have the problem with 3 of them (for...
you'd still have the problem with 3 of them (for now) being non-client pets with that query.
UPDATE
npc_types
INNER JOIN
pets
ON
npc_types.id = pets.npcID
AND
pets.npcID <...
Forum:
Support::Windows Servers
02-07-2013, 01:15 AM
Replies:
12
Modify server exp help
Views:
16,718
Posted By
c0ncrete
this is a nifty trick:
this is a nifty trick:
Forum:
Development::Database/World Building
02-06-2013, 10:58 PM
Replies:
21
Adding column to npc_types
Views:
21,835
Posted By
c0ncrete
regex hijack
you can also do ridiculous pattern matching against the name field with REGEXP, but you'll end up having to use COLLATE utf8_bin if you want case sensitivity. i'm not sure what the side-effects might...
Forum:
Development::Database/World Building
02-06-2013, 07:03 PM
Replies:
21
Adding column to npc_types
Views:
21,835
Posted By
c0ncrete
http://dev.mysql.com/doc/refman/5.1/en/backup-meth...
http://dev.mysql.com/doc/refman/5.1/en/backup-methods.html :p
Showing results 226 to 250 of 500
Page 10 of 20
«
First
<
6
7
8
9
10
11
12
13
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
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