PDA

View Full Version : Making Swapbounty work in Illistim when it swaps to herb bounties



jafo
06-29-2013, 07:26 PM
Around line 75 change to:

elsif bounty == "herbalist"
if Room.current.id == 13048
start_script("go2", [ "640", '_disable_confirm_' ])
else
start_script("go2", [ "herbalist", '_disable_confirm_' ])
end

Dosselmeyer
06-30-2013, 01:29 PM
Thank you!