Has anyone has been banned for using this bot?

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
charmingiv
Posts: 12
Joined: Mon Feb 18, 2008 4:52 pm

Has anyone has been banned for using this bot?

#1 Post by charmingiv » Tue Feb 19, 2008 6:04 pm

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?

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

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

#2 Post by Administrator » Tue Feb 19, 2008 11:41 pm

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.

User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

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

#3 Post by 3cmSailorfuku » Wed Feb 20, 2008 9:07 am

If you're afraid, use a random seed :P

charmingiv
Posts: 12
Joined: Mon Feb 18, 2008 4:52 pm

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

#4 Post by charmingiv » Thu Feb 21, 2008 4:44 am

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!

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

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

#5 Post by Administrator » Thu Feb 21, 2008 6:01 am

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

User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

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

#6 Post by 3cmSailorfuku » Thu Feb 21, 2008 9:40 am

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.

charms
Posts: 7
Joined: Wed Mar 12, 2008 1:05 pm

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

#7 Post by charms » Wed Mar 12, 2008 1:26 pm

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?

RedBloodz
Posts: 15
Joined: Wed Mar 12, 2008 5:08 pm

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

#8 Post by RedBloodz » Wed Mar 12, 2008 5:20 pm

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

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

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

#9 Post by Administrator » Wed Mar 12, 2008 9:53 pm

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?

User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

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

#10 Post by 3cmSailorfuku » Thu Mar 13, 2008 6:29 am

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.

Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests