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 11 of 12
«
First
<
7
8
9
10
11
12
>
Showing results 251 to 275 of 290
Search took
0.08
seconds; generated 60 minute(s) ago.
Search:
Posts Made By:
Theeper
Forum:
Development::Development
09-04-2007, 09:58 AM
Replies:
13
Request for Comments: SSL between Login Server, World and Zone
Views:
13,710
Posted By
Theeper
Or, rewrite the LS :p~ I don't think adding...
Or, rewrite the LS :p~
I don't think adding SSL to the emu would be practical. The overhead would be astronomical for a game like this. Although if you did, you could use a self signed cert, you...
Forum:
General::Server Discussion
08-29-2007, 10:33 AM
Replies:
4
Quick Question =)
Views:
8,084
Posted By
Theeper
You don't need to mess with miniloginIP's if you...
You don't need to mess with miniloginIP's if you are using the eqemulator.net login server. You need to create multiple (up to 3 I think) login server accounts here on the forum if you want to...
Forum:
Support::General Support
08-24-2007, 12:32 AM
Replies:
6
Tutorial Quests eating items
Views:
9,079
Posted By
Theeper
Not sure what you mean by 'assign a quest'. ...
Not sure what you mean by 'assign a quest'.
Also, it's kinda hard to troubleshoot a script if you don't post the code.
Forum:
Development::Bug Reports
08-21-2007, 03:43 PM
Replies:
4
Damage shields hitting when a mob strikes you
Views:
5,562
Posted By
Theeper
It doesn't look like you get the extra damage...
It doesn't look like you get the extra damage each time you get hit, nor on each swing. Is that just a proc or a spell ?
Forum:
Support::General Support
08-16-2007, 04:56 AM
Replies:
3
Recompiling
Views:
7,202
Posted By
Theeper
Here is a basic howto for compiling with VS...
Here is a basic howto for compiling with VS Express
http://www.eqemulator.net/wiki/wikka.php?wakka=DevVSExpress
You really just need to make sure the Library and Include directories are setup,...
Forum:
Development::Server Code Submissions
08-15-2007, 03:05 PM
Replies:
12
Iksar BL pet fix
Views:
12,656
Posted By
Theeper
Works for me on 7.0-1031. Thanks.
Works for me on 7.0-1031. Thanks.
Forum:
Development::Bug Reports
08-15-2007, 10:24 AM
Replies:
1
Enchanter Pet
Views:
5,352
Posted By
Theeper
I posted my simple fix for that in this thread .....
I posted my simple fix for that in this thread .. I dunno if the devs took /pet get lost away from Animations on purpose or it was just an oversight.
...
Forum:
Support::General Support
08-14-2007, 04:18 PM
Replies:
10
Pet Commands Broken
Views:
9,132
Posted By
Theeper
On line 4623 of client_packet.cpp, change ...
On line 4623 of client_packet.cpp, change
if(mypet->GetPetType() == petAnimation)
return;
.. to ..
if(mypet->GetPetType() == petAnimation && pet->command != PET_GETLOST)
return;
Forum:
Support::General Support
08-11-2007, 03:49 PM
Replies:
4
I need some help
Views:
7,365
Posted By
Theeper
Go into your eqclient.ini file and set the Height...
Go into your eqclient.ini file and set the Height and Width in the VideoMode section to match your desktop resolution. And maybe try full screen by setting WindowedMode=False in the Defaults section.
Forum:
Support::General Support
08-10-2007, 10:03 AM
Replies:
5
Allowing Outside Connections to LAN?
Views:
7,656
Posted By
Theeper
Yes, that's what I meant. The eqemulator.net...
Yes, that's what I meant.
The eqemulator.net login server is probably the best idea, but there are a couple issues that make me not use it.
One is when their site isn't working, noone can login...
Forum:
Support::Windows Servers
08-10-2007, 02:27 AM
Replies:
4
Building EQEmu-0.7.0-1013
Views:
8,336
Posted By
Theeper
I can't seem to find Anniversary.cpp in the...
I can't seem to find Anniversary.cpp in the 0.7.0-1025 source. Has it been removed, or did I just somehow not get it from CVS ?
Forum:
Support::Windows Servers
08-09-2007, 01:57 PM
Replies:
9
Respawn Times...
Views:
12,008
Posted By
Theeper
I thought the chance field worked for mobs in the...
I thought the chance field worked for mobs in the group that spawn in different places as well, although I have not tested it. Is that not the case John?
Forum:
Support::Windows Servers
08-09-2007, 11:38 AM
Replies:
9
Respawn Times...
Views:
12,008
Posted By
Theeper
Take a look at the spawnentry table and check...
Take a look at the spawnentry table and check that the chance field is set to 100% for the spawngroup the mob belongs to.
Forum:
Support::General Support
08-09-2007, 11:19 AM
Replies:
3
Server trouble!
Views:
5,809
Posted By
Theeper
You didn't enter the query text.
You didn't enter the query text.
Forum:
Support::General Support
08-09-2007, 11:16 AM
Replies:
11
Trouble setting up a LAN server
Views:
9,738
Posted By
Theeper
I think you aren't supposed to use 127.0.0.1 as a...
I think you aren't supposed to use 127.0.0.1 as a client IP ... it causes other IP schemes not to be able to login.
Forum:
Support::General Support
08-09-2007, 11:08 AM
Replies:
5
Allowing Outside Connections to LAN?
Views:
7,656
Posted By
Theeper
Or just give your Minilogin a public IP and your...
Or just give your Minilogin a public IP and your friend can login.
Forum:
Support::General Support
08-04-2007, 04:24 PM
Replies:
11
Trouble setting up a LAN server
Views:
9,738
Posted By
Theeper
Make sure you set your client's IP in the...
Make sure you set your client's IP in the minilogin_ip field of the account table.
Forum:
Support::General Support
07-28-2007, 12:42 AM
Replies:
13
No-Click Zone Points
Views:
10,661
Posted By
Theeper
It seems to me that some of the zone points are...
It seems to me that some of the zone points are hard coded into the client. I can delete the entry from the zone_points table and it still works.
I can't override them unless I use a quest and a...
Forum:
Support::General Support
07-28-2007, 12:32 AM
Replies:
6
Blink and crash
Views:
7,847
Posted By
Theeper
Have you ever been able to log into the server ? ...
Have you ever been able to log into the server ?
What do the logs say ?
Are you using minilogin or the LS ?
Forum:
Support::General Support
07-22-2007, 03:48 PM
Replies:
1
Coin
Views:
5,381
Posted By
Theeper
You could use the quest::givecash() function in...
You could use the quest::givecash() function in an EVENT_DEATH event to do it I think.
Forum:
Quests::Q&A
11-07-2006, 11:29 AM
Replies:
10
Brainstorming: Quests stored in DB
Views:
9,824
Posted By
Theeper
I guess my question would be why ? ... Maybe...
I guess my question would be why ? ...
Maybe I just don't see the possibilities here, but I am not sure what you'd accomplish by adding a bunch of queries to the quest system. If you want people...
Forum:
Quests::need work
07-15-2006, 08:53 AM
Replies:
13
Newbie armor
Views:
16,098
Posted By
Theeper
It's funny when people who don't know what...
It's funny when people who don't know what they're talking about get called out. I only bump this thread out of sheer boredom. I will not antagonize the kid anymore Matt. The wisdom he imparted...
Forum:
Quests::need work
06-17-2006, 08:11 AM
Replies:
13
Newbie armor
Views:
16,098
Posted By
Theeper
I assume you are referring to Ciscyou's post. ...
I assume you are referring to Ciscyou's post.
I will say that you are the one who is wrong Coleshadowblades. He never said it was the accepted standard. In fact, he just said it's the way he does...
Forum:
Quests::need work
06-03-2006, 07:57 AM
Replies:
13
Newbie armor
Views:
16,098
Posted By
Theeper
Sorry to bump an old thread but ... I don't...
Sorry to bump an old thread but ...
I don't agree with you on using multiple 'if' statements instead of stringing them together.
The original code ...
if($text=~/accessories/i && $class ==...
Forum:
General::General Discussion
06-03-2006, 12:30 AM
Replies:
7
Avatars
Views:
7,947
Posted By
Theeper
Oh noes, yer avatar have been stoled!
Oh noes, yer avatar have been stoled!
Showing results 251 to 275 of 290
Page 11 of 12
«
First
<
7
8
9
10
11
12
>
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:44 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