SphereServer BugTracker - SphereServer
View Issue Details
0002267SphereServerexecutable - genericpublic24-01-14 18:4124-02-14 00:59
jconapogostick 
XuN 
normaltweakalways
resolvedfixed 
16-06-2013, 0.56b Prerelease 
 
Not Available
None
None
0002267: abusing the rules of maxweight with the internal function "makeitem"
players with skills that craft items can "carry" the required material on their layer_dragging and craft items resulting in long unwanted afk skillgains.

i've fixed it with a soft coded function and bouncing the content of layer_dragging to the player's backpack but i think it should be fixed in the hardcoded function.

it would provide a good tweak so people wouldn't have to resort to softcoded functions and replacing every single crafting script/dialog they'd have.
let's say the max weight the player can carry is 400.

drag the iron ingots that weigh 4000 stones with the mouse.
cast a spell to cancel the previous target.
press esc.
use a crafting dialog and make items, they will be dropped on the ground, but you will be able to last 10x more than you normally should.
No tags attached.
Issue History
24-01-14 18:41jconapogostickNew Issue
04-02-14 23:43XuNNote Added: 0001939
04-02-14 23:43XuNStatusnew => resolved
04-02-14 23:43XuNResolutionopen => fixed
04-02-14 23:43XuNAssigned To => XuN
05-02-14 16:15jconapogostickNote Added: 0001941
05-02-14 16:15jconapogostickStatusresolved => feedback
05-02-14 16:15jconapogostickResolutionfixed => reopened
24-02-14 00:59XuNNote Added: 0001970
24-02-14 00:59XuNStatusfeedback => resolved
24-02-14 00:59XuNResolutionreopened => fixed

Notes
(0001939)
XuN   
04-02-14 23:43   
Fixed
(0001941)
jconapogostick   
05-02-14 16:15   
thanks xun! :)

Fixed 0002267: Items in the cursor (layer_dragging) are now bounced if a target is opened to the player.

here's a little problem that comes with it though. does the content of the cursor bounce only when a target is opened? can you add a one more tweak to the internal makeitem function that also bounces the content when makeitem is called?
(0001970)
XuN   
24-02-14 00:59   
Added