Bapeth's Ocean Sacred Sea Buff (For Chiv) by barryroser
Description: When your Sacred Journey buff wears off find the nearest land, disembark, and play this script
1# Bapeths Sacred Sea Buff
2#
3# When your Sacred Journey buff wears off find the nearest land, disembark, and play this script
4#
5# Script starts here
6
7if skill "Chivalry" >= 90
8 clearsysmsg
9 say "[SacredJourney"
10 getlabel backpack ping
11 if insysmsg "You may not use that ability spell while on a ship"
12 overhead "I should find some land to make my journey..." 45
13 gumpclose 1482653814
14 script "Master Background"
15 stop
16 endif
17 waitforgump 1482653814 500
18 gumpresponse 5
19 waitforgump 1482653814 500
20 gumpresponse 4
21 getlabel backpack ping
22 if insysmsg "You have been in combat too recently to use that ability"
23 overhead "Argh, I cant do that while fighting..." 45
24 gumpclose 1482653814
25 script "Master Background"
26 stop
27 endif
28 pause 1000
29 if findtype 30528 ground 2091 -1 1 as chivgate
30 dclick chivgate
31 waitforgump 3899019871 3000
32 gumpresponse 2
33 endif
34endif
35say "[Embark"
36overhead "I am charged with Holy Power!" 78
37script "Master Background"