Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 07-07-2010, 03:49 PM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default Stalking Probe only has one charge

The Stalking Probe (tinkered item) is supposed to have five charges.

http://everquest.allakhazam.com/db/item.html?item=2359

These are expensive to make so this is a big deal! [You must be logged in to view images. Log in or Register.]
Last edited by Ropethunder; 07-07-2010 at 11:17 PM..
  #2  
Old 07-23-2010, 02:53 AM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default

Sorry to bump this but I'm hoping it will be as simple as a small database update for this tinkered item.
  #3  
Old 07-30-2010, 01:29 PM
Starklen Starklen is offline
Kobold

Starklen's Avatar

Join Date: Apr 2010
Posts: 193
Default Stalking Probes

Stalking probes on p99 currently only have 1 charge and they are supposed to have 5 like they did on live.
  #4  
Old 07-30-2010, 03:01 PM
mmiles8 mmiles8 is offline
Fire Giant

mmiles8's Avatar

Join Date: Jun 2010
Posts: 642
Default

http://www.project1999.org/forums/sh...stalking+probe
  #5  
Old 07-30-2010, 03:22 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,645
Default

The charges are set correctly to 5 in the database. It's the tradeskill combine that is not correctly referencing the items table for the charges I'd guess.

Maybe it will be an easy fix for the source developers.
  #6  
Old 07-30-2010, 04:15 PM
Nocte Nocte is offline
Sarnak

Nocte's Avatar

Join Date: Apr 2010
Location: Portland, OR
Posts: 435
Default

The one I was given had 5 charges on it, but when I used it once, all the charges were depleted.
__________________
Nocte: 60 Cleric
Duchess: 60 Rogue
Bizarro Nalkin: 55 Gnecromancer
  #7  
Old 07-30-2010, 05:26 PM
Starklen Starklen is offline
Kobold

Starklen's Avatar

Join Date: Apr 2010
Posts: 193
Default

I saw that, but I figured I'd make a new one since it has been 3 weeks. It is one of the more important tinkering combines for a few classes so it would be nice to see it working again. Let me know if there is anything I can do to help.
  #8  
Old 07-31-2010, 06:59 AM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default

Yes, please try and fix this. I miss my probies. [You must be logged in to view images. Log in or Register.]
  #9  
Old 07-31-2010, 08:04 AM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default

I'm trying to follow how tradeskill combines work but I'm getting lost here:

tradeskill.cpp

Code:
#ifdef EMBPERL
	if (success) 
		((PerlembParser*)parse)->Event(EVENT_COMBINE_SUCCESS, spec.recipe_id, spec.name.c_str(), (NPC*)NULL, user);
	else
		((PerlembParser*)parse)->Event(EVENT_COMBINE_FAILURE, spec.recipe_id, spec.name.c_str(), (NPC*)NULL, user);
#endif
..

embparser.cpp

Code:
case EVENT_COMBINE_SUCCESS:
case EVENT_COMBINE_FAILURE:
{
	ExportVar(packagename.c_str(), "recipe_id", objid);
	ExportVar(packagename.c_str(), "recipe_name", data);
	break;
}
Where is ExportVar going?

Possible lead:

http://www.eqemulator.org/forums/showthread.php?t=28806
  #10  
Old 08-29-2010, 01:38 PM
Bushwick Bushwick is offline
Aviak

Bushwick's Avatar

Join Date: Nov 2009
Posts: 53
Default

Bumping this. I made some today and the problem has not yet been resolved. Stalking probes currently have only a single charge.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:51 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.