![]() |
|
#1
|
|||
|
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
|
|||
|
Sorry to bump this but I'm hoping it will be as simple as a small database update for this tinkered item.
| ||
|
|
|||
|
#3
|
|||
|
Stalking probes on p99 currently only have 1 charge and they are supposed to have 5 like they did on live.
| ||
|
|
|||
|
#4
|
|||
|
| ||
|
|
|||
|
#5
|
|||
|
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
|
|||
|
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
|
|||
|
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.
| ||
|
|
|||
|
#9
|
|||
|
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;
}
Possible lead: http://www.eqemulator.org/forums/showthread.php?t=28806 | ||
|
|
|||
|
#10
|
|||
|
Bumping this. I made some today and the problem has not yet been resolved. Stalking probes currently have only a single charge.
| ||
|
|
|||
![]() |
|
|