Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             T.setViewEye(cameraPointA)
  2.             T.setCamera([cameraPointB, 100])
  3.             var f = function()
  4.                 spawn(1000)
  5.                     T.setCamera([solomonMob, 80])
  6.                     var f2 = function()
  7.                         spawn(100)
  8.                             solomonMob.iconState = 'north'
  9.                             spawn(300)
  10.                                 solomonMob.iconName = 'Solomon_move'
  11.                                
  12.                                 var f3 = function()
  13.                                     var f4 = function()
  14.                                         T.shakeCamera(20, 3, 0.5)
  15.                                         T.yggdrasilPulse()
  16.                                         spawn(500)
  17.                                             solomonAura = spawnEffect('obj/effect/enchanter_aura/Solomon', [solomonMob.xPos, solomonMob.yPos, solomonMob.mapName])
  18.                                             solomonMob.anchored.push(solomonAura)
  19.                                         spawn(1500)
  20.                                             solomonMob.iconState = 'south'
  21.                                             spawn(500)
  22.                                                 var f5 = function()
  23.                                                     var stopMove = function()
  24.                                                         solomonMob.iconName = 'Solomon'
  25.                                                     solomonMob.iconName = 'Solomon_move'
  26.                                                     solomonMob.moveDirAmt('south', 36, 4, true, stopMove)
  27.                                                    
  28.                                                     spawn(200)
  29.                                                         T.shakeCamera(10, 3, 1)
  30.                                                         T.yggdrasilPulse()
  31.                                                         spawn(300)
  32.                                                             var f6 = function()
  33.                                                                 solomonMob.iconState = 'north'
  34.                                                                 T.setCamera([cameraPointB, 80])
  35.                                                                 spawn(1500)
  36.                                                                     var f7 = function()
  37.                                                                         T.continuousCameraShake(25, 4)
  38.                                                                         T.yggdrasilPulse(1500)
  39.                                                                         spawn(100)
  40.                                                                             spawningMeteors = true
  41.                                                                             for(var i = 1; i <= 8; i++)
  42.                                                                                 spawnMeteor()
  43.                                                                        
  44.                                                                         spawn(3000)
  45.                                                                             T.yggdrasilPulse()
  46.                                                                             spawn(300)
  47.                                                                                 var f8 = function()
  48.                                                                                     var f9 = function()
  49.                                                                                         T.setCamera([cameraPointA, 80])
  50.                                                                                     T.mob.dialog("Indeed, Beniah... There's much work to be done. Let's go, then, to the golden age, where Brittania will reign supreme.", "King Solomon", f9)                                                                     
  51.                                                                                
  52.                                                                                 T.setCamera([solomonMob, 80])
  53.                                                                                 T.mob.dialog("You have to live through this, sir! Brittania will prosper under the rule of magic.", "General Beniah", f8)
  54.                                                                            
  55.                                                                            
  56.                                                                     T.mob.dialog("By the Gods...", "General Beniah", f7)
  57.                                                                    
  58.                                                             T.mob.dialog("You've done it, King Solomon... What we've been working towards all these years...--", "General Ashel")
  59.                                                             T.mob.dialog("But something doesn't feel right. It almost feels like I'm being watched.", "General Ashel", f6)
  60.                                                            
  61.                                                    
  62.                                                 T.mob.dialog("So this is the power kingdoms have fell to ruin in search of... {color:#83D6F2}Magic{/color}. I feel the elements bending to my will.", "King Solomon", f5)
  63.                                            
  64.                                     solomonMob.iconName = 'Solomon'
  65.                                     T.mob.dialog("Become divine with a bite of the fruit... For the Kingdom of Brittania!", "King Solomon")
  66.                                     T.mob.dialog("For Brittania!", "Generals Ashel and Beniah", f4)
  67.                                
  68.                                 solomonMob.moveDirAmt('north', 36, 4, true, f3)
  69.                    
  70.                     T.mob.dialog("After five years of searching and the loss of many great men, the king discovered the tree and passed its trials.", "NARRATION")
  71.                     T.mob.dialog("We're here! Ah, there isn't a treasure more valuable--look, the World Tree--the blue fruit of Yggrasil that contains power supreme...", "King Solomon")
  72.                     T.mob.dialog("Now, my loyal knights, bear witness as I...-", "King Solomon", f2)
  73.                
  74.             T.mob.dialog("Over 800 years ago, {color:yellow}King Solomon{/color} and his loyal knights set out on a journey for {color:yellow}Yggdrasil{/color}, the heavenly tree said to fuel the world with life.", "NARRATION", f)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement