5.8 and EVENT_ITEM
I, among others, noticed that with the release of 5.8, the sub EVENT_ITEM for perl is no longer functional. Me and another server op have spent the entire night now comparing between 5.7 and 5.8 files to find the error but with no luck. If anyone has found the problem and would be willing to share the solution, I would be very grateful.
|
Ok its pinpointed to itemcount{} not working. can use $item1, $item2, etc, but not $itemcount{}....
|
hmm, that would mean something is broken in perl->eval() ?
As this is where itemcount is built (and it's pure perl processing) Code:
string hashname = packagename + std::string("::itemcount"); This part didn't change from 0.5.7dr6 to 0.5..8. Or did it ? Strange, very strange ... |
maybe your useing the wrong syntax, use $itemcount{"ID"}
instead of $itemcount{ID} |
Code:
if($itemcount{"40001"} == 1) Code:
if($itemcount{40001} == 1) |
This sure would cause a major problem for my server :/ I use itemcount on all my item turn in quests.
|
All times are GMT -4. The time now is 07:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.