Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

hell yeah - the next kiss version is going to have this option!Any way to get KA to drop an Empowered Campfire instead of the regular one?
Thanks!![]()
Actually you can but require some change in kissassist.mac.
Search for the line where it drop campfire and change the campfire selection from 1 to 2
Check out THIS thread (have some screenshots)Kind of off topic but not:
what does that camp fire do?
Sub Bind_Campfire
/if (${Select[${Zone.ID},33506]}) /return
/windowstate FellowshipWnd open
/delay 10
/nomodkey /notify FellowshipWnd FP_Subwindows tabselect 2
/if (!${Select[${Me.Fellowship.CampfireZone.ID},${Zone.ID}]}) {
/nomodkey /notify FellowshipWnd FP_DestroyCampsite leftmouseup
/delay 5s ${Window[ConfirmationDialogBox].Open}
/if (${Window[ConfirmationDialogBox].Open}) {
/nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
}
/delay 5s !${Me.Fellowship.Campfire}
}
/nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup
/delay 1s
/if (${FindItemCount[Fellowship Campfire Materials]} > 0) {
/nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 2
}
/if (${FindItemCount[Fellowship Campfire Materials]} == 0) {
/nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 1
}
/delay 1s
/nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
/delay 5s ${Me.Fellowship.Campfire}
/windowstate FellowshipWnd close
/if (${Me.Fellowship.Campfire}) /echo Campfire Dropped
/return
Sub Bind_Campfire
/declare UseThisCampfire int local ${CampfireOn}
/if (${Select[${Zone.ID},33506]}) /return
/if (${UseThisCampfire}>1) {
/if (${FindItemCount[Fellowship Campfire Materials]}<1) {
/varset UseThisCampfire 1
/echo Fellowship Campfire Materials Not Found. Setting to Regular Fellowship.
}
}
/windowstate FellowshipWnd open
/delay 10
/nomodkey /notify FellowshipWnd FP_Subwindows tabselect 2
/if (${Me.Fellowship.Campfire}) {
/if (!${Select[${Me.Fellowship.CampfireZone.ID},${Zone.ID}]}) {
/nomodkey /notify FellowshipWnd FP_DestroyCampsite leftmouseup
/delay 5s ${Window[ConfirmationDialogBox].Open}
/if (${Window[ConfirmationDialogBox].Open}) {
/nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
}
/delay 5s !${Me.Fellowship.Campfire}
}
}
/nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup
/delay 1s
/nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect ${UseThisCampfire}
/delay 1s
/nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
/delay 5s ${Me.Fellowship.Campfire}
/windowstate FellowshipWnd close
/if (${Me.Fellowship.Campfire}) /echo Campfire Dropped
/return
Thanks for the info!It gives you these buffs. Really nice if your short on buffs or about to do a boss fight. It lasts for about 5 hrs and has a range of 1000. Scroll down and look at the buff slot information.
View attachment 19395
lol... how do I make it? what parts?@mark805 dont worry, they upgraded it this summer. You haven’t missed that much
HERElol... how do I make it? what parts?
