Bapeth's Ocean Sacred Sea Buff (For Chiv) by barryroser
Description from the author:
# Bapeths Sacred Sea Buff
#
# When your Sacred Journey buff wears off find the nearest land, disembark, and play this script
#
# Script starts here
if skill "Chivalry" >= 90
clearsysmsg
say "[SacredJourney"
getlabel backpack ping
if insysmsg "You may not use that ability spell while on a ship"
overhead "I should find some land to make my journey..." 45
gumpclose 1482653814
script "Master Background"
stop
endif
waitforgump 1482653814 500
gumpresponse 5
waitforgump 1482653814 500
gumpresponse 4
getlabel backpack ping
if insysmsg "You have been in combat too recently to use that ability"
overhead "Argh, I cant do that while fighting..." 45
gumpclose 1482653814
script "Master Background"
stop
endif
pause 1000
if findtype 30528 ground 2091 -1 1 as chivgate
dclick chivgate
waitforgump 3899019871 3000
gumpresponse 2
endif
endif
say "[Embark"
overhead "I am charged with Holy Power!" 78
script "Master Background"When your Sacred Journey buff wears off find the nearest land, disembark, and play this script