Im trying to do the SPS
But for some reason it walks off in some wierd direction from what I am telling it to.
Any Help?
I am using the Pathmaker, Im trying to add the Catherby yews. Heres some of the Add
Simba Code:SCRIPT_CB_YEWS:
with MSI_Scripts[whichScript] do
begin
Name := 'Catherby Yews';
Constant := SCRIPT_CB_YEWS;
SkillName := 'Woodcutting';
SkillConst := SKILL_WOODCUTTING;
BankType := Bank;
WhichBank := MSI_BANK_CB;
AutoObjects := @MSI_ChopInvFull;
BankObjects := @MSI_BankStandard;
PlayerSetup := @MSI_SetupWoodcutting;
Defaults.Trees := [TREE_YEW_NEW];
with PathInfo do
begin
Name := 'LOC_CB_BANK to LOC_CB_YEWS';
StartLoc := LOC_CB_BANK;
EndLoc := LOC_CB_YEWS;
SPSPath := [
TPointArray([Point(3053, 2870), Point(2853, 2912)])];
SPSAreas := [
TStringArray(['7_7'])
];
end;
end;
Any help would be much appreciated
Luke.


Reply With Quote




