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 6 of 12
«
First
<
2
3
4
5
6
7
8
9
10
>
Last
»
Showing results 126 to 150 of 290
Search took
0.01
seconds; generated 99 minute(s) ago.
Search:
Posts Made By:
Theeper
Forum:
General::General Discussion
02-25-2008, 04:03 AM
Replies:
27
EQEmu Bots question...
Views:
28,045
Posted By
Theeper
You could do it with MQ. Macros and Plugins have...
You could do it with MQ. Macros and Plugins have the same functionality basically. It's just that plugins are compiled and macros are interpreted at run time. You wouldn't need anything other than...
Forum:
Support::Windows Servers
02-25-2008, 03:49 AM
Replies:
5
Turn off Logging
Views:
8,766
Posted By
Theeper
You might want to check why you're getting so...
You might want to check why you're getting so much log activity before turning them off.
Forum:
General::Server Discussion
02-25-2008, 03:45 AM
Replies:
1
Web hosting
Views:
4,939
Posted By
Theeper
This one must have gotten by the human spam...
This one must have gotten by the human spam filter known as Angelox.
Forum:
General::Server Discussion
02-22-2008, 02:03 PM
Replies:
5
Server Ideas
Views:
6,554
Posted By
Theeper
Interesting ideas erik. I've always wanted to do...
Interesting ideas erik. I've always wanted to do a server with everything made through tradeskills, but it would be an insane amount of work. I'd login and check it out. Make it PvP please.
Forum:
Support::General Support
02-22-2008, 04:51 AM
Replies:
11
do i need?
Views:
10,087
Posted By
Theeper
You must have Titanium edition.
You must have Titanium edition.
Forum:
Support::General Support
02-22-2008, 01:48 AM
Replies:
3
help connecting
Views:
6,209
Posted By
Theeper
Try the search button.
Try the search button.
Forum:
Support::General Support
02-19-2008, 12:10 PM
Replies:
5
Just a little help please
Views:
7,230
Posted By
Theeper
He is talking about the spell tables for Magoth's...
He is talking about the spell tables for Magoth's Bots addon.
Forum:
Support::General Support
02-19-2008, 12:05 PM
Replies:
9
Help logging on.
Views:
8,844
Posted By
Theeper
You can create up to 3 login server accounts....
You can create up to 3 login server accounts. Make sure you're using one of your LS accounts, and not your forum account to login to the game.
Forum:
Quests::Q&A
02-19-2008, 12:02 PM
Replies:
2
Quest writing
Views:
7,321
Posted By
Theeper
Download the most recent quest pack from PeQ and...
Download the most recent quest pack from PeQ and check if the quest you want to write is there. If it's not there, it's probably not done. Before I spent time on a large quest like PoP flagging, I...
Forum:
Development::Development
02-17-2008, 05:36 PM
Replies:
3
/who all frog
Views:
8,309
Posted By
Theeper
The variable race needs be int16 in...
The variable race needs be int16 in ServerClientList_Struct to hold a value of 330.
Forum:
Support::General Support
02-14-2008, 04:18 PM
Replies:
14
Bogus
Views:
10,839
Posted By
Theeper
It looks like the profile blobs in your...
It looks like the profile blobs in your character_ table are empty.
Forum:
Spell Support
02-13-2008, 02:36 PM
Replies:
1
Harmony vs Lull vs Frenzy radius?
Views:
8,701
Posted By
Theeper
There are different effects on the Paci/Lull type...
There are different effects on the Paci/Lull type spells. Each spell has one or more of these components.
Pacify - mob won't aggro you at all, no matter how close you get to it.
Reaction -...
Forum:
Quests::Completed
02-11-2008, 04:13 AM
Replies:
5
Baobob_Miller.pl
Views:
11,747
Posted By
Theeper
I got the text for this quest from doing it on EQ...
I got the text for this quest from doing it on EQ Live.
Forum:
Quests::Q&A
02-09-2008, 07:04 AM
Replies:
3
Is EVENT_NPC_SLAY working correctly ?
Views:
8,148
Posted By
Theeper
What currently happens (1090 build) is that...
What currently happens (1090 build) is that NPC_SLAY runs on the NPC that is killed.
So if you have two NPC's, npc_killer and npc_killed .. and you have a npc_killed.pl script that looks like...
Forum:
Quests::Q&A
02-08-2008, 09:23 PM
Replies:
3
Is EVENT_NPC_SLAY working correctly ?
Views:
8,148
Posted By
Theeper
Is EVENT_NPC_SLAY working correctly ?
It fires for the NPC that dies, not the NPC that does the killing, but it uses the killer NPC in the message.
By changing line 1761 of attack.cpp from
parse->Event(EVENT_NPC_SLAY,...
Forum:
Support::Windows Servers
02-08-2008, 08:41 AM
Replies:
4
Dynamic to Static-help me ?
Views:
6,823
Posted By
Theeper
Or you could go into the worldui and use the...
Or you could go into the worldui and use the launcher for loading zones.
Forum:
General::Server Discussion
02-06-2008, 08:50 AM
Replies:
1
EZ Server Wont Load Character?
Views:
6,846
Posted By
Theeper
Try posting on their site http://ez.makeforum.org
Try posting on their site http://ez.makeforum.org
Forum:
General::General Discussion
02-06-2008, 04:23 AM
Replies:
27
EQEmu Bots question...
Views:
28,045
Posted By
Theeper
The OP was talking about PC bots, not quest NPCs....
The OP was talking about PC bots, not quest NPCs.
I like the idea of having quest NPC's be able to level and do seemingly random things like run around and kill stuff and get loot etc. Of course...
Forum:
Quests::Q&A
02-05-2008, 01:31 AM
Replies:
7
Perl Question with "my $item" using an OR statement
Views:
9,134
Posted By
Theeper
Uncapitalize the F in "For". It must be all lower...
Uncapitalize the F in "For". It must be all lower case. Otherwise, that script works fine for me.
Forum:
Quests::Q&A
02-04-2008, 12:14 PM
Replies:
7
Perl Question with "my $item" using an OR statement
Views:
9,134
Posted By
Theeper
I wouldn't use $item1, $item2 etc. as variables,...
I wouldn't use $item1, $item2 etc. as variables, they are already defined when an item is handed in.
You could do it by creating a hash of the possible "$item2" handins and loop through it to see...
Forum:
General::General Discussion
02-04-2008, 09:06 AM
Replies:
27
EQEmu Bots question...
Views:
28,045
Posted By
Theeper
Something like this would be much more resource...
Something like this would be much more resource intensive since the server has to do a lot of the work that the clients normally do. It might be less network intensive, but it would certainly cost...
Forum:
Support::General Support
02-04-2008, 08:04 AM
Replies:
1
Cant connect
Views:
5,701
Posted By
Theeper
Did you create a Login Server account here ?
Did you create a Login Server account here ?
Forum:
Quests::Q&A
01-30-2008, 01:56 PM
Replies:
2
quest::delay(time)
Views:
9,436
Posted By
Theeper
I am not sure of exactly what you need, but I use...
I am not sure of exactly what you need, but I use quest::settimer() and haven't noticed any problems with it losing track of the invoking PC.
Here is how I have used it in a couple custom scripts...
Forum:
General::General Discussion
01-29-2008, 02:16 PM
Replies:
5
back in the day...
Views:
7,472
Posted By
Theeper
Do you mean EQIM ? I am not sure if it works...
Do you mean EQIM ? I am not sure if it works still, but here is an FTP link to it.
ftp://eqftp.station.sony.com/eqim.exe
Forum:
Development::Database/World Building
01-29-2008, 05:16 AM
Replies:
3
Help?
Views:
7,246
Posted By
Theeper
Do you have MySQL installed ?
Do you have MySQL installed ?
Showing results 126 to 150 of 290
Page 6 of 12
«
First
<
2
3
4
5
6
7
8
9
10
>
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
06:04 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