Search results

  1. B

    No more MQ2?

    I too just recently came back. Having written all of the stuff I use, I had to make some small updates to get my old stuff to run again on MQ2. (It had been 7 years since I had touched my code.) Can someone kindly point out the language differences between MQ2 and MQNext. Or is there another...
  2. B

    Mage Pet Type

    Thanks guys .Race did the trick
  3. B

    Mage Pet Type

    Searched, couldn't find anything specific. Might be too obvious. Is there code to determine what type of pet ( Air,Fire,Earth,Water ) a Mage has?
  4. B

    Best example of movement code?

    #Event ALLFollowMain "#*#:: Follow/Stop Follow Me ::#*#" ... /plugin mq2moveutils ... /declare FollowActive bool outer /declare Player1Name string outer /varset FollowActive FALSE /varset Player1Name [MasterChar] ... LOOP BEGIN /doevents ALLFollowMain /if ( ${FollowActive} &&...
  5. B

    Reclaiming Argath help w botting

    I could never get /casting to work in this instance. I thought it was because it was sensing that I was moving on the airship itself and as a result, it always got interrupted. Maybe Im wrong on that. I resorted to just use /cast item "Arm Cannon" As for those that have done this in an hour...