Anonymous | Login | Signup for a new account | 19-04-25 20:42 CEST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
ID | Project | Category | View Status | Date Submitted | Last Update | |
0002199 | SphereServer | executable - windows build | public | 02-09-13 06:17 | 03-09-13 00:07 | |
Reporter | Coruja | |||||
Assigned To | Ben | |||||
Priority | normal | Severity | major | Reproducibility | always | |
Status | resolved | Resolution | fixed | |||
Platform | OS | OS Version | ||||
Product Version | ||||||
Target Version | Fixed in Version | 0.56c Nightly | ||||
Summary | 0002199: All resource gathering skills doesn't works [MAJOR BUG] | |||||
Description | on latest nightly build (starting on 01 and 02 sept 2013), all resource gathering skills doesnt work (mining, fishing, lumberjack, etc), it always says that theres nothing to gather on that location using mining as example, the mr_iron, mr_verite, mr_etc is always created with amount=0, so even if the resource is found, theres will be nothing left to gather -------------------------------- debugging this thing I found something strange [EVENTS e_event_on_player] ON=@RegionResourceFound SYSMESSAGE [DEBUG] You found a <ARGO.NAME> spawn (amount=<ARGO.AMOUNT>) on the debug message everything is perfectly fine, since I can found worldgem bit spawns with amount 1~3 as it should be. But stangely -after- the end of this trigger, something set the worldgem bit amount to 0, so here's the error | |||||
Additional Information | Temporary workaround to fix it: [EVENTS e_event_on_player] ON=@RegionResourceFound ARGO.TIMERF 1,AMOUNT=<ARGO.AMOUNT> //the first try will always fail (amount=0), then after 1 second the resource amount got fixed and it will start working (horrible workaound, but its better than nothing) | |||||
Tags | No tags attached. | |||||
Nightly Version | Automated (specify build number) | |||||
Experimental Flags | None | |||||
Option Flags | None | |||||
Internal Build Number | ||||||
Attached Files | ||||||
![]() |
|
(0001645) Ben (manager) 03-09-13 00:07 |
A simple = instead of == in an IF statement cause the trigger to always return true, which then caused the gembit amount to be set to 0. Should be fixed now |
![]() |
|||
Date Modified | Username | Field | Change |
02-09-13 06:17 | Coruja | New Issue | |
03-09-13 00:07 | Ben | Note Added: 0001645 | |
03-09-13 00:07 | Ben | Status | new => resolved |
03-09-13 00:07 | Ben | Fixed in Version | => 0.56c Nightly |
03-09-13 00:07 | Ben | Resolution | open => fixed |
03-09-13 00:07 | Ben | Assigned To | => Ben |
Copyright © 2000 - 2010 MantisBT Group |