What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Log uniqid

svedmanp

New Member
Joined
Nov 30, 2012
Messages
26
Reaction score
0
I'm trying to find out the uniqids for my farm/scarecrow & im trying to use Log(me.target.uniqId);

But it doesn't want to print out an uint, how do i convert it into a string for it to print it.. or any kind of solution really?

Thanks in advance.
 
Log(me.target.uniqId.ToString());
 
Bit off topic Out but, any idea why this is doing nothing? It runs but my guy does nothing. Just sits afk.

Code:
using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;

namespace YourNamespace
{
    public class YourClass : Core
    {
        public void PluginRun()
        {
            while (true)        
            {
                PlantItemsAtFarm("Potato Seed",15254);
                CollectItemsAtFarm("Potato","Farming: Spend 1 Labor to harvest crops.",15254);
                Thread.Sleep(55555);
            }
        }
    }
}

Got the id for my farm using your command line in this thread.
 
pls guys i started another topic about it but no respons. Where do i have to typ this log... -thing??? to find my uniqid?? ingamechat or what do i have to do?
 
Back
Top