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

How do I get "farmUniqId" ?

Status
Not open for further replies.

urobb

New Member
Joined
Oct 2, 2014
Messages
53
Reaction score
0
any script example?

feel sorry if you think this is a stupid question :(
 
[SUP][SUB]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()
{
Log(me.target.uniqId.ToString());
}
}
}[/SUB][/SUP]

It will type out your targets uniqiId in your archebuddy log
 
[SUP][SUB]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()
{
Log(me.target.uniqId.ToString());
}
}
}[/SUB][/SUP]

It will type out your targets uniqiId in your archebuddy log
thank you ! ^^
 
Status
Not open for further replies.
Back
Top