Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Staff Runebook - all facets
Author Message
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #1
Big Grin Staff Runebook - all facets
Hey guys I've made this staff runebook based on the runebook of runuo maded by Joeku.
I hope you guys like it. (if you do, please comment! Blush)


Update: Added Heaven/Ocllo
Update: Added Sea Market

Code:
//STAFF RUNE BOOK
//by Amon-Vangrell
//30/04/2013
VERSION=0.56b

[itemdef i_staff_runebook]
DEFNAME=staffrunebook
ID=i_runebook
name=Staff Runebook
type=t_normal
WEIGHT=1

CATEGORY=Provisions - GM
SUBSECTION=Items
DESCRIPTION=Staff Runebook

on=@create
ATTR=attr_newbie|attr_move_never|attr_magic
on=@dclick
if (<SRC.ACCOUNT.plevel> < 2)
src.sysmessage You are not a staff!
remove
return 1
else
dialogclose d_console
dialog d_console
Sound 85
return 1
endif

[DIALOG d_console]
30,50
nomove
page 0
resizepic 5 5 9200 200 200
resizepic 50 7 9200 110 30
checkertrans 39 60 150 120
dtext 60 10 1152 Staff Runebook
dtext 20 40 1152 Choose a facet to teleport:
dtext 40  60 026 Felluca
button 10 60 4005 4007 1 0 1 //Felluca
dtext 40  80 044 Tramel
button 10 80 4005 4007 1 0 2 //Tramel
dtext 40  100 035 Ilshenar
button 10 100 4005 4007 1 0 3 //Ilshenar
dtext 40  120 0122 Malas
button 10 120 4005 4007 1 0 4 //Malas
dtext 40  140 0d Tokuno
button 10 140 4005 4007 1 0 5 //Tokuno
dtext 40  160 0158 Ter Mur
button 10 160 4005 4007 1 0 6 //Ter Mur
button 170 15 4005 4007 1 0 7 //Foward
//dtext 40 180 1152 Your location.
//button 20 185 1209 1210 1 0 8 // location

[DIALOG d_console BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
Sound 85
OnButton=1
Sound 85
dialog d_console_felluca
onbutton=2
sound 85
dialog d_console_trammel
onbutton=3
sound 85
dialog d_console_ilshenar
onbutton=4
sound 85
dialog d_console_malas
onbutton=5
sound 85
dialog d_console_tokuno
onbutton=6
sound 85
dialog d_console_termur
onbutton=7
sound 85
dialog d_console_felluca
onbutton=8
sound 85
dialog d_staff_travelmap

[DIALOG d_console_felluca]
30,50
nomove
page 0
resizepic 5 5 9200 520 430
resizepic 180 10 9200 140 20//Felluca
dtext 230  10 026 Felluca
resizepic 30 40 9200 140 20//cities
dtext 80  40 1152 Cities
resizepic 180 40 9200 140 20//Dungeons
dtext 225  40 1152 Dungeons
resizepic 330 40 9200 170 20//Sites
dtext 400  40 1152 Sites
button 490 15 4005 4007 1 0 56 //Foward
//cities
checkertrans 30 60 140 360
dtext 65  60 1152 Heartwood
button 30 60 4005 4007 1 0 1 //Heartwood
dtext 65  80 1152 Cove
button 30 80 4005 4007 1 0 2 //Cove
dtext 65  100 1152 Britain
button 30 100 4005 4007 1 0 3 //Britain
dtext 65  120 1152 Jhelom
button 30 120 4005 4007 1 0 4 //Jhelom
dtext 65  140 1152 Minoc
button 30 140 4005 4007 1 0 5 //Minoc
dtext 65  160 1152 Ocllo
button 30 160 4005 4007 1 0 6 //Ocllo
dtext 65  180 1152 Trinsic
button 30 180 4005 4007 1 0 7 //Trinsic
dtext 65  200 1152 Vesper
button 30 200 4005 4007 1 0 8 //Vesper
dtext 65  220 1152 Yew
button 30 220 4005 4007 1 0 9 //Yew
dtext 65  240 1152 Wind
button 30 240 4005 4007 1 0 10 //Wind
dtext 65  260 1152 Serpent's Hold
button 30 260 4005 4007 1 0 11 //Serpent's Hold
dtext 65  280 1152 Skara Brae
button 30 280 4005 4007 1 0 12 //Skara Brae
dtext 65  300 1152 Nujel'm
button 30 300 4005 4007 1 0 13 //Nujel'm
dtext 65  320 1152 Moonglow
button 30 320 4005 4007 1 0 14 //Moonglow
dtext 65  340 1152 Magincia
button 30 340 4005 4007 1 0 15 //Magincia
dtext 65  360 1152 Buccaneer's Den
button 30 360 4005 4007 1 0 16 //Buccaneer's Den
dtext 65  380 1152 Delucia
button 30 380 4005 4007 1 0 17 //Delucia
dtext 65  400 1152 Papua
button 30 400 4005 4007 1 0 18 //Papua
//Dungeons
checkertrans 180 60 140 360
dtext 215  60 1152 Painted Caves
button 180 60 4005 4007 1 0 19 //Painted Caves
dtext 215  80 1152 Prism of Light
button 180 80 4005 4007 1 0 20 //Prism of Light
dtext 215  100 1152 Blighted Grove
button 180 100 4005 4007 1 0 21 //Blighted Grove
dtext 215  120 1152 Paroxysmus
button 180 120 4005 4007 1 0 22 //Palace of Paroxysmus
dtext 215  140 1152 Sanctuary
button 180 140 4005 4007 1 0 23 //Sanctuary
dtext 215  160 1152 Covetous
button 180 160 4005 4007 1 0 24 //Covetous
dtext 215  180 1152 Deceit
button 180 180 4005 4007 1 0 25 //Deceit
dtext 215  200 1152 Despise
button 180 200 4005 4007 1 0 26 //Despise
dtext 215  220 1152 Destard
button 180 220 4005 4007 1 0 27 //Destard
dtext 215  240 1152 Hythloth
button 180 240 4005 4007 1 0 28 //Hythloth
dtext 215  260 1152 Khaldun
button 180 260 4005 4007 1 0 29 //Khaldun
dtext 215  280 1152 Shame
button 180 280 4005 4007 1 0 30//Shame
dtext 215  300 1152 Wrong
button 180 300 4005 4007 1 0 31//Wrong
dtext 215  320 1152 Terathan Keep
button 180 320 4005 4007 1 0 32//Terathan Keep
dtext 215  340 1152 Fire
button 180 340 4005 4007 1 0 33//Fire
dtext 215  360 1152 Ice
button 180 360 4005 4007 1 0 34//Ice
dtext 215  380 1152 Orc Cave
button 180 380 4005 4007 1 0 35//Orc Cave
dtext 215  400 1152 Britain Sewers
button 180 400 4005 4007 1 0 36//Misc Dungeons

//Dungeons
checkertrans 330 60 170 360
dtext 365  60 1152 Moongate Britain
button 330 60 4005 4007 1 0 37//Britain Moongate
dtext 365  80 1152 Moongate Jhelom
button 330 80 4005 4007 1 0 38//Jhelom Moongate
dtext 365  100 1152 Moongate Minoc
button 330 100 4005 4007 1 0 39 //Minoc Moongate
dtext 365  120 1152 Moongate Trinsic
button 330 120 4005 4007 1 0 40//Trinsic Moongate
dtext 365  140 1152 Moongate Yew
button 330 140 4005 4007 1 0 41//Yew Moongate
dtext 365  160 1152 Moongate Skara Brae
button 330 160 4005 4007 1 0 42//Skara Brae Moongate
dtext 365  180 1152 Moongate Moonglow
button 330 180 4005 4007 1 0 43//Moonglow Moongate
dtext 365  200 1152 Moongate Magincia
button 330 200 4005 4007 1 0 44//Magincia Moongate
dtext 365  220 1152 Cemetary Britain  
button 330 220 4005 4007 1 0 45//Britain Cemetary
dtext 365  240 1152 Cemetary Vesper  
button 330 240 4005 4007 1 0 46//Vesper Cemetary
dtext 365  260 1152 Cemetary Moonglow  
button 330 260 4005 4007 1 0 47//Moonglow Cemetary
dtext 365  280 1152 Cemetary Nujel'm
button 330 280 4005 4007 1 0 48//Nujel'm Cemetary
dtext 365  300 1152 Cemetary Jhelom
button 330 300 4005 4007 1 0 49//Jhelom Cemetary
dtext 365  320 1152 Green Acres
button 330 320 4005 4007 1 0 50//Green Acres
dtext 365  340 1152 Avatar Isle
button 330 340 4005 4007 1 0 51//Avatar Isle
dtext 365  360 1152 T2A Entrance
button 330 360 4005 4007 1 0 52//T2A Entrance
dtext 365  380 1152 Star Chamber
button 330 380 4005 4007 1 0 53//Star Chamber
dtext 365  400 1152 Sea Market
button 330 400 4005 4007 1 0 54//Sea Market OnButton=54src.go=4544 2298 -1
///////////////////////////////////////////////////////

button 10 10 4014 4016 1 0 55 //back

[DIALOG d_console_felluca BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=6984,337
OnButton=2
src.go=cove
OnButton=3
src.go=britain
OnButton=4
src.go=jhelom
OnButton=5
src.go=minoc
OnButton=6
src.go=3650,2621,0
OnButton=7
src.go=trinsic
OnButton=8
src.go=vesper
OnButton=9
src.go=yew
OnButton=10
src.go=wind
OnButton=11
src.go=Serpent's Hold
OnButton=12
src.go=Skara Brae
OnButton=13
src.go=Nujel'm
OnButton=14
src.go=Moonglow
OnButton=15
src.go=Magincia
OnButton=16
src.go=2706,2163
OnButton=17
src.go=Delucia
OnButton=18
src.go=Papua
OnButton=19
src.go=6308,892,-1//painted caves
OnButton=19
src.go=6474,188//prism of light
OnButton=20
src.go=3784,1097,14//Blighted  Grove
OnButton=21
src.go=6478,863,11// Parox
OnButton=22
src.go=6222,335,60//
OnButton=23
src.go=6173,23//sanctuary
OnButton=24
src.go=covetous
OnButton=25
src.go=deceit
OnButton=26
src.go=despise
OnButton=27
src.go=destard
OnButton=28
src.go=hythloth
OnButton=29
src.go=5571,1302
OnButton=30
src.go=shame
OnButton=31
src.go=wrong
OnButton=32
src.go=Terathan keep
OnButton=33
src.go=fire dungeon
OnButton=34
src.go=ice dungeon
OnButton=35
src.go=5137,2015
OnButton=36
src.go=6032,1500,25
OnButton=37
src.go=1330,1991
OnButton=38
src.go=1494,3767
OnButton=39
src.go=2694,685
OnButton=40
src.go=1823,2943
OnButton=41
src.go=761,741
OnButton=42
src.go=638,2062
OnButton=43
src.go=4459,1276
OnButton=44
src.go=3554,2132,31
OnButton=45
src.go=1384,1492,10
OnButton=46
src.go=vesper cemetary
OnButton=47
src.go=4546,1334,8
OnButton=48
src.go=nujel'm cemetary
OnButton=49
src.go=jhelom cemetary
OnButton=50
src.go=green acres
OnButton=51
src.go=Fire Island
OnButton=52
src.go=ruins in the weeds
OnButton=53
src.go=star chamber
OnButton=54
src.go=4544,2298,-1
OnButton=55
dialog d_console
sound 85
OnButton=56
dialog d_console_trammel
sound 85

[DIALOG d_console_trammel]
30,50
nomove
page 0
resizepic 5 5 9200 520 430
resizepic 180 10 9200 140 20//Trammel
dtext 230  10 044 Trammel
resizepic 30 40 9200 140 20//cities
dtext 80  40 1152 Cities
resizepic 180 40 9200 140 20//Dungeons
dtext 225  40 1152 Dungeons
resizepic 330 40 9200 170 20//Sites
dtext 400  40 1152 Sites
button 490 15 4005 4007 1 0 56 //Foward
//cities
checkertrans 30 60 140 360
dtext 65  60 1152 Heartwood
button 30 60 4005 4007 1 0 1 //Heartwood
dtext 65  80 1152 Cove
button 30 80 4005 4007 1 0 2 //Cove
dtext 65  100 1152 Britain
button 30 100 4005 4007 1 0 3 //Britain
dtext 65  120 1152 Jhelom
button 30 120 4005 4007 1 0 4 //Jhelom
dtext 65  140 1152 Minoc
button 30 140 4005 4007 1 0 5 //Minoc
dtext 65  160 1152 Heaven
button 30 160 4005 4007 1 0 6 //Heaven
dtext 65  180 1152 Trinsic
button 30 180 4005 4007 1 0 7 //Trinsic
dtext 65  200 1152 Vesper
button 30 200 4005 4007 1 0 8 //Vesper
dtext 65  220 1152 Yew
button 30 220 4005 4007 1 0 9 //Yew
dtext 65  240 1152 Wind
button 30 240 4005 4007 1 0 10 //Wind
dtext 65  260 1152 Serpent's Hold
button 30 260 4005 4007 1 0 11 //Serpent's Hold
dtext 65  280 1152 Skara Brae
button 30 280 4005 4007 1 0 12 //Skara Brae
dtext 65  300 1152 Nujel'm
button 30 300 4005 4007 1 0 13 //Nujel'm
dtext 65  320 1152 Moonglow
button 30 320 4005 4007 1 0 14 //Moonglow
dtext 65  340 1152 Magincia
button 30 340 4005 4007 1 0 15 //Magincia
dtext 65  360 1152 Buccaneer's Den
button 30 360 4005 4007 1 0 16 //Buccaneer's Den
dtext 65  380 1152 Delucia
button 30 380 4005 4007 1 0 17 //Delucia
dtext 65  400 1152 Papua
button 30 400 4005 4007 1 0 18 //Papua
//Dungeons
checkertrans 180 60 140 360
dtext 215  60 1152 Painted Caves
button 180 60 4005 4007 1 0 19 //Painted Caves
dtext 215  80 1152 Prism of Light
button 180 80 4005 4007 1 0 20 //Prism of Light
dtext 215  100 1152 Blighted Grove
button 180 100 4005 4007 1 0 21 //Blighted Grove
dtext 215  120 1152 Paroxysmus
button 180 120 4005 4007 1 0 22 //Palace of Paroxysmus
dtext 215  140 1152 Sanctuary
button 180 140 4005 4007 1 0 23 //Sanctuary
dtext 215  160 1152 Covetous
button 180 160 4005 4007 1 0 24 //Covetous
dtext 215  180 1152 Deceit
button 180 180 4005 4007 1 0 25 //Deceit
dtext 215  200 1152 Despise
button 180 200 4005 4007 1 0 26 //Despise
dtext 215  220 1152 Destard
button 180 220 4005 4007 1 0 27 //Destard
dtext 215  240 1152 Hythloth
button 180 240 4005 4007 1 0 28 //Hythloth
dtext 215  260 1152 Khaldun
button 180 260 4005 4007 1 0 29 //Khaldun
dtext 215  280 1152 Shame
button 180 280 4005 4007 1 0 30//Shame
dtext 215  300 1152 Wrong
button 180 300 4005 4007 1 0 31//Wrong
dtext 215  320 1152 Terathan Keep
button 180 320 4005 4007 1 0 32//Terathan Keep
dtext 215  340 1152 Fire
button 180 340 4005 4007 1 0 33//Fire
dtext 215  360 1152 Ice
button 180 360 4005 4007 1 0 34//Ice
dtext 215  380 1152 Orc Cave
button 180 380 4005 4007 1 0 35//Orc Cave
dtext 215  400 1152 Britain Sewers
button 180 400 4005 4007 1 0 36//Misc Dungeons

//Dungeons
checkertrans 330 60 170 360
dtext 365  60 1152 Moongate Britain
button 330 60 4005 4007 1 0 37//Britain Moongate
dtext 365  80 1152 Moongate Jhelom
button 330 80 4005 4007 1 0 38//Jhelom Moongate
dtext 365  100 1152 Moongate Minoc
button 330 100 4005 4007 1 0 39 //Minoc Moongate
dtext 365  120 1152 Moongate Trinsic
button 330 120 4005 4007 1 0 40//Trinsic Moongate
dtext 365  140 1152 Moongate Yew
button 330 140 4005 4007 1 0 41//Yew Moongate
dtext 365  160 1152 Moongate Skara Brae
button 330 160 4005 4007 1 0 42//Skara Brae Moongate
dtext 365  180 1152 Moongate Moonglow
button 330 180 4005 4007 1 0 43//Moonglow Moongate
dtext 365  200 1152 Moongate Magincia
button 330 200 4005 4007 1 0 44//Magincia Moongate
dtext 365  220 1152 Cemetary Britain  
button 330 220 4005 4007 1 0 45//Britain Cemetary
dtext 365  240 1152 Cemetary Vesper  
button 330 240 4005 4007 1 0 46//Vesper Cemetary
dtext 365  260 1152 Cemetary Moonglow  
button 330 260 4005 4007 1 0 47//Moonglow Cemetary
dtext 365  280 1152 Cemetary Nujel'm
button 330 280 4005 4007 1 0 48//Nujel'm Cemetary
dtext 365  300 1152 Cemetary Jhelom
button 330 300 4005 4007 1 0 49//Jhelom Cemetary
dtext 365  320 1152 Green Acres
button 330 320 4005 4007 1 0 50//Green Acres
dtext 365  340 1152 Avatar Isle
button 330 340 4005 4007 1 0 51//Avatar Isle
dtext 365  360 1152 T2A Entrance
button 330 360 4005 4007 1 0 52//T2A Entrance
dtext 365  380 1152 Star chamber
button 330 380 4005 4007 1 0 53//Unused
dtext 365  400 1152 Sea Market
button 330 400 4005 4007 1 0 54//Sea Market
///////////////////////////////////////////////////////

button 10 10 4014 4016 1 0 55 //back

[DIALOG d_console_trammel BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=6984,337,0,1
OnButton=2
src.go=2275,1210,0,1
OnButton=3
src.go=1495,1629,10,1
OnButton=4
src.go=1383,3815,0,1
OnButton=5
src.go=2466,544,0,1
OnButton=6
src.go=3504,2577,18,1
OnButton=7
src.go=1867,2780,0,1
OnButton=8
src.go=2899,676,0,1
OnButton=9
src.go=546,992,0,1
OnButton=10
src.go=5223,501,5,1
OnButton=11
src.go=3010,3371,15,1
OnButton=12
src.go=632,2233,0,1
OnButton=13
src.go=3732,1279,0,1
OnButton=14
src.go=4442,1172,0,1
OnButton=15
src.go=3714,2220,20,1
OnButton=16
src.go=2706,2163,0,1
OnButton=17
src.go=5272,3995,37,1
OnButton=18
src.go=5729,3209,-1,1
OnButton=19
src.go=6308,892,-1,1//painted caves
OnButton=19
src.go=6474,188,0,1//prism of light
OnButton=20
src.go=3784,1097,14,1//Blighted  Grove
OnButton=21
src.go=6478,863,11,1// Parox
OnButton=22
src.go=6222,335,60,1//
OnButton=23
src.go=6173,23,0,1//sanctuary
OnButton=24
src.go=5456,1862,0,1
OnButton=25
src.go=5187,635,0,1
OnButton=26
src.go=5501,570,59,1
OnButton=27
src.go=5243,1004,0,1
OnButton=28
src.go=5905,22,44,1
OnButton=29
src.go=5571,1302,0,1
OnButton=30
src.go=5395,126,0,1
OnButton=31
src.go=5825,599,0,1
OnButton=32
src.go=5451,3140,-60,1
OnButton=33
src.go=5790,1416,40,1
OnButton=34
src.go=5876,148,25,1
OnButton=35
src.go=5137,2015,0,1
OnButton=36
src.go=6032,1500,25,1
OnButton=37
src.go=1330,1991,0,1
OnButton=38
src.go=1494,3767,0,1
OnButton=39
src.go=2694,685,0,1
OnButton=40
src.go=1823,2943,0,1
OnButton=41
src.go=761,741,0,1
OnButton=42
src.go=638,2062,0,1
OnButton=43
src.go=4459,1276,0,1
OnButton=44
src.go=3554,2132,31,1
OnButton=45
src.go=1384,1492,10,1
OnButton=46
src.go=2781,867,0,1
OnButton=47
src.go=4546,1334,8,1
OnButton=48
src.go=3536,1151,20,1
OnButton=49
src.go=1291,3719,0,1
OnButton=50
src.go=5454,1103,0,1
OnButton=51
src.go=4593,3507,20,1
OnButton=52
src.go=5388,3233,-5,1
OnButton=53
src.go=5147,1767,31,1
OnButton=54
src.go=4544,2298,-1,1
OnButton=55
dialog d_console
sound 85
OnButton=56
dialog d_console_Ilshenar
sound 85

[DIALOG d_console_Ilshenar]
30,50
nomove
page 0
resizepic 5 5 9200 570 430
resizepic 190 10 9200 185 20//Ilshenar
dtext 260  10 035 Ilshenar
resizepic 30 40 9200 140 20//cities
dtext 80  40 1152 Cities
resizepic 190 40 9200 185 20//Dungeons
dtext 255  40 1152 Dungeons
resizepic 380 40 9200 170 20//Sites
dtext 450  40 1152 Sites
button 540 15 4005 4007 1 0 56 //Foward
//cities
checkertrans 30 60 155 360
checkertrans 190 60 185 360
checkertrans 400 60 150 360
//cities
dtext 65  60 1152 Gargoyle City
button 30 60 4005 4007 1 0 1 //Gargoyle City
dtext 65  80 1152 Montor
button 30 80 4005 4007 1 0 2 //Montor
dtext 65  100 1152 Ancient Citadel
button 30 100 4005 4007 1 0 3 //Ancient Citadel
dtext 65  120 1152 Alexandretta's Bowl
button 30 120 4005 4007 1 0 4 //Alexandretta's Bowl
dtext 65  140 1152 Lenmir Anfinmotas
button 30 140 4005 4007 1 0 5 //Lenmir Anfinmotas
dtext 65  160 1152 Reg Volon
button 30 160 4005 4007 1 0 6 //Reg Volon
dtext 65  180 1152 Lake Shire
button 30 180 4005 4007 1 0 7 //Lake Shire
dtext 65  200 1152 Bet-Lem Reg
button 30 200 4005 4007 1 0 8 //Bet-Lem Reg
dtext 65  220 1152 Mistas
button 30 220 4005 4007 1 0 9 //Mistas
dtext 65  240 1152 Terort Skitas
button 30 240 4005 4007 1 0 10 //Terort Skitas
dtext 65  260 1152 Pass of Karnaugh
button 30 260 4005 4007 1 0 11 //Pass of Karnaugh
dtext 65  280 1152 Vinculum Inn
button 30 280 4005 4007 1 0 12 //Vinculum Inn
// dungeons
dtext 225  60 1152 Twisted Weald
button 190 60 4005 4007 1 0 19 //Twisted Weald
dtext 225  80 1152 Rock Dungeon
button 190 80 4005 4007 1 0 20 //Rock Dungeon
dtext 225  100 1152 Spider Cave
button 190 100 4005 4007 1 0 21 //Spider Cave
dtext 225  120 1152 Spectre Dungeon
button 190 120 4005 4007 1 0 22 //Spectre Dungeon
dtext 225  140 1152 Blood Dungeon
button 190 140 4005 4007 1 0 23 //Blood Dungeon
dtext 225  160 1152 Ankh Dungeon
button 190 160 4005 4007 1 0 24 //Ankh Dungeon
dtext 225  180 1152 Wisp Dungeon
button 190 180 4005 4007 1 0 25 //Wisp Dungeon
dtext 225  200 1152 Exodus Dungeon
button 190 200 4005 4007 1 0 26 //Exodus Dungeon
dtext 225  220 1152 Sorcerer's Dungeon
button 190 220 4005 4007 1 0 27 //Sorcerer's Dungeon
dtext 225  240 1152 Ancient Lair
button 190 240 4005 4007 1 0 28 //Ancient Lair
dtext 225  260 1152 Kirin passage
button 190 260 4005 4007 1 0 29 //Kirin passage
dtext 225  280 1152 Lizard Passage
button 190 280 4005 4007 1 0 30//Lizard Passage
dtext 225  300 1152 Lizard Man's Huts
button 190 300 4005 4007 1 0 31//Lizard Man's Huts
dtext 225  320 1152 Nox Tereg
button 190 320 4005 4007 1 0 32//Nox Tereg
dtext 225  340 1152 Gypsy Camp
button 190 340 4005 4007 1 0 33//Gypsy Camp
dtext 225  360 1152 Juka Camp
button 190 360 4005 4007 1 0 34//Juka Camp
dtext 225 380 1152 Lord Blackthorn's Castle
button 190 380 4005 4007 1 0 35//Lord Blackthorn's Ilshenar Castle
dtext 225  400 1152 Shrine of the Virtues
button 190 400 4005 4007 1 0 36//Shrine of the Virtues
//sites
dtext 415  60 1152 Shrine of Valor
button 380 60 4005 4007 1 0 37//Shrine of Valor
dtext 415  80 1152 Chaos Shrine
button 380 80 4005 4007 1 0 38//Chaos Shrine
dtext 415  100 1152 Shrine of Sacrifice
button 380 100 4005 4007 1 0 39 //Shrine of Sacrifice
dtext 415  120 1152 Shrine of Honesty
button 380 120 4005 4007 1 0 40//Shrine of Honesty
dtext 415  140 1152 Shrine of Compassion
button 380 140 4005 4007 1 0 41//Shrine of Compassion
dtext 415  160 1152 Shrine of Spirituality
button 380 160 4005 4007 1 0 42//Shrine of Spirituality
dtext 415  180 1152 Shrine of Humility
button 380 180 4005 4007 1 0 43//Shrine of Humility
dtext 415  200 1152 Shrine of Honor
button 380 200 4005 4007 1 0 44//Shrine of Honor
dtext 415  220 1152 Shrine Justice
button 380 220 4005 4007 1 0 45//Terort Skitas
dtext 415  240 1152 Pormir Harm
button 380 240 4005 4007 1 0 46//Pormir Harm
dtext 415  260 1152 Pormir Felwis
button 380 260 4005 4007 1 0 47//Pormir Felwis
dtext 415  280 1152 Cyclops Temple
button 380 280 4005 4007 1 0 48//Cyclops Temple
dtext 415  300 1152 Rat Fort
button 380 300 4005 4007 1 0 49//Rat Fort
dtext 415  320 1152 Termir Flam
button 380 320 4005 4007 1 0 50//Termir Flam
dtext 415  340 1152 Twin Oaks
button 380 340 4005 4007 1 0 51//Twin Oaks
dtext 415  360 1152 Mushroom Cave
button 380 360 4005 4007 1 0 52//Mushroom Cave
dtext 415  380 1152 Ratman Cave
button 380 380 4005 4007 1 0 53//Ratman Cave
dtext 415  400 1152 Serpentine Passage
button 380 400 4005 4007 1 0 54//Serpentine Passage
button 10 10 4014 4016 1 0 55 //back

[DIALOG d_console_Ilshenar BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=836,578,-40,2
OnButton=2
src.go=1729,173,103,2
OnButton=3
src.go=1518,568,-14,2
OnButton=4
src.go=1396,432,-17,2
OnButton=5
src.go=1673,876,-25,2
OnButton=6
src.go=1364,1056,0,2
OnButton=7
src.go=1212,1144,-25,2
OnButton=8
src.go=1238,974,-33,2
OnButton=9
src.go=818,1073,-30,2
OnButton=10
src.go=568,430,41,2
OnButton=11
src.go=911,302,28,2
OnButton=12
src.go=664,679,-35,2
OnButton=19
src.go=2211,1262,3,2
OnButton=20
src.go=1788,571,69,2
OnButton=21
src.go=1418,915,-19,2
OnButton=22
src.go=1363,1033,-8,2
OnButton=23
src.go=1747,1227,-1,2
OnButton=24
src.go=156,1484,-28,2
OnButton=25
src.go=651,1302,-58,2
OnButton=26
src.go=1960,113,-28,2
OnButton=27
src.go=542,461,-58,2
OnButton=28
src.go=940,503,-30,2
OnButton=29
src.go=11,881,-29,2
OnButton=30
src.go=314,1331,-37,2
OnButton=31
src.go=298,1336,-24,2
OnButton=32
src.go=416,1176,0,2
OnButton=33
src.go=948,428,0,2
OnButton=34
src.go=1248,724,0,2
OnButton=35
src.go=1084,652,0,2
OnButton=36
src.go=1104,404,0,2
OnButton=37
src.go=539,221,-36,2
OnButton=38
src.go=1749,236,58,2
OnButton=39
src.go=1196,1290,-25,2
OnButton=40
src.go=725,1355,-61,2
OnButton=41
src.go=1223,475,-16,2
OnButton=42
src.go=1528,1344,0,2
OnButton=43
src.go=284,1016,0,2
OnButton=44
src.go=748,728,0,2
OnButton=45
src.go=984,1008,-37,2
OnButton=46
src.go=745,492,-66,2
OnButton=47
src.go=472,352,-78,2
OnButton=48
src.go=901,1297,-71,2
OnButton=49
src.go=642,845,-58,2
OnButton=50
src.go=1636,432,0,2
OnButton=51
src.go=1560,1052,0,2
OnButton=52
src.go=1460,1329,-25,2
OnButton=53
src.go=1031,1154,-24,2
OnButton=54
src.go=811,875,-40,2
OnButton=55
sound 85
dialog d_console
OnButton=56
sound 85
dialog d_console_malas

///////////////////////////////////////////////////////////////////

[DIALOG d_console_Malas]
30,50
nomove
page 0
resizepic 5 5 9200 540 300
resizepic 180 10 9200 140 20//Felluca
dtext 230  10 0122 Malas
resizepic 30 40 9200 140 20//cities
dtext 80  40 1152 Cities
resizepic 180 40 9200 140 20//Dungeons
dtext 225  40 1152 Dungeons
resizepic 330 40 9200 185 20//Sites
dtext 410 40 1152 Sites
//cities
checkertrans 30 60 140 220
dtext 65  60 1152 Luna
button 30 60 4005 4007 1 0 1 //Luna
dtext 65  80 1152 Umbra
button 30 80 4005 4007 1 0 2 //Umbra
//Dungeons
checkertrans 180 60 140 220
dtext 215  60 1152 Bedlam
button 180 60 4005 4007 1 0 19 //Bedlam
dtext 215  80 1152 Citadel
button 180 80 4005 4007 1 0 20 //Citadel
dtext 215  100 1152 Labyrinth
button 180 100 4005 4007 1 0 21 //Labyrinth
dtext 215  120 1152 Doom
button 180 120 4005 4007 1 0 22 //Doom
dtext 215  140 1152 Doom Gauntlet
button 180 140 4005 4007 1 0 23 //Doom Gauntlet
//Sites
checkertrans 330 60 185 220
dtext 365  60 1152 Ilse of the Divide
button 330 60 4005 4007 1 0 37//Ilse of the Divide
dtext 365  80 1152 Crystal Cave Entrance
button 330 80 4005 4007 1 0 38//Crystal Cave Entrance
dtext 365  100 1152 Protected Island
button 330 100 4005 4007 1 0 39 //Protected Island
dtext 365  120 1152 Grand Arena
button 330 120 4005 4007 1 0 40//Grand Arena
dtext 365  140 1152 Hanse's Hostel
button 330 140 4005 4007 1 0 41//Hanse's Hostel
dtext 365  160 1152 Yomotsu Mines
button 330 160 4005 4007 1 0 42//Yomotsu Mines
dtext 365  180 1152 Fan Dancer's Dojo
button 330 180 4005 4007 1 0 43//Fan Dancer's Dojo
dtext 365  200 1152 Samurai Start Location
button 330 200 4005 4007 1 0 44//Samurai Start Location
dtext 365  220 1152 Ninja Start Location  
button 330 220 4005 4007 1 0 45//Ninja Start Location
dtext 365  240 1152 Ninja Cave  
button 330 240 4005 4007 1 0 46//Ninja Cave
dtext 365  260 1152 Malas Gypsy Camp  
button 330 260 4005 4007 1 0 47//Malas Gypsy Camp
///////////////////////////////////////////////////////
button 510 15 4005 4007 1 0 56 //Foward
button 10 10 4014 4016 1 0 55 //back

[DIALOG d_console_Malas BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=989,520,-50,3
OnButton=2
src.go=2049,1344,-85,3
OnButton=19
src.go=121,1684,0,3
OnButton=20
src.go=98,1890,0,3
OnButton=21
src.go=329,1973,2,3
OnButton=22
src.go=2366,1268,-85,3
OnButton=23
src.go=428,341,-1,3
OnButton=37
src.go=1731,981,-79,3
OnButton=38
src.go=1195,515,-90,3
OnButton=39
src.go= 2104,380,-90,3
OnButton=40
src.go=961,637,-90,3
OnButton=41
src.go=1063,1435,-90,3
OnButton=42
src.go=Yomotsu Mines
OnButton=43
src.go=Fan Dancer's Dojo
OnButton=44
src.go=Samurai Start Location
OnButton=45
src.go=Ninja Start Location
OnButton=46
src.go=Ninja Cave
OnButton=47
src.go=Malas Gypsy Camp

OnButton=55
dialog d_console
sound 85
OnButton=56
dialog d_console_tokuno
sound 85
//////////////////////////////////////////////////////////////////

[DIALOG d_console_tokuno]
30,50
nomove
page 0
resizepic 5 5 9200 575 400
resizepic 200 10 9200 150 20//Tokuno
dtext 255 10 0d Tokuno
resizepic 30 40 9200 160 20//cities
dtext 90 40 1152 Cities
resizepic 200 40 9200 150 20//Dungeons
dtext 250 40 1152 Dungeons
resizepic 360 40 9200 195 20//Sites
dtext 445 40 1152 Sites
//cities
checkertrans 30 60 160 320
dtext 65  60 1152 Zento
button 30 60 4005 4007 1 0 1 //Zento
dtext 65  80 1152 Zento Inn
button 30 80 4005 4007 1 0 2 //Zento Inn
dtext 65  100 1152 Tokuno Castle
button 30 100 4005 4007 1 0 3 //Tokuno Castle
dtext 65  120 1152 Citadel Entrance
button 30 120 4005 4007 1 0 4 //Citadel Entrance
dtext 65  160 1152 Shrine Homare-Jima
button 30 160 4005 4007 1 0 5 //Homare-Jima Shrine
dtext 65  180 1152 Shrine Makoto-Jima
button 30 180 4005 4007 1 0 6//Makoto-Jima shrine
dtext 65  200 1152 Shrine Isamu-Jima
button 30 200 4005 4007 1 0 7//Isamu-Jima shrine
//Dungeons
checkertrans 200 60 150 320
dtext 235  60 1152 Yomotsu Mines
button 200 60 4005 4007 1 0 8 //Yomotsu Mines
dtext 235  80 1152 Fan Dancer's Dojo
button 200 80 4005 4007 1 0 9 //Fan Dancer's Dojo
//Sites
checkertrans 360 60 195 320
dtext 395  60 1152 Samurai start location
button 360 60 4005 4007 1 0 10//Samurai start location
dtext 395  80 1152 Ninja start location
button 360 80 4005 4007 1 0 11//Ninja start location
dtext 395  100 1152 Ninja cave
button 360 100 4005 4007 1 0 12 //Ninja cave
dtext 395  120 1152 Moongate Isamu-Jima  
button 360 120 4005 4007 1 0 13//Moongate Isamu-Jima
dtext 395  140 1152 Moongate Makoto-Jima  
button 360 140 4005 4007 1 0 14//Moongate Makoto-Jima
dtext 395  160 1152 Moongate Homare-Jima
button 360 160 4005 4007 1 0 15//Moongate Homare-Jima
dtext 395  180 1152 Beetlescape
button 360 180 4005 4007 1 0 16//Beetlescape
dtext 395  200 1152 Bushido Dojo
button 360 200 4005 4007 1 0 17//Bushido Dojo
dtext 395  220 1152 The Waste [Makoto-Jima]
button 360 220 4005 4007 1 0 18//The Waste [Makoto-Jima]
dtext 395  240 1152 Field Of Echoes
button 360 240 4005 4007 1 0 19//Field Of Echoes
dtext 395  260 1152 Crane Marsh
button 360 260 4005 4007 1 0 20 //Crane Marsh
dtext 395  280 1152 Lotus Lake
button 360 280 4005 4007 1 0 21//lotus lake
dtext 395  300 1152 Mount Sho
button 360 300 4005 4007 1 0 22 //Mount Sho
dtext 395  320 1152 Dragon Valley
button 360 320 4005 4007 1 0 23//Dragon Valley
dtext 395  340 1152 Winter Spur
button 360 340 4005 4007 1 0 24//Winter Spur
dtext 395  360 1152 Kitsune Woods
button 360 360 4005 4007 1 0 25//Kitsune Woods
///////////////////////////////////////////////////////
button 10 10 4014 4016 1 0 26 //back
button 545 15 4005 4007 1 0 27 //Foward

[DIALOG d_console_tokuno BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=736,1256,30,4//Zento
OnButton=2
src.go=686,1211,30,4//Zento Inn
OnButton=3
src.go=1235,771,3,4//Tokuno Castle
OnButton=4
src.go=1346,765,20,4//Citadel Entrance
OnButton=5
src.go=295,712,55,4//Homare-Jima Shrine
OnButton=6
src.go=718,1161,25,4//makoto shrine
OnButton=7
src.go=1047,512,15,4//isamu shrine
OnButton=8
src.go=259,783,70,4//Yomotsu Mines
OnButton=9
src.go=Fan Dancer's Dojo
OnButton=10
src.go=Samurai Start Location//samurai start point
OnButton=11
src.go=Ninja Start Location
OnButton=12
src.go=Ninja Cave
OnButton=13
src.go=1167,996,50,4//moongate isamo
OnButton=14
src.go=799,1201,25,4//moongate makoto
OnButton=15
src.go=267,625,15,4//moongate homare
OnButton=16
src.go=798,245,58,4//beetlescape
OnButton=17
src.go=320,408,32,4//bushido dojo
OnButton=18
src.go=724,943,42,4//the waste makoto-jima
OnButton=19
src.go=160,654,36,4//field of echoes
OnButton=20
src.go=232,1107,10,4//crane marsh
OnButton=21
src.go=1066,817,20,4//lotus lake
OnButton=22
src.go=1159,696,70,4//Mount Sho
OnButton=23
src.go=948,432,8,4//Dragon Valley
OnButton=24
src.go=926,162,34,4//Winter Spur
OnButton=25
src.go=532,520,32,4//kitsune woods
OnButton=26
dialog d_console
sound 85
OnButton=27
dialog d_console_termur
sound 85
////////////////////////////////////////////////////////////////////////
[DIALOG d_console_termur]
30,50
nomove
page 0
resizepic 5 5 9200 585 500
resizepic 185 10 9200 190 20//Felluca
dtext 255  10 0158 Ter Mur
resizepic 30 40 9200 145 20//cities
dtext 85  40 1152 Cities
resizepic 185 40 9200 190 20//Dungeons
dtext 255  40 1152 Dungeons
resizepic 380 40 9200 185 20//Sites
dtext 460 40 1152 Sites
//cities
checkertrans 30 60 145 420
dtext 65  60 1152 Fishermans Reach
button 30 60 4005 4007 1 0 1 //Fishermans Reach
dtext 65  80 1152 Holy City Island
button 30 80 4005 4007 1 0 2 //Holy City Island
dtext 65  100 1152 Lost Settlement
button 30 100 4005 4007 1 0 3 //Lost Settlement
dtext 65  120 1152 Royal City
button 30 120 4005 4007 1 0 4 //Royal City
dtext 65  140 1152 Spiders Guarde
button 30 140 4005 4007 1 0 5 //Spiders Guarde
dtext 65  160 1152 Ter Mur
button 30 160 4005 4007 1 0 6 //Ter Mur
//Dungeons
checkertrans 185 60 190 420
dtext 220 60 1152 Tomb of Kings
button 185 60 4005 4007 1 0 7 //Tomb of Kings
dtext 220 80 1152 Underworld
button 185 80 4005 4007 1 0 8 //Underworld
dtext 220 100 1152 Medusa's Lair
button 185 100 4005 4007 1 0 9 //Medusa's Lair
dtext 220 120 1152 Stygian Dragon's Lair
button 185 120 4005 4007 1 0 10 //Stygian Dragon's Lair
dtext 220 140 1152 Navrey's Lair
button 185 140 4005 4007 1 0 11 //Navrey's Lair
dtext 220 160 1152 The Great Stygian Abyss
button 185 160 4005 4007 1 0 12 //The Great Stygian Abyss
//Sites
checkertrans 380 60 185 420
dtext 415 60 1152 Shrine of Truth
button 380 60 4005 4007 1 0 13//Shrine of Truth
dtext 415 80 1152 Atoll Bend
button 380 80 4005 4007 1 0 14//Atoll Bend
dtext 415 100 1152 Chicken Chase
button 380 100 4005 4007 1 0 15 //Chicken Chase
dtext 415 120 1152 City Residential
button 380 120 4005 4007 1 0 16//City Residential
dtext 415 140 1152 Coral Desert
button 380 140 4005 4007 1 0 17//Coral Desert
dtext 415 160 1152 Gated Isle
button 380 160 4005 4007 1 0 18//Gated Isle
dtext 415 180 1152 Kepetch Waste
button 380 180 4005 4007 1 0 19//Kepetch Waste
dtext 415 200 1152 Lava Lake
button 380 200 4005 4007 1 0 20//Lava Lake
dtext 415 220 1152 Lavapit Pyramid
button 380 220 4005 4007 1 0 21//Lavapit Pyramid
dtext 415 240 1152 Northern Steppes
button 380 240 4005 4007 1 0 22//Northern Steppes
dtext 415 260 1152 Raptor Island
button 380 260 4005 4007 1 0 23//Raptor Island
dtext 415 280 1152 Royal Park
button 380 280 4005 4007 1 0 24//Royal Park
dtext 415 300 1152 Shrine of Singularity
button 380 300 4005 4007 1 0 25//Shrine of Singularity
dtext 415 320 1152 Slith Valley
button 380 320 4005 4007 1 0 26//Slith Valley
dtext 415 340 1152 Spider Island
button 380 340 4005 4007 1 0 27//Spider Island
dtext 415 360 1152 Talon Point
button 380 360 4005 4007 1 0 28//Talon Point
dtext 415 380 1152 Ter Mur Moongate
button 380 380 4005 4007 1 0 29//Ter Mur Moongate
dtext 415 400 1152 Treefellow Course
button 380 400 4005 4007 1 0 30//Treefellow Course
dtext 415 420 1152 Void Isle
button 380 420 4005 4007 1 0 31//Void Isle
dtext 415 440 1152 Walled Circus
button 380 440 4005 4007 1 0 32//Walled Circus
dtext 415 460 1152 Waterfall Point
button 380 460 4005 4007 1 0 33//Waterfall Point
///////////////////////////////////////////////////////
button 10 10 4014 4016 1 0 34 //back
button 550 15 4005 4007 1 0 35 //Foward

[DIALOG d_console_termur BUTTON]
OnButton=0
src.sysmessage @1152 Runebook closed.
sound 85
OnButton=1
src.go=//Fishermans Reach
OnButton=2
src.go=//Holy City Island
OnButton=3
src.go=//Lost Settlement
OnButton=4
src.go=//Royal City
OnButton=5
src.go=//Spiders Guarde
OnButton=6
src.go=751,3402,-65,5//Ter Mur
OnButton=7
src.go=35,100,0,5//Tomb of Kings
OnButton=8
src.go=1147,1090,-42,5//Underworld
OnButton=9
src.go=818,924,-14,5//Medusa's Lair
OnButton=10
src.go=330,159,20,5//Stygian Dragon's Lair
OnButton=11
src.go=1054,862,-32,5//Navrey's Lair
OnButton=12
src.go=521,923,29,5//The Great Stygian Abyss
OnButton=13
src.go=1180,875,0,5//Shrine of Truth
OnButton=14
src.go=//Atoll Bend
OnButton=15
src.go=//Chicken Chase
OnButton=16
src.go=//City Residential
OnButton=17
src.go=//Coral Desert
OnButton=18
src.go=//Gated Isle
OnButton=19
src.go=//Kepetch Waste
OnButton=20
src.go=//Lava Lake
OnButton=21
src.go=//Lavapit Pyramid
OnButton=22
src.go=//Northern Steppes
OnButton=23
src.go=//Raptor Island
OnButton=24
src.go=//Royal Park
OnButton=25
src.go=//Shrine of Singularity
OnButton=26
src.go=//Slith Valley
OnButton=27
src.go=//Spider Island
OnButton=28
src.go=//Talon Point
OnButton=29
src.go=//Ter Mur Moongate
OnButton=30
src.go=//Treefellow Course
OnButton=31
src.go=//Void Isle
OnButton=32
src.go=//Walled Circus
OnButton=33
src.go=//Waterfall Point
OnButton=34
dialog d_console
sound 85
OnButton=35
dialog d_console
sound 85
//////////////////////////////////////////////////////////////////
[EOF]
(This post was last modified: 05-03-2013 09:56 AM by amonvangrell.)
04-30-2013 02:33 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Staff Runebook - all facets
Nice Big Grin
04-30-2013 06:17 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)