Project 1999

Project 1999 (/forums/index.php)
-   Resolved Issues (/forums/forumdisplay.php?f=14)
-   -   Miscellaneous: Stalking Probe only has one charge (/forums/showthread.php?t=11396)

Ropethunder 07-07-2010 03:49 PM

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! :eek:

Ropethunder 07-23-2010 02:53 AM

Sorry to bump this but I'm hoping it will be as simple as a small database update for this tinkered item.

Starklen 07-30-2010 01:29 PM

Stalking Probes
 
Stalking probes on p99 currently only have 1 charge and they are supposed to have 5 like they did on live.

mmiles8 07-30-2010 03:01 PM

http://www.project1999.org/forums/sh...stalking+probe

nilbog 07-30-2010 03:22 PM

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.

Nocte 07-30-2010 04:15 PM

The one I was given had 5 charges on it, but when I used it once, all the charges were depleted.

Starklen 07-30-2010 05:26 PM

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.

Ropethunder 07-31-2010 06:59 AM

Yes, please try and fix this. I miss my probies. :(

Ropethunder 07-31-2010 08:04 AM

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

Bushwick 08-29-2010 01:38 PM

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


All times are GMT -4. The time now is 04:16 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.