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 12
<
1
2
3
4
5
6
7
8
9
>
Last
»
Showing results 101 to 125 of 290
Search took
0.07
seconds; generated 60 minute(s) ago.
Search:
Posts Made By:
Theeper
Forum:
Development::Development
03-31-2008, 06:56 PM
Replies:
3
Database Queries w/ World HTTP Server
Views:
8,605
Posted By
Theeper
If you use the 'A' flag instead of the 'a' flag...
If you use the 'A' flag instead of the 'a' flag in your pack template, ascii strings should be space padded (0x20) instead of null padded. I don't know if that will help or not though.
I can't...
Forum:
Development::Development
03-29-2008, 11:10 AM
Replies:
3
Database Queries w/ World HTTP Server
Views:
8,605
Posted By
Theeper
Is it stopping before unpacking, or are you...
Is it stopping before unpacking, or are you saying it fails to unpack ?
Forum:
Development::Feature Requests
03-29-2008, 10:30 AM
Replies:
7
New Command #unstuck
Views:
15,736
Posted By
Theeper
On Live, /rewind takes you to a previous location...
On Live, /rewind takes you to a previous location a tiny distance back, not to the safe spot. You just have to stand still for like 30 seconds prior to using it.
Forum:
Development::Development
03-28-2008, 03:07 AM
Replies:
27
How about on titles?
Views:
24,832
Posted By
Theeper
As TheLieka already said, it's probably because...
As TheLieka already said, it's probably because we don't have all the opcodes for the title window.
Forum:
Quests::Q&A
03-28-2008, 12:52 AM
Replies:
3
Changign player class and checkign deity?
Views:
6,463
Posted By
Theeper
There is a method called $client->SetBaseClass(),...
There is a method called $client->SetBaseClass(), but I have never used it, so I dunno what it actually does. Also, there is $client->SetDiety(). It seems like there should be a $client->GetDiety()...
Forum:
Quests::Q&A
03-26-2008, 12:43 AM
Replies:
6
Confusing stuff on globals..
Views:
8,594
Posted By
Theeper
You didn't ask for the SQL to update the...
You didn't ask for the SQL to update the questglobal flag. Considering you thought it might have to be set, I assumed you knew how to do it.
As far as handing locations off to find ... it can't...
Forum:
Support::General Support
03-25-2008, 06:48 AM
Replies:
8
Wildblue internet
Views:
8,748
Posted By
Theeper
Put a file called datarate.txt in your main EQ...
Put a file called datarate.txt in your main EQ directory. Put one line of text in it .. it should be ...
3.0
.. nothing more. I have a friend that can 3 box over a cell phone just fine if he...
Forum:
Quests::need work
03-25-2008, 06:27 AM
Replies:
3
Quest::Warrior Epic: Make it Augmentable
Views:
12,494
Posted By
Theeper
Woops disregard my post. I misunderstood how that...
Woops disregard my post. I misunderstood how that quest works.
Forum:
Support::General Support
03-25-2008, 12:58 AM
Replies:
8
Wildblue internet
Views:
8,748
Posted By
Theeper
Maybe try putting in a datarate.txt file and set...
Maybe try putting in a datarate.txt file and set the value to 3ish.
Forum:
Quests::need work
03-25-2008, 12:52 AM
Replies:
3
Quest::Warrior Epic: Make it Augmentable
Views:
12,494
Posted By
Theeper
It looks like you don't give the weapon back to...
It looks like you don't give the weapon back to the player though.
Forum:
Quests::Q&A
03-25-2008, 12:45 AM
Replies:
6
Confusing stuff on globals..
Views:
8,594
Posted By
Theeper
You do have to set a mob's qglobals flag in the...
You do have to set a mob's qglobals flag in the DB.
Getting the values from the hash is the more recent method, but both still work AFAIK.
There are a couple different methods in the...
Forum:
Quests::Q&A
03-14-2008, 02:42 AM
Replies:
25
Handin plugin confusion...
Views:
27,515
Posted By
Theeper
Because you're ignoring what the embedded parser...
Because you're ignoring what the embedded parser does to the hash.
Forum:
Quests::Q&A
03-13-2008, 03:43 PM
Replies:
25
Handin plugin confusion...
Views:
27,515
Posted By
Theeper
If you run the current plugin inside the emu...
If you run the current plugin inside the emu you'll see the it works perfectly as it is. If you tell it to check for 2 items of the same item ID, by doing 1234 => 2, it will match if you handin the...
Forum:
Quests::Q&A
03-13-2008, 12:54 PM
Replies:
25
Handin plugin confusion...
Views:
27,515
Posted By
Theeper
The proper syntax to use the plugin is like this...
The proper syntax to use the plugin is like this though.
if (plugin::check_handin(\%itemcount,59954 => 1, 86010 => 2, 13068 => 1))
Forum:
Quests::Q&A
03-13-2008, 12:38 PM
Replies:
25
Handin plugin confusion...
Views:
27,515
Posted By
Theeper
This will work fine on the emu. It won't fail if...
This will work fine on the emu. It won't fail if you handin all 4 items seperately.
There may be quests on Live that allow stacked handins, I don't remember ever doing one, but I probably did. I...
Forum:
Quests::Q&A
03-12-2008, 11:57 AM
Replies:
25
Handin plugin confusion...
Views:
27,515
Posted By
Theeper
Maybe you have an old version of the...
Maybe you have an old version of the check_handin.pl, this version from PEQ works fine for me. It does check for more than one item at a time.
AFAIK, you can't pass stacked items to NPCs on the...
Forum:
Development::Tools
03-11-2008, 09:39 AM
Replies:
16
Sticky:
PEQ Server Pack 4.0
Views:
117,068
Posted By
Theeper
Nice work as usual CD! Do you ever plan to...
Nice work as usual CD!
Do you ever plan to turn this into a server patcher ?
Forum:
Support::General Support
03-11-2008, 09:03 AM
Replies:
7
any way to disable / lock pok books?
Views:
10,313
Posted By
Theeper
Setting the 'triggertype' field to 255 makes them...
Setting the 'triggertype' field to 255 makes them unclickable.
Forum:
General::General Discussion
03-05-2008, 05:26 AM
Replies:
20
Secrets of Faydwer support?
Views:
18,715
Posted By
Theeper
I personally haven't seen anyone get flamed here...
I personally haven't seen anyone get flamed here that didn't deserve it. What's so hard about reading the instructions and doing a search before asking the same tired questions over and over ? I...
Forum:
Support::Windows Servers
03-04-2008, 03:31 AM
Replies:
5
WOW Like Soulstone.
Views:
6,338
Posted By
Theeper
WoW Soulstones are for self rezzing, not gating.
WoW Soulstones are for self rezzing, not gating.
Forum:
Quests::Completed
03-02-2008, 07:22 AM
Replies:
1
Quest::Going Postal (Rivervale) "Part 1of2"
Views:
9,585
Posted By
Theeper
There is about 15 different Going Postal quests...
There is about 15 different Going Postal quests throughout old world zones. They are all basically the same. Some of the ones that come to mind along with the ones you posted are Innothule, Feerott...
Forum:
Support::General Support
02-29-2008, 03:05 PM
Replies:
2
off topic question
Views:
6,105
Posted By
Theeper
Take a look at this wiki page and read the part...
Take a look at this wiki page and read the part about doing old_password() at the end of step 1.
http://www.eqemulator.net/wiki/wikka.php?wakka=MySQLSetup
Forum:
General::General Discussion
02-29-2008, 04:32 AM
Replies:
5
Opinions are like...
Views:
6,673
Posted By
Theeper
I would say that you should consider what you...
I would say that you should consider what you want to do programming-wise before you decide on what to learn. What types of software do you want to make ? .. and what parts of the software are you...
Forum:
Support::General Support
02-29-2008, 03:42 AM
Replies:
8
In need of serious crash help
Views:
10,361
Posted By
Theeper
Make sure the resolution in your .ini file is set...
Make sure the resolution in your .ini file is set to the same as the desktop resolution. Personally, I have had better luck starting the game in windowed mode, then switching to full mode when I am...
Forum:
Support::General Support
02-25-2008, 11:39 AM
Replies:
6
Left earring go poof
Views:
8,012
Posted By
Theeper
Maybe a silly question, but are you using a...
Maybe a silly question, but are you using a custom UI ?
Showing results 101 to 125 of 290
Page 5 of 12
<
1
2
3
4
5
6
7
8
9
>
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: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