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...
Showing results 1 to 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
Techungry
Forum:
Support::Windows Servers
02-27-2019, 03:03 PM
Replies:
13
Akkadius Server Install LAN Login
Views:
9,967
Posted By
Techungry
From...
From http://wiki.eqemulator.org/p?Frequently_Asked_Questions
My server loads up and I can log in from my LAN, but everyone outside of my network gets disconnected when they try to connect to the...
Forum:
Support::Windows Servers
02-26-2019, 03:47 PM
Replies:
541
Sticky:
Windows Server Installer :: Modular & Scripted
Views:
1,160,811
Posted By
Techungry
Server looks up to me :). I think the part your...
Server looks up to me :). I think the part your missing is the login server. By default the install will register your server with the public EQEmu login server which without internet your client...
Forum:
General::Server Discussion
02-23-2019, 02:22 PM
Replies:
149
Updated Solo Server Package
Views:
268,594
Posted By
Techungry
It would be done in place of the related...
It would be done in place of the related adjustments in the original script. In other words, the adjustment would be to the default out of the box table values. I am actually still tuning it a bit....
Forum:
General::Server Discussion
02-16-2019, 10:35 PM
Replies:
149
Updated Solo Server Package
Views:
268,594
Posted By
Techungry
One of the items in the script lengthens...
One of the items in the script lengthens drastically the spawn times to 30 minutes. Restore your DB table and comment out this line before running the script again.
UPDATE spawn2 SET...
Forum:
Quests::Plugins & Mods
02-08-2019, 09:54 PM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
138,195
Posted By
Techungry
Ok, spell_scale from the npc_scale_global_base is...
Ok, spell_scale from the npc_scale_global_base is it is definitely not being applied when the NPC's spellscale and healscale are 0. For now i will work around it by updating the npc_types table...
Forum:
Quests::Plugins & Mods
02-08-2019, 06:58 PM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
138,195
Posted By
Techungry
Yes I am very familiar with it, thanks. That was...
Yes I am very familiar with it, thanks. That was actually very helpful once I found it, but the behavior seems to be different from described. I suspect its specific to procs or the lifetap for this...
Forum:
Quests::Plugins & Mods
02-08-2019, 05:20 PM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
138,195
Posted By
Techungry
It seems that editing the values on the NPC...
It seems that editing the values on the NPC itself in the npc_types table works for scaling the proc, but setting the spell_scale and heal_scale to 0 does not result in the npc_scale_global_base...
Forum:
Quests::Plugins & Mods
02-08-2019, 11:22 AM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
138,195
Posted By
Techungry
Thanks Splose. Does it also affect procs? I...
Thanks Splose. Does it also affect procs? I tested with #Korucust in chardokb. He has a 1600 dmg life tap proc. It seemed he was classified as a type '1' NPC based on that was the type he inherited...
Forum:
Quests::Plugins & Mods
02-07-2019, 11:14 PM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
138,195
Posted By
Techungry
Hi. I first wanted to thank you for coming up...
Hi. I first wanted to thank you for coming up with such an awesome approach to scaling. I am using it to setup a solo tuned server for my family and friends and have been playing with it for a bit....
Forum:
General::Server Discussion
02-07-2019, 12:39 PM
Replies:
149
Updated Solo Server Package
Views:
268,594
Posted By
Techungry
First I want to thank you for the scripts as this...
First I want to thank you for the scripts as this has made a fairly entertaining solo server for me and my friends so far. Curious if you developed any approaches to scaling down NPC spells? These...
Forum:
Support::Windows Servers
02-01-2019, 06:32 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Minor correction for anyone that sees this in the...
Minor correction for anyone that sees this in the future. The entire string of SOE.EQ+servername+character name read in by UCS at login needs to be less than 64 characters or crash happens. For...
Forum:
Support::Windows Servers
02-01-2019, 02:38 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Agreed, that is exactly what I did but there is...
Agreed, that is exactly what I did but there is still a bug here. It should not crash and burn if the shortname is too long. It should handle it gracefully :). Personally I had no idea there was any...
Forum:
Support::Windows Servers
02-01-2019, 02:26 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Finally working! I used my public DNS hostname in...
Finally working! I used my public DNS hostname in eqemu_config.json for the mail and chat servers, and placed that in the clients host file with the local lan IP of server for the client that was...
Forum:
Support::Windows Servers
02-01-2019, 02:04 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Looking much better after shortening the server...
Looking much better after shortening the server shortname. And it did reset the UI, but no big deal. Now I just have an IP mismatch issue I believe because I tested from a client on the local lan. DB...
Forum:
Support::Windows Servers
02-01-2019, 01:44 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
I think I got the issue, the line 604 in...
I think I got the issue, the line 604 in ucs/clientlist.cpp declares char MailBox[64]; The value attempted to put into that string is "SOE.EQ.!The King's Lair (Solo Tuned EQEmu Server).Pokay" which...
Forum:
Support::Windows Servers
02-01-2019, 01:29 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
It happens with multiple characters, from...
It happens with multiple characters, from different accounts.
Also, World.exe seems to get it right:
[02-01-2019 :: 11:06:08] [MySQL Query] SELECT `id`, `account_id`, `zone_id`,...
Forum:
Support::Windows Servers
02-01-2019, 12:53 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
The actual characters name is "Pokay" in the...
The actual characters name is "Pokay" in the database. It's read incorrectly before it ever gets to VerifyMailKey as you can see from:
[02-01-2019 :: 11:06:08] [UCS Server] Received login for user...
Forum:
Support::Windows Servers
02-01-2019, 11:59 AM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
No joy on those changes to the json loginserver...
No joy on those changes to the json loginserver section resolving my issue. Still having UCS crashes. It seems to fail before or at the point of checking the key with the DB specifically in the...
Forum:
Support::Windows Servers
01-31-2019, 07:35 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Ok, I have now pulled both the latest and stable...
Ok, I have now pulled both the latest and stable binaries using Akka's installer with the same results. I even tried running the ROF client on the server itself. I am convinced it's not me. Has...
Forum:
Support::Windows Servers
01-29-2019, 01:49 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Thanks, very helpful info on how to enable the...
Thanks, very helpful info on how to enable the logging to be higher, although I did get strange behavior related to it. I set the UCS level to 3 for console and logging and that that point I got more...
Forum:
Support::Windows Servers
01-28-2019, 08:15 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
That seemed to have an effect, and I don't see...
That seemed to have an effect, and I don't see exceptions in the log any longer, but UCS still doesn't appear to actually do anything after this:
[01-28-2019 :: 16:30:49] [UCS Server] Loaded...
Forum:
Support::Windows Servers
01-28-2019, 07:56 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
Thanks both! I just copied the Emu folder and did...
Thanks both! I just copied the Emu folder and did a binary update of both the server binaries and the dlls. Ill see what that does for me. There was for sure different versions pulled down than what...
Forum:
Support::Windows Servers
01-28-2019, 03:09 PM
Replies:
24
UCS.exe crashes, and how to update binaries to most recent
Views:
11,846
Posted By
Techungry
UCS.exe crashes, and how to update binaries to most recent
Hi everyone. I recently setup my first server using the Window's installer, and everything is generally working well with one exception. From the client I am getting errors about being unable to...
Forum:
Support::General Support
01-21-2019, 06:44 PM
Replies:
2
ROF client issues
Views:
3,982
Posted By
Techungry
I noticed that if you disable "Use Advanced...
I noticed that if you disable "Use Advanced Lighting" in Display Advanced Options it seems to help. At least for West Karana it completely resolved the fog issue.
Forum:
Support::General Support
01-21-2019, 04:12 PM
Replies:
2
ROF client issues
Views:
3,982
Posted By
Techungry
I am seeing this too. Any luck?
I am seeing this too. Any luck?
Showing results 1 to 25 of 25
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
04:08 PM
.
-- 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3