From f5b6bc263ade9ca22967584e146b02908ddab74f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 21:57:47 -0200 Subject: Enable some debug markers, if it still breaks, I'll try reducing random crap array --- npc/items/shovel.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/items/shovel.txt') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index fc30b9168..18a2b2fc4 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -39,10 +39,15 @@ function script shovel_scatter { .@amount=getarg(5,1); freeloop(true); // DANGEROUS - for (.@i = 0; .@i < .@amount; .@i++) - shovel_scriptItem(.@map$, rand(.@x1,.@x2), rand(.@y1,.@y2), getarg(rand(getargcount()-6)+6)); + for (.@i = 0; .@i < .@amount; .@i++) { + .@id=getarg( rand(getargcount()-6) +6); + //shovel_scriptItem(.@map$, rand(.@x1,.@x2), rand(.@y1,.@y2), .id); + } freeloop(false); + // For testing + .@debugid=(getargcount()-6)+6; + debugmes("array len: %d, minimum index 6, maximum index %d (last was %d)", getargcount(), .@debugid, .@id); .@wtc = getarraysize($@WBT_Random_id); debugmes "Scattered "+.@amount+" items on "+.@map$+". Currently scattered: "+.@wtc; return; -- cgit v1.2.3-60-g2f50