
Originally Posted by
meanderingmonk
Help?
Well it logs in, finds the custom shop, then goes over the item I want to buy and doesn't right click it but instead just moves the mouse around the shop. I'm trying to buy cooked bass "Bass"
Here's my code:
Simba Code:
1: //custom
begin
ownerName := 'idio';
itemName := 'ass';
ownerColor_1 := 5390657;
itemColor_1 := 1410482;
ownerColor_2 := 14407387;
itemColor_2 := 603720;
max_Buy := max_Avg;
end;
Simba Code:
'ass' :
begin
itemName_1 := itemName;
itemName_2 := 'ass';
itemName_3 := 'Bass';
end;
Of course I put in my Declare and filled out Const but I didn't create a DTM for the Bass (I noticed you had one for the Feathers)
Any help please?