Page 1 of 1

Has anyone has been banned for using this bot?

Posted: Tue Feb 19, 2008 6:04 pm
by charmingiv
I've played fiesta almost for 6 months and now that i found this great bot I am afraid that i might get banned, has this has happened to anyone?

Re: Has anyone has been banned for using this bot?

Posted: Tue Feb 19, 2008 11:41 pm
by Administrator
Well, I certainly haven't. I log in every few days over the last 3 months and let the bot run for awhile just to make sure it's still working. Actually, I have yet to be banned from any game for using it.

Re: Has anyone has been banned for using this bot?

Posted: Wed Feb 20, 2008 9:07 am
by 3cmSailorfuku
If you're afraid, use a random seed :P

Re: Has anyone has been banned for using this bot?

Posted: Thu Feb 21, 2008 4:44 am
by charmingiv
Sorry for double spam here! now I've had the bot for 24hrs in a row and I havent been banned YEAY! Thanks Elverion very bot! I also added some other movements when it doesnt find any target!!! like dance , sit and jump, is the anyways i can make it say something? I will show my code when I have done!

Re: Has anyone has been banned for using this bot?

Posted: Thu Feb 21, 2008 6:01 am
by Administrator
Sure there is.

Code: Select all

keyboardPress( key.VK_ENTER ); -- start typing a chat message
keyboardType("I like mudkips."); -- whatever you want to say
keyboardPress(key.VK_ENTER ); -- send the chat message

Re: Has anyone has been banned for using this bot?

Posted: Thu Feb 21, 2008 9:40 am
by 3cmSailorfuku
elverion wrote:Sure there is.

Code: Select all

keyboardPress( key.VK_ENTER ); -- start typing a chat message
keyboardType("I like mudkips."); -- whatever you want to say
keyboardPress(key.VK_ENTER ); -- send the chat message
Even well placed meme's are still worse.

Re: Has anyone has been banned for using this bot?

Posted: Wed Mar 12, 2008 1:26 pm
by charms
3cmSailorfuku wrote:
elverion wrote:Sure there is.

Code: Select all

keyboardPress( key.VK_ENTER ); -- start typing a chat message
keyboardType("I like mudkips."); -- whatever you want to say
keyboardPress(key.VK_ENTER ); -- send the chat message
Even well placed meme's are still worse.
So Well I made the bot to jump and dance when there is not target, I try to place your code but it wont work, where should I place it?

Re: Has anyone has been banned for using this bot?

Posted: Wed Mar 12, 2008 5:20 pm
by RedBloodz
well i got banned hahahaha
cuz my bot usually KSing soooo many time and people report u on fiesta forum, then a GM came to u and talk to u, if u not avaiable, then yea ur banned

Re: Has anyone has been banned for using this bot?

Posted: Wed Mar 12, 2008 9:53 pm
by Administrator
charms wrote:
3cmSailorfuku wrote:
elverion wrote:Sure there is.

Code: Select all

keyboardPress( key.VK_ENTER ); -- start typing a chat message
keyboardType("I like mudkips."); -- whatever you want to say
keyboardPress(key.VK_ENTER ); -- send the chat message
Even well placed meme's are still worse.
So Well I made the bot to jump and dance when there is not target, I try to place your code but it wont work, where should I place it?

In function main(), look for this section.

Code: Select all

    if( have_target() ) then
      can_rest = false; -- prevent resting during battle
                        -- for the few that have this bug
      if( class == CLASS_KNIGHT ) then knight_fight(); end
      if( class == CLASS_CLERIC ) then cleric_fight(); end
      if( class == CLASS_MAGE )   then mage_fight();   end
      if( class == CLASS_ARCHER ) then archer_fight(); end
      can_rest = true;
    else
You'd want to put the code after the else at the end there so that it only happens when you do not have a target. But I do not see the point to this. Maybe you meant to trigger it when you have trouble reaching your target, instead?

Re: Has anyone has been banned for using this bot?

Posted: Thu Mar 13, 2008 6:29 am
by 3cmSailorfuku
RedBloodz wrote:well i got banned hahahaha
cuz my bot usually KSing soooo many time and people report u on fiesta forum, then a GM came to u and talk to u, if u not avaiable, then yea ur banned
Only attack monsters when their hp is 100%. Or dont attack monsters when their hp is decreasing while a monster is targetted.