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 5 of 7
<
1
2
3
4
5
6
7
>
Showing results 101 to 125 of 163
Search took
0.01
seconds; generated 26 minute(s) ago.
Search:
Posts Made By:
Zothen
Forum:
Support::Windows Servers
05-06-2011, 02:49 AM
Replies:
7
Table 'tellque' missing
Views:
12,594
Posted By
Zothen
Table 'tellque' missing
Got a world error this morning, when tell-chatting with a buddy of mine. The world window reports "[...] peq.tellque doesnt exist." and it is actually right. There is no such table, but in the source...
Forum:
Development::Server Code Submissions
05-06-2011, 01:50 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
WOOT! Grats! :)
WOOT! Grats! :)
Forum:
Spell Support
05-05-2011, 12:52 PM
Replies:
16
NPCs, that don't cast spells #2
Views:
20,956
Posted By
Zothen
I havent generated a script yet, I entered an...
I havent generated a script yet, I entered an update for every class directly into a query window.
lets take shaman again for example:
update npc_types set npc_spells_id=6 where (class=10 or...
Forum:
Development::Server Code Submissions
05-05-2011, 09:54 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
Aye, thats the error I encountered last time, but...
Aye, thats the error I encountered last time, but for me it doesnt crash, it actually recovers now.
Forum:
Support::Windows Servers
05-05-2011, 05:53 AM
Replies:
2
Tutorial vs. Crescent Reach
Views:
7,901
Posted By
Zothen
I think the entry is OBJ_CAVE_ENTRY_DARK, but I...
I think the entry is OBJ_CAVE_ENTRY_DARK, but I dont see how I can fix this error there. Cause the misbehavior of the exit is character start zone related, not depending on the client.
Forum:
Support::Windows Servers
05-05-2011, 05:28 AM
Replies:
2
Tutorial vs. Crescent Reach
Views:
7,901
Posted By
Zothen
Tutorial vs. Crescent Reach
Normally, you could leave the tutorial zone by clicking the cave entrance behind the waterfall, but for some reason that doesnt work when your startzone is Crescent Reach. In that case, you get...
Forum:
Spell Support
05-05-2011, 04:55 AM
Replies:
16
NPCs, that don't cast spells #2
Views:
20,956
Posted By
Zothen
This really sounds promising! Assigned all npcs...
This really sounds promising! Assigned all npcs of caster classes that hadnt have a spell_id the appropriate default spell list, including guildmasters... I am really curious how this will change the...
Forum:
Development::Server Code Submissions
05-05-2011, 02:34 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
I analyzed the UCS code a bit further and I am...
I analyzed the UCS code a bit further and I am now 99.99% ;) sure that my fix is the way it is supposed to be.
When the function dbcore::RunQuery() results in a connection/database error, it is...
Forum:
Spell Support
05-05-2011, 01:59 AM
Replies:
16
NPCs, that don't cast spells #2
Views:
20,956
Posted By
Zothen
Well, that would make the behavior of caster...
Well, that would make the behavior of caster guildmasters more realistic then. A matter of taste.
Forum:
Development::Server Code Submissions
05-04-2011, 03:52 PM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
My UCS is running in visual studio debug mode all...
My UCS is running in visual studio debug mode all of the time. Got a database error actually today, but no crash.
Forum:
Development::Server Code Submissions
05-04-2011, 02:40 PM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
Were any players on during that time?
Were any players on during that time?
Forum:
Development::Feature Requests
05-04-2011, 09:09 AM
Replies:
12
MaxChars variable in database
Views:
20,761
Posted By
Zothen
Handle yes, display no. ;)
Handle yes, display no. ;)
Forum:
Development::Feature Requests
05-04-2011, 07:27 AM
Replies:
12
MaxChars variable in database
Views:
20,761
Posted By
Zothen
Since the Titanium client doesnt own a listbox...
Since the Titanium client doesnt own a listbox for character selection, a iMaxChars > 8 wouldnt make sense.
As for SoF+ clients, it should work. But youre right, tests need to be done on that. ...
Forum:
Spell Support
05-04-2011, 05:42 AM
Replies:
16
NPCs, that don't cast spells #2
Views:
20,956
Posted By
Zothen
It seems so, cause your link opens the avatar...
It seems so, cause your link opens the avatar window, but doesnt offer any option to change it to me.
In the CP, I dont even see an edit avatar option. No biggie, but unusual compared to other...
Forum:
Development::Feature Requests
05-04-2011, 05:29 AM
Replies:
12
MaxChars variable in database
Views:
20,761
Posted By
Zothen
Too bad about one account multi-boxing ;) Would...
Too bad about one account multi-boxing ;) Would be very handy if it worked...
Your idea about the char limit sounds good and would only take the following changes:
Global
#define...
Forum:
Spell Support
05-04-2011, 04:11 AM
Replies:
16
NPCs, that don't cast spells #2
Views:
20,956
Posted By
Zothen
Okay, so now I assigned those level 5-7 oracles...
Okay, so now I assigned those level 5-7 oracles the shaman spell list, they won't cast spells above their level, will they?
Btw, I searched for a way to upload my avatar, but havent found an...
Forum:
Development::Server Code Submissions
05-04-2011, 02:19 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
I guess youre right regarding the return false....
I guess youre right regarding the return false. With my quick and dirty fix you may not get any database error messages again (some may think thats a good thing though LOL).
But on the other hand...
Forum:
Development::Feature Requests
05-04-2011, 02:07 AM
Replies:
12
MaxChars variable in database
Views:
20,761
Posted By
Zothen
You could bind as many chars to your accountid as...
You could bind as many chars to your accountid as you wish, but as long as the server only sends the first 8 (10) to the client, you wont see the others in char select.
As for the benefit of...
Forum:
Development::Server Code Submissions
05-03-2011, 06:30 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
Sure thing, happy to contribute to this project.
Sure thing, happy to contribute to this project.
Forum:
Development::Feature Requests
05-03-2011, 06:03 AM
Replies:
12
MaxChars variable in database
Views:
20,761
Posted By
Zothen
MaxChars variable in database
Since it is possible to change the number of max chars per server in the sourcecode-at least working with SOF+ clients- it would be great if there was a database rule variable for that, so we don't...
Forum:
Development::Server Code Submissions
05-03-2011, 05:59 AM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,169
Posted By
Zothen
COMMITTED: UCS crash fix
Okay, I think it makes sense to post my fix here, since my UCS isnt crashing anymore.
Forum:
Support::Windows Servers
05-03-2011, 04:18 AM
Replies:
6
1711_account_restricted_aa.sql
Views:
7,311
Posted By
Zothen
That seems to be a common problem... From my...
That seems to be a common problem...
From my limited experience it could be...
1. client / port issue ( titanium -> 5998, sof+ -> 5999 )
2. Missing address/localaddress part in...
Forum:
Support::Windows Servers
05-03-2011, 02:06 AM
Replies:
6
1711_account_restricted_aa.sql
Views:
7,311
Posted By
Zothen
First of all, I am using EQEmuLoginServer instead...
First of all, I am using EQEmuLoginServer instead of MiniLogin, so I cant say if theres anything wrong with your ML config.
1. From the log I would assume that world.exe isnt able to find...
Forum:
Support::Windows Servers
05-02-2011, 07:15 AM
Replies:
8
Universal Chat crashing...
Views:
8,043
Posted By
Zothen
I think I found the bug in UCS that is causing...
I think I found the bug in UCS that is causing this crash.
Debugging showed up a halt in DBCore::Open() after a call of mysql_real_connect() using an uninitialized mysql struct.
The struct...
Forum:
Support::Windows Servers
05-01-2011, 10:36 AM
Replies:
1
Username/PW issues w/ EQ client
Views:
6,689
Posted By
Zothen
The EQLoginServer message "Client disconnected...
The EQLoginServer message "Client disconnected from the server..." is absolute normal, even if the login is successful, so dont worry about that.
Reading your post, I get the feeling youre mixing...
Showing results 101 to 125 of 163
Page 5 of 7
<
1
2
3
4
5
6
7
>
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
06:06 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