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 1 of 3
1
2
3
>
Showing results 1 to 25 of 53
Search took
0.00
seconds.
Search:
Posts Made By:
Dakaar
Forum:
Development::Development
10-08-2005, 08:37 PM
Replies:
2
6.2 bugfix: Special Attacks on pvp servers!
Views:
6,215
Posted By
Dakaar
Simpler solution I ended up going with : in...
Simpler solution I ended up going with :
in mob.cpp
void Mob::CreateSpawnPacket(EQZonePacket* app, Mob* ForWho) {
app->SetOpcode(OP_NewSpawn);
app->size = sizeof(NewSpawn_Struct);...
Forum:
Development::Development
10-08-2005, 08:21 PM
Replies:
2
6.2 bugfix: Special Attacks on pvp servers!
Views:
6,215
Posted By
Dakaar
6.2 bugfix: Special Attacks on pvp servers!
Hey folks, I started a thread in the support forum but I solved my own problem..... sooo here goes =P
The client does not send a special attack packet if the client does not see that it can attack...
Forum:
Development::Development
10-08-2005, 07:36 PM
Replies:
0
6.2 bugfix: SetHideMe db entry correction.
Views:
5,340
Posted By
Dakaar
6.2 bugfix: SetHideMe db entry correction.
On my server, i have given rogues a sort of hideme type ability that lasts untill they attack, break stealth or zone. As a sort of failsafe, I had my server SetHideMe(false); whenever a character...
Forum:
Support::General Support
10-08-2005, 05:47 PM
Replies:
1
Kick bash etc in pvp not working? (6.2-DR1)
Views:
3,544
Posted By
Dakaar
Fixed: the current way of setting pvp on in the...
Fixed: the current way of setting pvp on in the variables table leaves everyone with a 'blue name' and ergo not overtly pvp flagged as far as the client can see. Thus when you try kicking,etc the...
Forum:
Development::Development
10-08-2005, 01:37 PM
Replies:
0
6.2 Bug: Spell effects not showing up on client after zone. Lets get this one killed.
Views:
4,610
Posted By
Dakaar
6.2 Bug: Spell effects not showing up on client after zone. Lets get this one killed.
Okay, after talking to some PEQ players, its not just my server where the client does not properly show buffs on zone-in. The buffs are obviously still there as if you for example cast a damage...
Forum:
Support::General Support
10-08-2005, 08:37 AM
Replies:
1
Kick bash etc in pvp not working? (6.2-DR1)
Views:
3,544
Posted By
Dakaar
Kick bash etc in pvp not working? (6.2-DR1)
Anyone else have this problem on thier 6.2 server? I noticed they worked on PEQ, soo im kinda clueless as to whats wrong with mine. Im running mostly stock CVS and I dont think ive modified anything...
Forum:
Support::General Support
10-04-2005, 05:51 AM
Replies:
0
Help me figure out why my gate necklace isnt working =P
Views:
3,251
Posted By
Dakaar
Help me figure out why my gate necklace isnt working =P
Hey all. I have a necklace that is given to characters on my server, its got a few stats and has the effect: ro gate. This casts, but never finishes and you have to duck to interrupt yourself.
its...
Forum:
General::Server Discussion
10-04-2005, 05:21 AM
Replies:
16
FoH Hardcore PVP(legit)
Views:
10,154
Posted By
Dakaar
Nod. No If i ever added kunark id simply be...
Nod. No If i ever added kunark id simply be adding the more popular dungeons full of gear, those outdoor zones are waaaaaaaay tooo biggg
Forum:
General::Server Discussion
10-03-2005, 01:57 PM
Replies:
16
FoH Hardcore PVP(legit)
Views:
10,154
Posted By
Dakaar
I have quite a nice host with a ton of unmetered...
I have quite a nice host with a ton of unmetered bandwidth and plenty of system resources. The server feels a little rough around the edges now because I figure the best way to figure out whats wrong...
Forum:
General::Server Discussion
10-03-2005, 12:17 PM
Replies:
16
FoH Hardcore PVP(legit)
Views:
10,154
Posted By
Dakaar
The problem on most of the guildwars/pvp point...
The problem on most of the guildwars/pvp point style games/eqemu servers ive played is that once a guild gets everything that points can buy, it becomes boring for them, and also theyre damn near...
Forum:
Support::General Support
10-01-2005, 09:26 AM
Replies:
0
Serverwide OOC?
Views:
2,948
Posted By
Dakaar
Serverwide OOC?
From what i understand this is already enabled, but my server doesnt seem to have it, is there a variable I can change/etc to allow serverwide chat, or do I need to change code?
Forum:
General::Server Discussion
10-01-2005, 09:08 AM
Replies:
16
FoH Hardcore PVP(legit)
Views:
10,154
Posted By
Dakaar
FoH Hardcore PVP(legit) (6.2DR1)
Hey folks. Id just like to make a post about my server I'm running now that everything is stable and hosted properly on a sweet fat pipe =P
First off, i/we are flowers of happiness...
Forum:
Development::Development
09-30-2005, 06:44 AM
Replies:
6
fix windows cvs compile
Views:
4,750
Posted By
Dakaar
This is offtopic, but what do you guys use to...
This is offtopic, but what do you guys use to keep your zones up after they go down? Seems 3 hours later ill log in and all my zones are down and my world is up =Z
Forum:
Development::Development
09-29-2005, 08:06 PM
Replies:
6
fix windows cvs compile
Views:
4,750
Posted By
Dakaar
with the absolute newest code, my zone was...
with the absolute newest code, my zone was crashing on SQL requests, which doesnt seem to make much sense. Im in the process of reloading from 9/25 or so and seeing if it still works =P
Forum:
Development::Development
09-29-2005, 02:05 PM
Replies:
6
fix windows cvs compile
Views:
4,750
Posted By
Dakaar
Are you running the 9/28 version? Are you able to...
Are you running the 9/28 version? Are you able to connect to zones? I upgraded my version and my server stopped working >_<.
Players timeout on zoning in
ran a gdb and its crashing on a SQL...
Forum:
Development::Development
09-26-2005, 10:10 PM
Replies:
0
Code snippet: Make seperator.h stop crashing!
Views:
3,773
Posted By
Dakaar
Code snippet: Make seperator.h stop crashing!
http://rafb.net/paste/results/XlXij868.html
Im not sure if message should be deleted or its pointer is used later, and I believe it should be free()'d instead if you wanan get technical.
This...
Forum:
Support::General Support
09-25-2005, 06:40 PM
Replies:
18
Catching Mob Crash?
Views:
7,878
Posted By
Dakaar
What pet spell are you casting when you do that?...
What pet spell are you casting when you do that? does it happen on all of them? Id go see if that pet is defined and etc
Forum:
Support::General Support
09-25-2005, 12:51 PM
Replies:
0
EQStreamType.h
Views:
3,053
Posted By
Dakaar
EQStreamType.h
I patched my version to CVS tonight and am sure only non conflicting changes exist( to all of 3-4 files) but, I get errors about EQStreamType.h with the newest CVS and the file does not seem to be on...
Forum:
Development::Development
09-25-2005, 10:38 AM
Replies:
0
Code Snippet for bard instrument modifier:
Views:
4,142
Posted By
Dakaar
Code Snippet for bard instrument modifier:
http://phpfi.com/79845
This gets called whenever the spell calculating functions have access to the caster, and works in any situation ive tested sofar.
it returns a 10 (1.0 multiplier) if you...
Forum:
Support::Linux Servers
09-25-2005, 02:21 AM
Replies:
7
Strange zone crash in fedora 8( (double free)
Views:
4,909
Posted By
Dakaar
Fixed, when passing arguments to Seperator(which...
Fixed, when passing arguments to Seperator(which does not properly deconstruct right etc otherwise) change the values to 202,2000 for arguments and arglen instead of 100,200
Forum:
Support::Linux Servers
09-24-2005, 02:57 PM
Replies:
2
Trace post of my spell loading crash, why is spell_us loaded twice? is this normal?
Views:
5,375
Posted By
Dakaar
Fixed! Seperator sep and int y = 0 are redefined...
Fixed! Seperator sep and int y = 0 are redefined every step of the loot.
Declare y in the beginning of the function and seperator sep must become a pointer!
edit: i get a fault with my delete ,...
Forum:
Support::Linux Servers
09-24-2005, 01:29 PM
Replies:
2
Trace post of my spell loading crash, why is spell_us loaded twice? is this normal?
Views:
5,375
Posted By
Dakaar
Update! I put a debug message in my...
Update!
I put a debug message in my fileloadspdat() function.
During the run where I crash, it reaches the fgets(spell_line, sizeof(spell_line), sf);
twice, after the 2nd run, it crashes.
Is...
Forum:
Support::Linux Servers
09-24-2005, 12:38 PM
Replies:
2
Trace post of my spell loading crash, why is spell_us loaded twice? is this normal?
Views:
5,375
Posted By
Dakaar
*updt* Trace of loading crash, why is spell_us loaded twice? is this normal?
FIXED!
Seperator is buggy as hell, for new spells_us.txt you need 202 arguments not 200.
Last 200 lines shown, above this block is a open,memset,etc section similar to those right before the...
Forum:
Support::Linux Servers
09-24-2005, 10:54 AM
Replies:
7
Strange zone crash in fedora 8( (double free)
Views:
4,909
Posted By
Dakaar
Here are my warnings from zone compile when using...
Here are my warnings from zone compile when using 3.3.4
../common/EQStreamFactory.cpp: In member function `void
EQStreamFactory::ReaderLoop()':
../common/EQStreamFactory.cpp:163: warning:...
Forum:
Support::Linux Servers
09-24-2005, 10:14 AM
Replies:
7
Strange zone crash in fedora 8( (double free)
Views:
4,909
Posted By
Dakaar
=( I just did a fresh virgin cvs pull and still...
=( I just did a fresh virgin cvs pull and still the same error. Im gonna try refreshing my spells_en and spells_us.txt is there anything special i need to do when moving them from win to linux? they...
Showing results 1 to 25 of 53
Page 1 of 3
1
2
3
>
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
12:21 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3