If you want hand outs go to your local homeless shelter...how many people do you know that work for nothing...you cant afford 5ish bucks a month GO MOW SUM LAWNS *****... anyway cant wait..any other xp skill made yet as in SM and how well does it chain?
Not at the moment but coding a bot for SM and cyclone isn't exactly the most complicated thing in the world, here's a very simple example:
Code:
bool NoTargetsFound;
JNativeGameClient Client = new JNativeGameClient(nativeInstance);
do
{
NoTargetsFound = true;
foreach (JNativeBasicEntity entity in Client.Screen.Objects)
{
int distance = JStandardLibrary.Distance2D(Client.X, Client.Y, entity.X, entity.Y);
if (distance <= 12)
{
Client.Jump(entity.X, entity.Y);
Client.Melee(entity.UID, JNativeAttackType.CloseRange);
Thread.Sleep(JStandardLibrary.GetJumpDelay(distance));
NoTargetsFound = false;
}
}
}
while (!NoTargetsCount);
Client.SendClientMessage("Stopped automatically chaining", JNativeDialogType.Center);
im sure use can work away around it but 1 thing i did notice with 5bot is durring on SM was it was kinda getting confused, when i SM and an item and it tryed to get to that item and a mob it Dced you (this may have been just me)
Eg you kill a mob as it jumps to the next mob it "see" the loot trys to jump to it while still trying to get to the mob which resulted in a DC, are use going to implement something like in SV were only mets and Dbs are picked up during a xp skill such as Sm?
could u add a feature list in the first post? like dc on flashing players enemy list etc i want to know if its worth it but mainly paying for bots (freegames) arent mostly worth it
well i joined forum and tried to find the download page for the free trial and couldnt find it, i wont be paying for it unless i can test it out before i buy. i have heard that people are having problems with it and i dont wanna waste money until i know it works for me
Sample Vid Check it out 06/21/2010 - General Gaming Discussion - 6 Replies YouTube - FM Static- Six Candles 6 Candles
:mofo:
Check it out. My Runes of Magic Character
Music : Six Candles === Artists: FM Static
Leave comments. :handsdown:
[Suche]DJ-Sample 06/06/2010 - Trading - 10 Replies Hi liebe Com.
Zurzeit suche ich jmd. der mir ein DJ Sample macht...
Voraussetzungen:
-Schöne Stimme
-Bisschen Erfahrung im Sample erstellen
-Keine Computerstimme benutzen
Was muss man tun:
-Ein Sample erstellen wodu sagst "DJ Steff"
JProxy & API - Coming Soon 10/01/2009 - CO2 Programming - 40 Replies http://awayfromgame.com/
This is simply a sample of a future release, nothing more.
Saint said to post a video of a simple bot using JProxy API so I said sure.
Here's a small video, you'll understand whats below once you've watched it. It's about 10 minutes long.
There's sound, but you don't really need it. Feel free to mute sound on the video.
JProxy API - Auto Follower
[Help] I do not sample the Guild in the game but whether to DB 09/07/2008 - CO2 Private Server - 1 Replies when I make a clan is stored in the database but not shown in the game
Here is the DB
http://img297.imageshack.us/img297/5523/clan2nw3. jpg
and in the game:
http://img297.imageshack.us/img297/4711/clansn4.j pg