Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump
   

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