Вначале этот скрипт был платным, за телепорт в нужное место нада было отвалить нехилые бабки, теперь телепорт халявны + в ньюби данж незя переместиться с боевыми больше 75!!!
//Redacted by DihlofozzZ
[ITEMDEF i_travel_stone]
NAME=Travel Stone
TYPE=t_script
ID=I_grave_stone
SUBSECTION=Stones
CATEGORY=GM Stuff
DESCRIPTION=Travel Stone
ON=@CREATE
COLOR=010
ATTR=00050
ON=@dclick
src.dialog d_playertravel
return 1
[DIALOG d_playertravel]
0,0 // This makes the gump start in the top left corner of the screen
page 0
resizepic 0 0 3600 640 480
gumppic 1 1 5500
gumppic 60 50 5528
gumppic 2 2 5536
button 555 5 5513 5514 1 0 0
text 450 50 90 0
button 450 80 2360 2360 0 1 1 // Towns
text 470 75 80 1
button 450 100 2360 2360 0 2 2 // Dungeons
text 470 95 80 2
button 450 120 2360 2360 0 3 3 // GraveYards
text 470 115 80 3
text 450 260 81 4
button 450 285 2360 2360 1 0 4 // Craftables Showcase
text 470 280 80 5
button 450 305 2360 2360 1 0 5 // Dye House
text 470 300 80 6
button 450 325 2360 2360 1 0 6 // Newbie Dungeon
text 470 320 80 7
//button 450 345 2360 2360 1 0 7 // Star Chamber
//text 470 340 80 8
//button 450 365 2360 2360 1 0 8 // Tournament Arena
//text 470 360 80 9
//button 450 385 2360 2360 1 0 9 // Vendors Area
//text 470 380 80 10
page 1
button 178 210 2360 2360 1 0 10 // Britain
text 188 205 90 11
button 260 250 2360 2360 1 0 11 // Buccaneer's Den
text 220 255 90 12
button 225 155 2360 2360 1 0 12 // Cove
text 235 150 90 13
button 162 395 2360 2360 1 0 13 // Jhelom
text 172 390 90 14
button 335 240 2360 2360 1 0 14 // Magincia
text 345 235 90 15
button 240 90 2360 2360 1 0 15 // Minoc
text 250 85 90 16
button 395 165 2360 2360 1 0 16 // Moonglow
text 365 143 90 17
button 335 165 2360 2360 1 0 17 // Nujel'm
text 315 172 90 18
button 325 295 2360 2360 1 0 18 // Occlo
text 335 290 90 19
button 275 375 2360 2360 1 0 19 // Serpents Hold
text 285 370 90 20
button 100 250 2360 2360 1 0 20 // Skara Brae
text 110 245 90 21
button 205 320 2360 2360 1 0 21 // Trinsic
text 215 315 90 22
button 280 125 2360 2360 1 0 22 // Vesper
text 290 120 90 23
button 165 130 2360 2360 1 0 23 // Wind
text 175 125 90 24
button 80 130 2360 2360 1 0 24 // Yew
text 90 125 90 25
page 2
button 250 135 2360 2360 1 0 25 // Covetous
text 260 130 80 26
button 367 93 2360 2360 1 0 26 // Deceit
text 377 88 80 27
button 160 150 2360 2360 1 0 27 // Despise
text 170 145 80 28
button 150 295 2360 2360 1 0 28 // Destard
text 160 290 80 29
button 405 400 2360 2360 1 0 29 // Hythloth
text 375 380 80 30
button 100 190 2360 2360 1 0 30 // Shame
text 110 185 80 31
button 215 70 2360 2360 1 0 31 // Wrong
text 225 65 80 32
page 3
button 178 210 2360 2360 1 0 32 // Britain GY
text 188 205 70 33
button 225 155 2360 2360 1 0 33 // Cove GY
text 235 150 70 34
button 162 395 2360 2360 1 0 34 // Jhelom GY
text 172 390 70 35
button 395 165 2360 2360 1 0 35 // Moonglow GY
text 365 143 70 36
button 335 165 2360 2360 1 0 36 // Nujel'm GY
text 315 172 70 37
button 280 125 2360 2360 1 0 37 // Vesper GY
text 290 120 70 38
button 80 130 2360 2360 1 0 38 // Yew GY
text 90 125 70 39
[DIALOG d_playertravel TEXT]
Travel Menu
Towns
Dungeons
GraveYards
Special Area
Newbie Dungeon // edited
Telecenter //Tournament Arena // edited
PbIHOK // edited
//Craftables Showcase
Dye House
Newbie Dungeon
Star Chamber
//Tournament Arena
//Vendors Area
Britain
Buccaneer's Den
Cove
Jhelom
Magincia
Minoc
Moonglow
Nujel'm
Occlo
Serpents Hold
Skara Brae
Trinsic
Vesper
Wind
Yew
Covetous
Deceit
Despise
Destard
Hythloth
Shame
Wrong
Britain GY
Cove GY
Jhelom GY
Moonglow GY
Nujel'm GY
Vesper GY
Yew GY
[DIALOG d_playertravel BUTTON]
ONBUTTON=0
SRC.SYSMESSAGE Cancelled!
RETURN 0
ONBUTTON=4 // Newbie Dungeon
IF <SRC.ISGM>
SRC.GO 5331,1375,0
SRC.MESSAGE Welcome to Newbie Dungeon <SRC.NAME>!
SRC.MESSAGE Newby Zone - NO PK and Loot !
SRC.MESSAGE Penalty: 100K or One hour in prison!
SRC.MESSAGE Have a nice day!
RETURN 0
ELSEIF <SRC.ARCHERY> > 75.0
SRC.SYSMESSAGE Your Skill Archery are too high to enter.
RETURN 0
ELSEIF <SRC.FENCING> > 75.0
SRC.SYSMESSAGE Your Skill Fencing are too high to enter.
RETURN 0
ELSEIF <SRC.MACEFIGHTING> > 75.0
SRC.SYSMESSAGE Your Skill Macefighting are too high to enter.
RETURN 0
ELSEIF <SRC.MAGERY> >75.0
SRC.SYSMESSAGE Your Skill Magery are too high to enter.
RETURN 0
ELSEIF <SRC.PARRYING> > 75.0
SRC.SYSMESSAGE Your Skill Parryng are too high to enter.
RETURN 0
ELSEIF <SRC.SWORDSMANSHIP> > 75.0
SRC.SYSMESSAGE Your Skill Swordsmanship are too high to enter.
RETURN 0
ELSEIF <SRC.TACTICS> > 75.0
SRC.SYSMESSAGE Your Skill Tactics are too high to enter.
RETURN 0
ELSEIF <SRC.WRESTLING> > 75.0
SRC.SYSMESSAGE Your Skill Wrestling are too high to enter.
RETURN 0
ELSE
SRC.GO 5331,1375,0
ONBUTTON=5 // Tournament Arena
SRC.GO 5222,1731,1
SRC.MESSAGE Welcome to Telecenter <SRC.NAME>!
SRC.MESSAGE Teleport Zone - NO PK and Loot !
SRC.MESSAGE Penalty: 100K or One hour in prison!
SRC.MESSAGE Have a nice day!
ONBUTTON=6 // PbIHOK
SRC.GO 5900,1919,0
SRC.MESSAGE WELCOME TO BLOOD LANDS PbIHOK!!!
//ONBUTTON=4 // Craftables Showcase
//SRC.GO 5529,1119,1
//ONBUTTON=5 // Dye House
//SRC.GO 5396,1226,1
//ONBUTTON=6 // Newbie Dungeon
//SRC.GO 5156,1507,5
//SRC.MESSAGE Welcome to Newbie Dungeon <SRC.NAME>!
//SRC.MESSAGE Rules: NO PKing, No Looting, No Sparring!
//SRC.MESSAGE Penalty: 100K or One hour in prison!
//SRC.MESSAGE This trip is for free!
//ONBUTTON=7 // Star Chamber
//SRC.GO 5581,7121,15
//ONBUTTON=8 // Tournament Arena
//SRC.GO 1397,3750,-21
//SRC.MESSAGE This trip is for free!
//ONBUTTON=9 // Vendors Area
//SRC.GO 5134,483,15
//SRC.MESSAGE This trip is for free!
ONBUTTON=10 // Britain
SRC.GO 1432,1698,3
SRC.MESSAGE Welcome to Britain <SRC.NAME>!
ONBUTTON=11 // Buccaneer's Den
SRC.go 2666,2194,0
SRC.MESSAGE Welcome to Buccaneer's Den <SRC.NAME>!
ONBUTTON=12 // Cove
SRC.go 2269,1221,0
SRC.MESSAGE Welcome to Cove <SRC.NAME>!
ONBUTTON=13 // Jhelom
SRC.go 1331,3773,0
SRC.MESSAGE Welcome to Jhelom <SRC.NAME>!
ONBUTTON=14 // Magincia
SRC.GO 3731,2164,20
SRC.MESSAGE Welcome to Magincia <SRC.NAME>!
ONBUTTON=15 // Minoc
SRC.go 2504,562,0
SRC.MESSAGE Welcome to Minoc <SRC.NAME>!
ONBUTTON=16 // Moonglow
SRC.go 4480,1172,0
SRC.MESSAGE Welcome to Moonglow <SRC.NAME>!
ONBUTTON=17 // Nujel'm
SRC.go 3770,1318,0
SRC.MESSAGE Welcome to Nujel'm <SRC.NAME>!
ONBUTTON=18 // Occlo
SRC.go 3690,2523,0
SRC.MESSAGE Welcome to Occlo <SRC.NAME>!
ONBUTTON=19 // Serpents Hold
SRC.go 2892,3477,15
SRC.MESSAGE Welcome to Serpents Hold <SRC.NAME>!
ONBUTTON=20 // Skara Brae
SRC.go 592,2156,0
SRC.MESSAGE Welcome to Skara Brae <SRC.NAME>!
ONBUTTON=21 // Trinsic
SRC.go 1823,2826,0
SRC.MESSAGE Welcome to Trinsic <SRC.NAME>!
ONBUTTON=22 // Vesper
SRC.go 2894,684,0
SRC.MESSAGE Welcome to Vesper <SRC.NAME>!
ONBUTTON=23 // Wind
SRC.go 5265,171,15
SRC.MESSAGE Welcome to Wind <SRC.NAME>!
ONBUTTON=24 // Yew
SRC.go 633,827,0
SRC.MESSAGE Welcome to Yew <SRC.NAME>!
ONBUTTON=25 // Covetous
SRC.go 2499,923,0
SRC.MESSAGE Welcome to Covetous <SRC.NAME>!
ONBUTTON=26 // Deceit
SRC.go 4110,434,5
SRC.MESSAGE Welcome to Deceit <SRC.NAME>!
ONBUTTON=27 // Despise
SRC.go 1301,1081,0
SRC.MESSAGE Welcome to Despise <SRC.NAME>!
ONBUTTON=28 // Destard
SRC.go 1180,2640,0
SRC.MESSAGE Welcome to Destard <SRC.NAME>!
ONBUTTON=29 // Hythloth
SRC.go 4722,3823,1
SRC.MESSAGE Welcome to Hythloth <SRC.NAME>!
ONBUTTON=30 // Shame
SRC.go 513,1562,0
SRC.MESSAGE Welcome to Shame <SRC.NAME>!
ONBUTTON=31 // Wrong
SRC.go 2044,238,10
SRC.MESSAGE Welcome to Wrong <SRC.NAME>!
ONBUTTON=32 // Britain GY
SRC.go Britain Graveyard
SRC.MESSAGE Welcome to Britain Graveyard <SRC.NAME>!
ONBUTTON=33 // Cove GY
SRC.go Cove Graveyard
SRC.MESSAGE Welcome to Cove Graveyard <SRC.NAME>!
ONBUTTON=34 // Jhelom GY
SRC.go Jhelom Cemetary
SRC.MESSAGE Welcome to Jhelom Cemetary <SRC.NAME>!
ONBUTTON=35 // Moonglow GY
SRC.go Moonglow Cemetary
SRC.MESSAGE Welcome to Moonglow Cemetary <SRC.NAME>!
ONBUTTON=36 // Nujel'm GY
SRC.go Nujel'm Cemetary
SRC.MESSAGE Welcome to Nujel'm Cemetary <SRC.NAME>!
ONBUTTON=37 // Vesper GY
SRC.go Vesper Cemetary
SRC.MESSAGE Welcome to Vesper Cemetary <SRC.NAME>!
ONBUTTON=38 // Yew GY
SRC.go Yew Graveyard
SRC.MESSAGE Welcome to Yew Graveyard <SRC.NAME>!
ENDIF