Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 290
Search took 0.01 seconds.
Search: Posts Made By: Theeper
Forum: Quests::Q&A 07-02-2012, 08:15 PM
Replies: 1
Views: 2,153
Posted By Theeper
I remember Trevius wrote a de-level quest a while...

I remember Trevius wrote a de-level quest a while back that may give you some ideas .. it's in this thread I think.

http://www.eqemulator.org/forums/showthread.php?t=24136&highlight=temporary+level
Forum: Spell Support 09-30-2010, 06:20 PM
Replies: 2
Views: 3,216
Posted By Theeper
The spell file (spells_us.txt) lives in your EQ...

The spell file (spells_us.txt) lives in your EQ directory.

It must match the one the server uses that you're playing on.

Some servers require you to D/L their spell file and put it in place of...
Forum: General::General Discussion 02-22-2010, 10:04 PM
Replies: 6
Views: 3,296
Posted By Theeper
I don't know what you're referring to as...

I don't know what you're referring to as downloads, but the source is updated pretty much daily and is all there.

http://code.google.com/p/projecteqemu/source/checkout
Forum: General::General Discussion 01-25-2010, 07:50 PM
Replies: 5
Views: 4,136
Posted By Theeper
Go into User CP and click on Login Server...

Go into User CP and click on Login Server accounts. Make sure all three are valid. I'm not sure if the "change LS password" function works or not though.
Forum: Development::Development 12-14-2009, 09:34 PM
Replies: 2
Views: 3,106
Posted By Theeper
That was discussed in this thread. ...

That was discussed in this thread.

http://eqemulator.net/forums/showthread.php?t=19687
Forum: General::General Discussion 12-14-2009, 09:17 PM
Replies: 1
Views: 2,596
Posted By Theeper
You'll need to address that with a GM from the...

You'll need to address that with a GM from the server you're playing on. If your server doesn't have a website, look at the server list page to see if there's a contact for your box.
...
Forum: Development::Bug Reports 10-20-2009, 09:53 PM
Replies: 8
Views: 7,008
Posted By Theeper
I was aware it would break existing corpses, but...

I was aware it would break existing corpses, but I didn't know about the random nodrop thing.

That seems like maybe a slot miscount issue. Possibly when moving items around, the wrong source...
Forum: General::News 10-20-2009, 07:43 PM
Replies: 10
Views: 7,795
Posted By Theeper
Thanks for all the time, headaches and money...

Thanks for all the time, headaches and money you've invested over the years Rogean.
Forum: Development::Bug Reports 10-20-2009, 07:37 PM
Replies: 8
Views: 7,008
Posted By Theeper
At one point we had attuneable items working...

At one point we had attuneable items working properly for Titanium. I could swear they were submitted to SVN. Did they get broken? I'm not clear the changes ever went in for SoF though.

Here's...
Forum: Quests::Q&A 10-11-2009, 10:10 PM
Replies: 4
Views: 3,998
Posted By Theeper
$npcID = $npc->GetNPCTypeID();

$npcID = $npc->GetNPCTypeID();
Forum: Support::Windows Servers 10-07-2009, 07:43 PM
Replies: 32
Views: 10,150
Posted By Theeper
Are you sure you have the config file in the...

Are you sure you have the config file in the correct place?

'eq' is the username used in the default config file.
Forum: Support::Windows Servers 10-06-2009, 08:00 PM
Replies: 1
Views: 2,184
Posted By Theeper
Here's a simple hackish query I use for quickly...

Here's a simple hackish query I use for quickly pulling stuff from the pp blob. I can't test it right now, but it should work. Take a look at the profile struct and match the field lengths for each...
Forum: General::General Discussion 06-23-2009, 01:00 PM
Replies: 5
Views: 2,346
Posted By Theeper
You can if you're the server admin, or have...

You can if you're the server admin, or have access to the DB.
Forum: Support::Windows Servers 06-08-2009, 08:35 PM
Replies: 12
Views: 3,576
Posted By Theeper
The current standard revision (642) uses PERL...

The current standard revision (642) uses PERL 5.10. I'm not sure about those bot binaries. But if you compile yourself, you can just change from perl58.lib to perl510.lib at the top of two files .....
Forum: Support::Windows Servers 06-08-2009, 08:18 PM
Replies: 5
Views: 2,535
Posted By Theeper
The profile and extprofile fields are BLOB's. The...

The profile and extprofile fields are BLOB's. The extprofile probably got corrupted when you dumped it. I think the extprofile only contains pet info right now. So, I don't see why it would be a big...
Forum: Support::Windows Servers 06-08-2009, 02:44 PM
Replies: 5
Views: 2,535
Posted By Theeper
Yes, they store tons of stuff about your...

Yes, they store tons of stuff about your character like your spell book, stats, bind points, coin etc.

Here's a link to the profile struct with comments.
...
Forum: Development::Bug Reports 05-29-2009, 11:03 AM
Replies: 1
Views: 2,341
Posted By Theeper
I remember messing with this a while back. Here...

I remember messing with this a while back. Here is a thread I posted about it.

http://eqemulator.net/forums/showthread.php?t=24347
Forum: Quests::Q&A 05-18-2009, 09:39 PM
Replies: 3
Views: 2,607
Posted By Theeper
You could put it in player.pl and use it like...

You could put it in player.pl and use it like this. Then every time a player completed an activity, you'd have the $activity_id and $task_id variables to play with.


sub EVENT_TASK_STAGE_COMPLETE...
Forum: General::General Discussion 05-18-2009, 11:29 AM
Replies: 18
Views: 4,740
Posted By Theeper
I prefer custom legit PvP. I do not like to...

I prefer custom legit PvP.

I do not like to download custom files.

I like to box 2-3 toons.
Forum: Development::Bug Reports 05-04-2009, 05:19 PM
Replies: 23
Views: 8,580
Posted By Theeper
I just guessed where it was in the serialization...

I just guessed where it was in the serialization code for Titanium since it was in the wrong spot. It took a couple tries to find the right place. I didn't bother with the serialization for SoF since...
Forum: Development::Bug Reports 03-27-2009, 06:39 PM
Replies: 23
Views: 8,580
Posted By Theeper
I got the flag to persist through bagged items...

I got the flag to persist through bagged items now. This seems to make attuneable items work properly in my limited testing.

Here's a diff against 397.


Index: common/shareddb.cpp...
Forum: Support::Windows Servers 03-26-2009, 09:34 PM
Replies: 3
Views: 3,117
Posted By Theeper
The 'account_id' field in the character_ table...

The 'account_id' field in the character_ table relates to the 'id' field in the account table.

Locate the LS account you want to move your toon to in the account table, and note it's 'id'. Then,...
Forum: Quests::Q&A 03-24-2009, 11:27 AM
Replies: 2
Views: 2,404
Posted By Theeper
You could use something like this. ...

You could use something like this.


$variablename++;
quest::setglobal("variablename", $variablename, 5, "F");
Forum: Quests::Q&A 03-11-2009, 10:20 PM
Replies: 5
Views: 2,477
Posted By Theeper
You could make an array of the turn-in items and...

You could make an array of the turn-in items and loop through them. Something like this should work for you.

@items = (1001, 1002, 1003, 1004, 1005);

sub EVENT_ITEM {
my $accepted_items =...
Forum: General::General Discussion 03-09-2009, 11:05 AM
Replies: 6
Views: 2,316
Posted By Theeper
Thanks guys and CD, you are the dreamiest.

Thanks guys and CD, you are the dreamiest.
Showing results 1 to 25 of 290

 
Forum Jump
   

All times are GMT -4. The time now is 08:27 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3