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 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
Last
»
Showing results 176 to 200 of 500
Search took
0.08
seconds; generated 104 minute(s) ago.
Search:
Posts Made By:
Uleat
Forum:
Support::Windows Servers
08-29-2019, 09:28 PM
Replies:
9
Severe Server Lag
Views:
7,611
Posted By
Uleat
Glad you got that worked out! :D ...
Glad you got that worked out! :D
Trouble-shooting issues like this is extremely difficult due to that very reason.
There are tons of variables to consider and usually very little access to...
Forum:
Development::Bots
08-28-2019, 10:08 PM
Replies:
5
Account based Bots creation/sharing
Views:
18,839
Posted By
Uleat
I don't believe that our current merc...
I don't believe that our current merc implementation allows for equipment upgrading. That came in a later expansion.
I had an idea of basing bots off of the account..but, then each bot would have...
Forum:
Support::General Support
08-28-2019, 05:46 PM
Replies:
7
Help with code to remove a list of loot drops.
Views:
10,711
Posted By
Uleat
DELETE FROM `lootdrop_entries` WHERE `item_id`...
DELETE FROM `lootdrop_entries`
WHERE `item_id` IN (
SELECT `id` FROM `items` WHERE `Name` LIKE 'Ornate Defiant%'
);
With something like that, you can tailor the inner query to your desires...
Forum:
Development::Development
08-28-2019, 01:50 AM
Replies:
4
Advnpcspawn maketype error
Views:
11,729
Posted By
Uleat
I know there have been issues like this before in...
I know there have been issues like this before in regards to string formatting.
The only thing I can think to try are these two changes:
query = StringFormat(
"INSERT INTO npc_types (...
Forum:
Support::Windows Servers
08-27-2019, 09:59 PM
Replies:
9
Severe Server Lag
Views:
7,611
Posted By
Uleat
Try this... After updating your binaries,...
Try this...
After updating your binaries, download the dlls again.
I ran across an issue using vcpkg that is probably reverting the current zlib1.dll.
It's hard to piece together exactly...
Forum:
Support::General Support
08-27-2019, 07:44 PM
Replies:
7
Help with code to remove a list of loot drops.
Views:
10,711
Posted By
Uleat
You can even put another query inside the where...
You can even put another query inside the where clause parentheses :)
Just make sure the query returns a list of single field results.
Forum:
Development::Bots
08-27-2019, 01:43 AM
Replies:
5
Adding ^petremove command for other bots with pets
Views:
19,841
Posted By
Uleat
Not sure what you mean by
Not sure what you mean by
Forum:
Development::Bots
08-27-2019, 01:37 AM
Replies:
5
Account based Bots creation/sharing
Views:
18,839
Posted By
Uleat
Bots do not have xp nor a 'level' of their own....
Bots do not have xp nor a 'level' of their own. (The database entry is not used...)
They always spawn as their owner's level.
Another thing to consider is the level requirement of gear .. that...
Forum:
Support::Windows Servers
08-26-2019, 12:36 AM
Replies:
9
Severe Server Lag
Views:
7,611
Posted By
Uleat
I'm not really sure what's going on there... ...
I'm not really sure what's going on there...
A couple of the devs figured out what the problem was and corrected it some time ago.
The latest changes in the installer setup should have...
Forum:
Support::Windows Servers
08-25-2019, 11:12 PM
Replies:
9
Severe Server Lag
Views:
7,611
Posted By
Uleat
Hmm... Not quite what I was looking for. ...
Hmm... Not quite what I was looking for.
Try the size. It should be a 496KB file.
Forum:
Support::Windows Servers
08-25-2019, 10:58 PM
Replies:
9
Severe Server Lag
Views:
7,611
Posted By
Uleat
Can you check and report the date-stamp on your...
Can you check and report the date-stamp on your zlib1.dll file in your server's main directory?
Forum:
Quests::Q&A
08-25-2019, 01:18 PM
Replies:
12
.pl scripts not working in North Ro
Views:
15,708
Posted By
Uleat
I'm not sure what's going on there... I...
I'm not sure what's going on there...
I tested all of the perl scripts in my local quests folder and they all worked for me.
Forum:
Quests::Q&A
08-25-2019, 01:03 AM
Replies:
12
.pl scripts not working in North Ro
Views:
15,708
Posted By
Uleat
Yeah, I didn't ask that... If a lua and perl...
Yeah, I didn't ask that...
If a lua and perl file both exist for any given file name, the lua always takes precedence.
Forum:
Support::Windows Servers
08-25-2019, 01:00 AM
Replies:
4
Running server with no Ethernet connection
Views:
6,644
Posted By
Uleat
You can either install a 'loopback' driver for...
You can either install a 'loopback' driver for that address - which will need to be removed before connecting back to your router..
..or, you can simply make copies of your eqemu_config.json and...
Forum:
Quests::Q&A
08-24-2019, 07:28 PM
Replies:
12
.pl scripts not working in North Ro
Views:
15,708
Posted By
Uleat
Are you in the correct zone for the folder you're...
Are you in the correct zone for the folder you're using? (i.e., nro vs northro)
Forum:
Quests::LUA
08-24-2019, 07:24 PM
Replies:
2
get account status?
Views:
31,258
Posted By
Uleat
Try client:Admin(); -- int
Try client:Admin(); -- int
Forum:
Development::Development
08-18-2019, 07:39 PM
Replies:
4
Why is the boat icy?
Views:
12,357
Posted By
Uleat
Definitely a client-side issue. They never...
Definitely a client-side issue.
They never fixed boats after directx was updated to 9.0 and you're probably seeing artifacts between a dx8 boat and dx9 drivers.
Forum:
Support::General Support
08-18-2019, 04:11 PM
Replies:
15
Return to login screen after hitting enter world
Views:
15,583
Posted By
Uleat
I don't have any experience with the EQ.ini...
I don't have any experience with the EQ.ini issue...
Do you have any examples of the item links that are failing?
Do they fail only in certain chat channels?
Forum:
General::General Discussion
08-16-2019, 08:31 PM
Replies:
1
Things I would LOVE To see in an emulation server
Views:
9,331
Posted By
Uleat
Please do not repost on multiple threads.
Please do not repost on multiple threads.
Forum:
Development::Feature Requests
08-16-2019, 08:31 PM
Replies:
1
Features I would LOVE to see on an emulation server.
Views:
37,205
Posted By
Uleat
Please do not repost on multiple threads.
Please do not repost on multiple threads.
Forum:
General::News
08-16-2019, 06:59 PM
Replies:
3
Installer 'Stable' Windows Binaries Have Been Updated
Views:
394,451
Posted By
Uleat
It still works without the db entry. You...
It still works without the db entry.
You just can't alias it or change it's hard-coded (default) status requirement.
Forum:
Support::General Support
08-16-2019, 12:43 AM
Replies:
4
Respawn from Hover and Rez.
Views:
7,040
Posted By
Uleat
I posted on peq forums about this..but, if you're...
I posted on peq forums about this..but, if you're not respawning and the rez doesn't work...
This could be the other side of that equation.
for ref:
...
Forum:
General::News
08-15-2019, 10:30 PM
Replies:
3
Installer 'Stable' Windows Binaries Have Been Updated
Views:
394,451
Posted By
Uleat
Installer 'Stable' Windows Binaries Have Been Updated
The installer 'stable' windows binaries have been updated to the latest code changes as of this posting.
PLEASE ensure that you update your dll files to get the most recent fixes in the zlib...
Forum:
General::News
08-12-2019, 09:21 PM
Replies:
0
Windows Server Compile Errors
Views:
172,687
Posted By
Uleat
Windows Server Compile Errors
For anyone using Visual Studio 2017 or 2019, please update your compiler software.
Recent changes in our code have activated certain code in the Standard Libraries that can cause compile failures...
Forum:
Support::Windows Servers
08-10-2019, 07:09 PM
Replies:
21
What am I doing wrong?
Views:
29,734
Posted By
Uleat
I apologize if I confused you about the two...
I apologize if I confused you about the two database entries.
I was referring to the "database" and "qsdatabase" tags.
Their addresses ("host") should be localhost. Your original posting had...
Showing results 176 to 200 of 500
Page 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
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
02:51 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