${Spawn[]} bugs V2

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

kabl2k
a hill giant
a hill giant
Posts: 168
Joined: Fri Feb 20, 2004 6:25 pm

${Spawn[]} bugs V2

Post by kabl2k » Tue Jun 15, 2004 5:58 am

I should of clarifyed my Variables i guess more.
${mob1} is not a name it resolved to Y:X location in my ini file my bad please unlock that thread those are valid bugs in the way that ${Spawn[]} is working now.

Hate to post this in a new thread but you did lock that one :(

Falco72
a hill giant
a hill giant
Posts: 215
Joined: Fri Sep 26, 2003 3:24 am

Post by Falco72 » Tue Jun 15, 2004 7:01 am

I made the same question and the answer that was good to me will be good also to you. You are using a bad syntax, the right one is:

Code: Select all

${Spawn[npc loc X Y radius 100].ID}
without any simbols between X and Y, no ":", no ",", nothing. Of couse the radius can be any value, 100 is only as example.
It works.