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 14
<
1
2
3
4
5
6
12
>
Last
»
Showing results 26 to 50 of 339
Search took
0.02
seconds; generated 49 minute(s) ago.
Search:
Posts Made By:
smogo
Forum:
Development::Tools
10-13-2004, 03:18 AM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
@camaris : might be same pb. Checkout your...
@camaris :
might be same pb. Checkout your output from the world server (world.exe), it will tell if client tries to connect (what i believe, as you get actively kicked)
Forum:
Development::Tools
10-13-2004, 02:42 AM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
@mystic : if you still get the pb, it seems the...
@mystic :
if you still get the pb, it seems the server gets contacted by the client, and kicks it right away because ... something
Now check your logs.world.log file in the EQEMu server...
Forum:
Quests::Q&A
10-12-2004, 09:06 PM
Replies:
2
plugin.pl
Views:
11,714
Posted By
smogo
plugin.pl can be just an empty file in the root...
plugin.pl can be just an empty file in the root EQEMu server directory.
It only should be filled ... when you want to use a specific plugin (that you have to write yourself, basically)
Forum:
OpenEQ::Development
10-09-2004, 12:26 AM
Replies:
3
Debugging malloc/free/realloc implimentation
Views:
12,718
Posted By
smogo
As for finding memory leaks ... best is not to...
As for finding memory leaks ... best is not to have them at all, and use automated garbage collection.
There is a widely used GC by Boehm and al. http://www.hpl.hp.com/personal/Hans_Boehm/gc/
...
Forum:
OpenEQ::Support
09-26-2004, 06:06 AM
Replies:
2
Null mesh texture
Views:
18,256
Posted By
smogo
hmm, you are right, it's a plain s3d zone. ...
hmm, you are right, it's a plain s3d zone.
but it seems openEQ handles them, provided you produce a ground mesh (ter file) from the s3d, and alos you rename the s3d. That's what i guesed though,...
Forum:
OpenEQ::Support
09-26-2004, 04:18 AM
Replies:
2
Null mesh texture
Views:
18,256
Posted By
smogo
Null mesh texture
Hello,
after compiling wld2ter successfully in Windoze, i'm now working on openEq. So just converted arena.s3d to generate a ter file, then renamed .s3d to .eqg (as it's the way i suppose it works...
Forum:
Quests::Q&A
09-25-2004, 10:27 PM
Replies:
3
Idea using Timers and Signals
Views:
15,445
Posted By
smogo
Hmm, not sure what this is meant to do :/ ...
Hmm, not sure what this is meant to do :/
Could you explain more ?
Forum:
Development::Tools
09-23-2004, 06:33 AM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
np. No there's no impossible thing to update,...
np. No there's no impossible thing to update, it's just not scheduled yet ;)
Forum:
Development::Tools
09-23-2004, 06:15 AM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
hmm, i'm not sure about the 'defunct' world. i...
hmm, i'm not sure about the 'defunct' world. i admit it's getting old, and does not speak loud, but it can still be used afaik. Technical reasons prevent me from really working on it at the moment...
Forum:
Archive::Development
09-21-2004, 09:34 AM
Replies:
17
OpenEQ Loginserver
Views:
41,354
Posted By
smogo
Prolly means their status is high enough to login...
Prolly means their status is high enough to login through console.
LS does not interfere with console login.
Forum:
Archive::Quests
09-21-2004, 06:57 AM
Replies:
8
$race related
Views:
19,109
Posted By
smogo
and preferably use "aaa" eq $race for string...
and preferably use "aaa" eq $race for string compare (eq is better than ==)
Forum:
Archive::Development
09-21-2004, 03:35 AM
Replies:
17
OpenEQ Loginserver
Views:
41,354
Posted By
smogo
hmm, that's a bit too high quality as for the...
hmm, that's a bit too high quality as for the service i've been trying to setup. :oops: :)
Actually i don't handle step 3.3, rather just paste a 1 response packet (always tell world accepts,...
Forum:
Archive::Server Discussion
09-20-2004, 07:17 AM
Replies:
19
World of Alkora (aka EQA)
Views:
15,486
Posted By
smogo
Land is (usually) bound to 3 dimensions. Well,...
Land is (usually) bound to 3 dimensions. Well, ask people who've been to a foreign country. Many of them didn't get same feeling, and don't 'know' the same things when they are back. Just because...
Forum:
Archive::Windows Servers
09-15-2004, 04:54 AM
Replies:
5
5.8 and EVENT_ITEM
Views:
8,576
Posted By
smogo
hmm, that would mean something is broken in...
hmm, that would mean something is broken in perl->eval() ?
As this is where itemcount is built (and it's pure perl processing)
string hashname = packagename + std::string("::itemcount"); ...
Forum:
Archive::General Support
09-15-2004, 04:42 AM
Replies:
7
Running more then one server
Views:
6,276
Posted By
smogo
There is now known bytes in the LS-client...
There is now known bytes in the LS-client communication where port is sent. i assume it is hardcoded in the client
Forum:
Archive::Development
09-15-2004, 04:40 AM
Replies:
17
OpenEQ Loginserver
Views:
41,354
Posted By
smogo
this is what LS sends to world...
this is what LS sends to world (ServerOP_LSClientAuth opode) :
struct ServerLSClientAuth {
int32 lsaccount_id; // ID# in login server's db
char name[30]; // username in login server's db...
Forum:
Archive::General Support
09-15-2004, 04:20 AM
Replies:
7
Running more then one server
Views:
6,276
Posted By
smogo
afaik it is in client, so no more than one server...
afaik it is in client, so no more than one server per ip :/
Forum:
Archive::Development
09-15-2004, 04:14 AM
Replies:
17
OpenEQ Loginserver
Views:
41,354
Posted By
smogo
afaik, after LS send usertoword to the...
afaik, after LS send usertoword to the worldserver, nothing more happens between LS and world.
It only is a premliminary to client contacting the world, with the id and key that were sent in LS ->...
Forum:
Archive::Development
09-14-2004, 02:29 PM
Replies:
9
EqEmu UML Diagram??
Views:
22,908
Posted By
smogo
you're right aabout the silly things hurry and...
you're right aabout the silly things hurry and pressure makes us do, daeken.
Do you suggest EQEQmu needs it's own client ? :p
Forum:
Development::Tools
09-14-2004, 02:20 PM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
Forgot to add (and did not include in the zip) ...
Forgot to add (and did not include in the zip)
Regular version requires database with the followin tables :
-- MySQL dump 9.08
--
-- Host: localhost Database: login...
Forum:
Archive::Server Discussion
09-14-2004, 02:06 PM
Replies:
8
Evertorn update
Views:
5,119
Posted By
smogo
release times ... Get one there :...
release times ...
Get one there : http://www.eqemulator.net/forums/viewtopic.php?t=17232
Forum:
Development::Tools
09-14-2004, 02:05 PM
Replies:
57
0.5.7 Minilogin, and LS release
Views:
77,411
Posted By
smogo
0.5.7 Minilogin, and LS release
Lot'sa people talking about LS and the stuff ... i've been working on a LS / minilogin for a while, so here it is. Many thanks to those who helped, both with information, sidework, and testing.
...
Forum:
Archive::Tools
09-14-2004, 08:37 AM
Replies:
4
OpenEQ News
Views:
24,116
Posted By
smogo
Is there a link where to read about recent...
Is there a link where to read about recent changes / updates to openEQ (btw liked FreakU name, but nm)
A dedicated site is additional work, esp. if meant to be relevant and up to date, but ......
Forum:
Archive::Development
09-14-2004, 06:01 AM
Replies:
9
EqEmu UML Diagram??
Views:
22,908
Posted By
smogo
The fact that such UML diagram is a challenge...
The fact that such UML diagram is a challenge both for making and using, reveals that EQEMu software is much like a piece of junk
It's very hard to rework engine in depth, and has led to poor AI...
Forum:
General::News
09-13-2004, 07:17 AM
Replies:
27
5.8 Released!
Views:
32,312
Posted By
smogo
looks like pretty much additions / improvements....
looks like pretty much additions / improvements. Great job ! :)
Showing results 26 to 50 of 339
Page 2 of 14
<
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
07:05 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3