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 13 of 20
«
First
<
3
9
10
11
12
13
14
15
16
17
>
Last
»
Showing results 301 to 325 of 500
Search took
0.02
seconds; generated 67 minute(s) ago.
Search:
Posts Made By:
c0ncrete
Forum:
Development::Bug Reports
01-29-2013, 08:39 PM
Replies:
1
ZoneLoaded undeclared in rev2468
Views:
6,996
Posted By
c0ncrete
ZoneLoaded undeclared in rev2468
missing
extern volatile bool ZoneLoaded;
from bot and merc?
Forum:
Support::Windows Servers
01-29-2013, 08:19 PM
Replies:
17
Need help starting a new server.
Views:
21,959
Posted By
c0ncrete
again, i believe express versions of visual...
again, i believe express versions of visual studio will only compile 32bit builds of the emulator.
Forum:
Quests::Q&A
01-29-2013, 07:55 PM
Replies:
14
varlink--DOWN ZONE
Views:
12,408
Posted By
c0ncrete
i figured out why you were having zone crashes at...
i figured out why you were having zone crashes at least...
http://www.eqemulator.org/forums/showthread.php?t=36351
Forum:
Quests::Custom
01-29-2013, 07:53 PM
Replies:
9
random loot, the easy way
Views:
13,729
Posted By
c0ncrete
yow. the original won't work as posted because of...
yow. the original won't work as posted because of the way quest::varlink() works. if you call it without a client as the initiator, the zone will crash. i was testing the functionality via EVENT_SAY,...
Forum:
Support::Windows Servers
01-29-2013, 07:01 PM
Replies:
17
Need help starting a new server.
Views:
21,959
Posted By
c0ncrete
i neglected to ask. what are you compiling with?...
i neglected to ask. what are you compiling with? from what i understand, the express versions of visual studio are only able to build 32bit versions of the emulator. you'll need 2010 professional and...
Forum:
Support::Windows Servers
01-29-2013, 06:40 PM
Replies:
7
DB management
Views:
10,956
Posted By
c0ncrete
i think the client actually displays them in an...
i think the client actually displays them in an order that is less than intuitive :)
Forum:
Support::Windows Servers
01-29-2013, 05:55 PM
Replies:
5
A Small Server Build Request
Views:
9,274
Posted By
c0ncrete
it's difficult enough to keep text guides up to...
it's difficult enough to keep text guides up to date, obviously.
someone has recently shown interest in spearheading a comprehensive re-write of the build, compilation, and configuration steps for...
Forum:
Support::Windows Servers
01-29-2013, 05:52 PM
Replies:
17
Need help starting a new server.
Views:
21,959
Posted By
c0ncrete
most people who say they are following the guides...
most people who say they are following the guides and have perl errors aren't following the guides, as they generally deal with older versions of perl.
use 5.12.3...
Forum:
Support::General Support
01-29-2013, 05:46 PM
Replies:
2
Model support - Help
Views:
5,754
Posted By
c0ncrete
the F2P client won't work on all servers. ...
the F2P client won't work on all servers.
regardless of that fact, i believe the question is related to having run the OptionsEditor, which allows you to select newer models or classic ones.
...
Forum:
Quests::Custom
01-29-2013, 05:39 PM
Replies:
9
random loot, the easy way
Views:
13,729
Posted By
c0ncrete
some people just like the idea of random loot....
some people just like the idea of random loot. the initial snippet was to give those people something to play with. technically speaking, most servers don't actually employ randomization, they simply...
Forum:
Quests::Plugins & Mods
01-29-2013, 02:09 PM
Replies:
0
get playable race/class equipment bit
Views:
82,769
Posted By
c0ncrete
get playable race/class equipment bit
# returns bit value for playable races and classes
# usage: plugin::GetEquipmentBitForRaceOrClass($roc)
sub GetEquipmentBitForRaceOrClass {
# bit values with matching regex for race/class
...
Forum:
Support::Windows Servers
01-29-2013, 11:25 AM
Replies:
10
Server Rebuild and Update/Restore
Views:
9,382
Posted By
c0ncrete
as i mentioned, you might try to restore your old...
as i mentioned, you might try to restore your old database, then run the updates found in utils/sql/svn. that should update your old tables to the current schema without messing with your existing...
Forum:
Support::Windows Servers
01-29-2013, 10:31 AM
Replies:
10
Server Rebuild and Update/Restore
Views:
9,382
Posted By
c0ncrete
if you knew the build you were using at the time,...
if you knew the build you were using at the time, i would think that you could source in your backup then apply all of the updates to the database from utils/sql/svn. you probably don't want to try...
Forum:
Support::Windows Servers
01-29-2013, 10:00 AM
Replies:
18
Transfer to new Hard Drive
Views:
23,738
Posted By
c0ncrete
you're the reason i said 'yet'. :)
you're the reason i said 'yet'. :)
Forum:
General::Server Discussion
01-28-2013, 11:27 PM
Replies:
28
Customization Quest
Views:
27,981
Posted By
c0ncrete
nicely written, descriptive announcement. will be...
nicely written, descriptive announcement. will be checking this one out. :)
Forum:
Support::Windows Servers
01-28-2013, 08:16 PM
Replies:
10
Necro pet AA
Views:
10,120
Posted By
c0ncrete
not sure what the issue could be. i was logged in...
not sure what the issue could be. i was logged in to my server with a shadowknight when i saw this post, so i tested it and it worked fine for me. latest build. no custom spells. 32bit windows. SoD...
Forum:
Support::Windows Servers
01-28-2013, 07:44 PM
Replies:
18
Transfer to new Hard Drive
Views:
23,738
Posted By
c0ncrete
have you tried <host>127.0.0.1</host> instead of...
have you tried <host>127.0.0.1</host> instead of localhost yet?
Forum:
Support::Windows Servers
01-28-2013, 07:40 PM
Replies:
25
No server listed on server select (Local Host)
Views:
31,815
Posted By
c0ncrete
i'm going to assume the biggest issue you are...
i'm going to assume the biggest issue you are having is with the private login server.
to use a private login server, do the following:
1) check the box to build the login server when you run...
Forum:
Quests::Custom
01-28-2013, 06:44 PM
Replies:
9
random loot, the easy way
Views:
13,729
Posted By
c0ncrete
intentional complications
using something very close to this to verify that the npc can equip the item in question before the call to $npc->AddItem(). read: no more augfists, yay!
it can be modified for use as an...
Forum:
Quests::Q&A
01-28-2013, 06:03 PM
Replies:
15
Quest Hand-ins Broke all the sudden.
Views:
17,835
Posted By
c0ncrete
i have the latest build and keep up to date with...
i have the latest build and keep up to date with the quest repository. the #bind command works, as do soul binders, as do turn-ins.
do you have the appropriate permissions to use #bind? is your...
Forum:
Support::Windows Servers
01-28-2013, 09:14 AM
Replies:
18
Transfer to new Hard Drive
Views:
23,738
Posted By
c0ncrete
the first thing you want to do is drop to a...
the first thing you want to do is drop to a command line and attempt to connect to your database the same way the server does (host/user/pass) in your configuration.
further explanation of the...
Forum:
Quests::Q&A
01-28-2013, 09:06 AM
Replies:
8
Question about Perl Query via DBI
Views:
9,930
Posted By
c0ncrete
i'm at a loss as to why you wouldn't want to use...
i'm at a loss as to why you wouldn't want to use qglobals, but at the very least, you probably want to keep the connection persistent for the lifetime of the npc. maybe set a timer to where it closes...
Forum:
Support::Windows Servers
01-27-2013, 08:45 PM
Replies:
25
No server listed on server select (Local Host)
Views:
31,815
Posted By
c0ncrete
https://lh3.googleusercontent.com/-vse3sHEg5MQ/UQX...
https://lh3.googleusercontent.com/-vse3sHEg5MQ/UQXJ4GBVZJI/AAAAAAAAADI/1ISmNUBpIuk/s512/foreveropcode.jpg
Forum:
Support::Windows Servers
01-27-2013, 04:34 PM
Replies:
13
exporting spells
Views:
9,864
Posted By
c0ncrete
it looks like you have multiple issues with your...
it looks like you have multiple issues with your perl installation. i would suggest re-installing.
Forum:
Support::Windows Servers
01-27-2013, 03:13 PM
Replies:
13
exporting spells
Views:
9,864
Posted By
c0ncrete
lines 23 and 160 are not related to the emulator....
lines 23 and 160 are not related to the emulator. something is not right with your perl installation.
drop to a command line and do the following and paste the results:
ppm query AutoLoader
Showing results 301 to 325 of 500
Page 13 of 20
«
First
<
3
9
10
11
12
13
14
15
16
17
>
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