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 2 of 20
<
1
2
3
4
5
6
12
>
Last
»
Showing results 26 to 50 of 500
Search took
0.03
seconds; generated 28 minute(s) ago.
Search:
Posts Made By:
c0ncrete
Forum:
Support::General Support
03-30-2018, 08:35 PM
Replies:
11
When will something be done about the flawed SMS system?
Views:
10,730
Posted By
c0ncrete
This sticky...
This sticky (http://www.eqemulator.org/forums/showthread.php?t=36730) covers the reasons why this is a futile effort. It also suggests reasonable work-arounds. Character data can be moved from...
Forum:
Support::General Support
03-30-2018, 04:42 PM
Replies:
14
Vet AAs, shorten reuse ?
Views:
11,362
Posted By
c0ncrete
Missed the question about case and quotations....
Missed the question about case and quotations. It's always best to assume case matters, even if it doesn't. Keywords (SELECT, DROP, etc) in SQL normally aren't case sensitive, but the minute you...
Forum:
Support::General Support
03-30-2018, 04:18 PM
Replies:
14
Vet AAs, shorten reuse ?
Views:
11,362
Posted By
c0ncrete
As long as your queries are in the correct order,...
As long as your queries are in the correct order, you can execute as many statements at once as you want. Doesn't matter if you paste them all into a terminal connection or a GUI or import them from...
Forum:
Support::Windows Servers
03-29-2018, 02:13 AM
Replies:
46
Questnpcs don't work in tutorial or beyond.
Views:
67,308
Posted By
c0ncrete
Looked at your zone logs?
Looked at your zone logs?
Forum:
Support::Windows Servers
03-28-2018, 10:41 AM
Replies:
7
db_version normal ?
Views:
8,938
Posted By
c0ncrete
Yeah, mine says 9122. I also confirmed that that...
Yeah, mine says 9122. I also confirmed that that number is used to try to determine what updates you might need to apply (take a look at the bottom of db_update\db_update_manifest.txt for more info...
Forum:
Support::Windows Servers
03-28-2018, 10:24 AM
Replies:
7
db_version normal ?
Views:
8,938
Posted By
c0ncrete
Mine says the same. MariaDB [peq]> select *...
Mine says the same.
MariaDB [peq]> select * from db_version;
+---------+--------------+
| version | bots_version |
+---------+--------------+
| 9122 | 9018 |...
Forum:
Support::Windows Servers
03-28-2018, 02:05 AM
Replies:
28
Server Up! Yay...but..can't enter world
Views:
20,871
Posted By
c0ncrete
I recently had mine pointed to incorrect tables...
I recently had mine pointed to incorrect tables (loginserver_server_accounts vs tblloginserveraccounts, etc)... Documents?!?
Forum:
Support::Windows Servers
03-28-2018, 01:56 AM
Replies:
22
Server has stopped responding!
Views:
16,659
Posted By
c0ncrete
Local network is more of a mask than a specific...
Local network is more of a mask than a specific IP.
As an aside, you can always lock the server to where only certain accounts can login via the public login server. That way you can get...
Forum:
Support::Windows Servers
03-26-2018, 04:47 PM
Replies:
22
Server has stopped responding!
Views:
16,659
Posted By
c0ncrete
Seeing all sorts of posts about NAT loopback...
Seeing all sorts of posts about NAT loopback issues with that particular device.
NAT Loopback = Hairpin NAT = NAT Reflection
Forum:
Support::Windows Servers
03-26-2018, 03:40 PM
Replies:
22
Server has stopped responding!
Views:
16,659
Posted By
c0ncrete
I was able to use a 32bit login server with 64bit...
I was able to use a 32bit login server with 64bit world/zone/etc to confirm the issues I was having with logging in were fixed with the hairpin NAT configuration. However, the issue was that I'm...
Forum:
Development::Database/World Building
03-26-2018, 01:38 PM
Replies:
3
practical example queries (fully commented)
Views:
10,826
Posted By
c0ncrete
PURPOSE: Export a a list of items made by...
PURPOSE: Export a a list of items made by tradeskills into a CSV file for later use.
NOTE: no (idea what i was typing here...)
SELECT -- SELECT indicates these are the...
Forum:
Development::Database/World Building
03-26-2018, 11:55 AM
Replies:
3
practical example queries (fully commented)
Views:
10,826
Posted By
c0ncrete
PURPOSE: List info for active Proving Ground...
PURPOSE: List info for active Proving Ground spawns (NOT scripted).
NOTE: Use SUM to combine chances to find groups with <> 100% total.
SELECT -- SELECT indicates...
Forum:
Development::Database/World Building
03-26-2018, 11:54 AM
Replies:
3
practical example queries (fully commented)
Views:
10,826
Posted By
c0ncrete
practical example queries (fully commented)
These are the sort of data analysis queries that will be handy to learn to compose when developing custom content.
NOTE: -- indicates a single-line comment (anything after will be ignored by MySQL)...
Forum:
General::Server Discussion
03-25-2018, 09:54 PM
Replies:
5
List of available zones etc.
Views:
10,367
Posted By
c0ncrete
What you see available on PEQ is as about as...
What you see available on PEQ is as about as "official" of a list of currently available live-emulating content that you will find.
Forum:
Support::Windows Servers
03-24-2018, 11:39 PM
Replies:
22
Server has stopped responding!
Views:
16,659
Posted By
c0ncrete
Sorry. Unable to confirm at the moment without a...
Sorry. Unable to confirm at the moment without a complete reinstall of the server. Private login server won't get far enough to generate log files for me right now. Likely has to do with my switch to...
Forum:
Support::Windows Servers
03-24-2018, 09:14 PM
Replies:
22
Server has stopped responding!
Views:
16,659
Posted By
c0ncrete
I had a similar issue and fixed it this way....
I had a similar issue and fixed it this way. Caveat: I have an unusual router at home.
https://en.wikipedia.org/wiki/Hairpinning
applicable mikrotik configuration (x.x.x.x masks public IP)
1...
Forum:
Quests::Custom
03-13-2018, 08:31 AM
Replies:
1
Individually Randomized Stat Scaling Method
Views:
11,362
Posted By
c0ncrete
annnnnd if you put this in your global_npc.pl ...
annnnnd if you put this in your global_npc.pl
*Mob::Blast = sub {
my $self = shift;
$self->SetMana($self->GetMaxMana());
$self->Emote("shimmers slightly.");
};
you can do this...
Forum:
Quests::Custom
03-13-2018, 04:35 AM
Replies:
1
Individually Randomized Stat Scaling Method
Views:
11,362
Posted By
c0ncrete
Individually Randomized Stat Scaling Method
# ============
# aliasing via typeglobs
# https://perldoc.perl.org/perldata.html#Typeglobs-and-Filehandles
*randRange = \*plugin::RandomRange;
# ============
# hash of stuff we want to...
Forum:
Support::Windows Servers
03-10-2018, 03:53 AM
Replies:
5
Windows 10 Setup?
Views:
9,144
Posted By
c0ncrete
Save yourself the headache and stick with the...
Save yourself the headache and stick with the 32-bit build of Perl 5.12.3 for the time being.
I'm pretty sure I was able to get another version to work a long time ago, but a lot has changed since...
Forum:
Support::Windows Servers
03-10-2018, 03:12 AM
Replies:
5
Windows 10 Setup?
Views:
9,144
Posted By
c0ncrete
If you're just looking to get a server running, I...
If you're just looking to get a server running, I would use this installer (https://github.com/EQEmu/Server/wiki/Windows-Server) instead.
I used it for my initial Windows 10 install before setting...
Forum:
Quests::Plugins & Mods
03-07-2018, 06:51 AM
Replies:
2
Perl Modules vs plugins
Views:
36,421
Posted By
c0ncrete
I knew more about all this crap when I wrote it. ...
I knew more about all this crap when I wrote it.
This is an indication of how long ago that was...
package EQEmu::PlayerProfile_Struct;
use strict;
use warnings;
use EQEmu::BlobConvert;...
Forum:
Development::Bots
03-07-2018, 06:38 AM
Replies:
18
Bot healing. Questions about options, control and configurations.
Views:
28,935
Posted By
c0ncrete
I'm getting serious about how to approach this...
I'm getting serious about how to approach this over in another thread (http://www.eqemulator.org/forums/showthread.php?t=41788).
You lucked out and hit three areas I love to screw about with....
Forum:
Quests::Plugins & Mods
03-07-2018, 06:26 AM
Replies:
2
Perl Modules vs plugins
Views:
36,421
Posted By
c0ncrete
... and once you have access to data, you can...
... and once you have access to data, you can build objects to consume it. You can make complex things simple and have code you can reuse anywhere. You can use it in a script that fires from an EVENT...
Forum:
Quests::Plugins & Mods
03-07-2018, 04:37 AM
Replies:
2
Perl Modules vs plugins
Views:
36,421
Posted By
c0ncrete
Perl Modules vs plugins
A Perl module is sort of like a plugin, but is usable from anywhere you use Perl.
I suggest that you check out PPM for ActiveState's Perl distribution or CPAN for others (Strawberry, etc) if you...
Forum:
Development::Bots
03-05-2018, 10:43 PM
Replies:
18
Bot healing. Questions about options, control and configurations.
Views:
28,935
Posted By
c0ncrete
I've made a small patch that allows for easier...
I've made a small patch that allows for easier manipulation of bots via Perl. The patch was applied to source that was up to date at the time of this posting. I've got a lot of other ideas on how to...
Showing results 26 to 50 of 500
Page 2 of 20
<
1
2
3
4
5
6
12
>
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:03 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