changeprofileoption.... Mobs ?
Posted: Thu Jan 19, 2012 5:15 pm
How can i change in a waypoint the profile mobs, there is no tag to change
Code: Select all
<mobs>
<mob name="" />
</mobs>MicroMacro home
https://www.solarstrike.net/phpBB3/
Code: Select all
<mobs>
<mob name="" />
</mobs>M4gm4 wrote:How can i change in a waypoint the profile mobs, there is no tag to change
Code: Select all
<mobs> <mob name="" /> </mobs>
Code: Select all
<onLoad>
settings.profile.mobs = {"Jyr'na Elven Druid","Jyr'na Druid Assistant"}
</onLoad>Code: Select all
settings.profile.mobs = {100212,100195,100210}Code: Select all
--examples changeOptionFriendMob("mob", "Wolf", "Add")
--examples changeOptionFriendMob("friend", "Hokeypokey", "Remove")
Code: Select all
changeOptionFriendMob("friend", "name", "add")