[HELP] automacro infiltration

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
EyeOfMySharingan
Noob
Noob
Posts: 17
Joined: 14 Mar 2011, 14:59
Noob?: Yes

[HELP] automacro infiltration

#1 Post by EyeOfMySharingan »

My bot doesnt attack Mimic on gl_church it says

error in function "sm"
Monster 1191 doesnt exist. Is there something wrong with my macro? How will i be able to make it work? I need your opinion about this . Thank You

Code: Select all

automacro infil {
   monster Mimic
   timeout 0.5
   run-once 1
   exclusive 1

   call {

   do a 1191

   release infil
  
   }

}
Im Just Me
Image
Image

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: [HELP] automacro infiltration

#2 Post by gamenikko »

1191 is the monster's nameID, its different from the ID your character will see if the monster is in your sight.

instead use

Code: Select all

$.lastMonsterID
Just like old times.

EyeOfMySharingan
Noob
Noob
Posts: 17
Joined: 14 Mar 2011, 14:59
Noob?: Yes

Re: [HELP] automacro infiltration

#3 Post by EyeOfMySharingan »

Im sorry if I am warned for posting on the wrong section...im a newbie if you just understand...
Im Just Me
Image
Image

Locked