Page 4 of 4 FirstFirst ... 234
Results 76 to 77 of 77

Thread: MeanderingMonk's itemBuyer with World Hop

  1. #76
    Join Date
    Jun 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by meanderingmonk View Post
    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?

  2. #77
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Hint] C:\Users\...\Desktop\MM_Itembuyer_v0.5.simba(345:3 ): Variable 'PRICE_V' never used at line 344
    [Error] C:\Users\...\Desktop\MM_Itembuyer_v0.5.simba(571:3 ): Unknown identifier 'SMART_FIXSPEED' at line 571
    Compiling failed.

    what is the problem?

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •