PDA

View Full Version : ProjectRS06 Drop HELP!!!



Hexless
02-10-2013, 10:01 PM
if any1 know how to drop logs on projectrs06 via simba please post the code below ill give you credit in my first script that im working on :)

Sneakdella
02-10-2013, 11:22 PM
This is the one I use because my attack isn't high enough to wield mithril/adam/rune axes. It simply skips over the first slot and drops the rest of the inventory.


Procedure Drop;
begin
P06_DropAllExcept([0]);
end;

Hexless
02-11-2013, 12:02 AM
This is the one I use because my attack isn't high enough to wield mithril/adam/rune axes. It simply skips over the first slot and drops the rest of the inventory.


Procedure Drop;
begin
P06_DropAllExcept([0]);
end;


THANKS SO MUCH xD!!!!

Dormik
02-11-2013, 06:52 AM
But you need to have the P06 Includes to use it tho.