thegoodguy1
01-17-2012, 08:17 AM
Hey guys, great to see such a great community forum, I am in need of a bit of help just started using Simba and MSI. I want to use the alch script but it keeps stuffing up, it moves about and walks to places.
So I looked up on the thread of the script and read the last comments and they have the same problem as I do, http://villavu.com/forum/showthread.php?t=60184&page=8
EDIT: For anyone else having problems with this, in the function FindNormalRandoms, I commented out the case where it searches for the lamp random.
case I of
1: Result := SolveTeleportRandoms;
2: Respond;
3: Result := FindDead;
// 4: Result := FindLamp(LampSkill);
5: Result := RC;
6: Result := FindMod;
7: Result := FindDwarvenPopup;
8: if (SRL_Procs[srl_OnRandomCall] <> nil) then
SRL_Procs[srl_OnRandomCall]();
9: Result := UseRewardBox;
10: Result := UseMysteryBox;
end;
I keep getting this every few minutes when I am alching, even though I can confirm that I am not getting the lamp random. The script randomly clicks on the mini-map a couple of times, then continues to alch.
[0:01:27]: Screenshot of: Lamp Random Solved 1 Minutes and 27 Seconds
[0:01:27]: ******** SOLVED LAMP RANDOM ********
What file do I open to edit this out?
Thanks, much appreciated!
So I looked up on the thread of the script and read the last comments and they have the same problem as I do, http://villavu.com/forum/showthread.php?t=60184&page=8
EDIT: For anyone else having problems with this, in the function FindNormalRandoms, I commented out the case where it searches for the lamp random.
case I of
1: Result := SolveTeleportRandoms;
2: Respond;
3: Result := FindDead;
// 4: Result := FindLamp(LampSkill);
5: Result := RC;
6: Result := FindMod;
7: Result := FindDwarvenPopup;
8: if (SRL_Procs[srl_OnRandomCall] <> nil) then
SRL_Procs[srl_OnRandomCall]();
9: Result := UseRewardBox;
10: Result := UseMysteryBox;
end;
I keep getting this every few minutes when I am alching, even though I can confirm that I am not getting the lamp random. The script randomly clicks on the mini-map a couple of times, then continues to alch.
[0:01:27]: Screenshot of: Lamp Random Solved 1 Minutes and 27 Seconds
[0:01:27]: ******** SOLVED LAMP RANDOM ********
What file do I open to edit this out?
Thanks, much appreciated!