Jump to content

Recommended Posts

Posted

I found this but how it works is confusing I made some edits that helped, this is the original script if anyone has any tips or wants to edit I would appreciate it.

 

 

{
  Into the Flame

  Start lvl: 60
  NPC: Watcher of Valakas Klein
  Type: Solo / One time only
  Rewards: Floating Stone to allow you to meet Valakas.
}

const
  Klein = 31540;
{
2. He will ask you to get him a Vacualite from Blacksmith Hilda in Goddard.
   He need it to create Floating Stone for you to get through the Hall of Flames.

3. Meet Blacksmith Hilda in Goddard, and she will tell you to bring her Vacualite Ore.
She will send you to hunt in the Garden of Wild Beasts the following mobs (they are easy - 1/2 HP):

    Kookaburra Kookaburra
    Bandersnatch
    Grendel

Bring back 50 Vacualite Ore.

4. Give the 50 quest items to Blacksmith Hilda in Goddart. She'll make the Vacualite.
   Now you can return with it to Klein in Forge of the Gods.

5. Speak again with Klein and he will turn the Vacualite the Floating Stone.
   After that, you can port to the small hallway above the lava flow that you can
   see behind Klein, and the Floating Stone disappears.

Note: after you get the Floating Stone from Klein, talk to him and pick up the quest again.
}

procedure  IntoTheFlames;
begin
  // 1. Teleport from Goddard to the entrance of the Forge of the Gods.
  //TeleportTo ('forge of gods');
{
  Go down and cross the bridge. Take the first left and after that take every right turn,
  and stick to the right. Soon you will see Watcher of Valakas Klein.
  Speak with him.
}
  if  User.InRange (170209, -116238, -2079, 500, 200)  then begin
    Engine.MoveTo (171469, -116228, -2144);
  end;
  if  User.InRange (171469, -116228, -2144, 500, 200)  then begin
    Engine.MoveTo (171564, -116190, -2183);
  end;
  if  User.InRange (171564, -116190, -2183, 500, 200)  then begin
    Engine.MoveTo (171795, -116124, -2816);
  end;
  if  User.InRange (171795, -116124, -2816, 500, 200)  then begin
    Engine.MoveTo (172498, -116436, -3216);
  end;
  if  User.InRange (172498, -116436, -3216, 500, 200)  then begin
    Engine.MoveTo (173368, -116102, -3592);
  end;
  if  User.InRange (173368, -116102, -3592, 500, 200)  then begin
    Engine.MoveTo (173603, -115475, -3760);
  end;
  if  User.InRange (173603, -115475, -3760, 500, 200)  then begin
    Engine.MoveTo (175187, -115767, -3784);
  end;
  if  User.InRange (175187, -115767, -3784, 500, 200)  then begin
    Engine.MoveTo (175669, -116001, -3810);
  end;
  if  User.InRange (175669, -116001, -3810, 500, 200)  then begin
    Engine.MoveTo (177391, -116482, -3688);
  end;
  if  User.InRange (177391, -116482, -3688, 500, 200)  then begin
    Engine.MoveTo (178245, -116805, -3600);
  end;
  if  User.InRange (178245, -116805, -3600, 500, 200)  then begin
    Engine.MoveTo (179030, -117037, -3633);
  end;
  if  User.InRange (179030, -117037, -3633, 500, 200)  then begin
    Engine.MoveTo (179956, -117974, -3641);
  end;
  if  User.InRange (179956, -117974, -3641, 500, 200)  then begin
    Engine.MoveTo (178864, -118398, -3824);
  end;
  if  User.InRange (178864, -118398, -3824, 500, 200)  then begin
    Engine.MoveTo (177473, -118801, -4112);
  end;
  if  User.InRange (177473, -118801, -4112, 500, 200)  then begin
    Engine.MoveTo (177011, -119858, -4112);
  end;
  if  User.InRange (177011, -119858, -4112, 500, 200)  then begin
    Engine.MoveTo (177225, -120569, -4142);
  end;
  if  User.InRange (177225, -120569, -4142, 500, 200)  then begin
    Engine.MoveTo (177787, -121050, -4056);
  end;
  if  User.InRange (177787, -121050, -4056, 500, 200)  then begin
    Engine.MoveTo (179275, -120980, -3824);
  end;
  if  User.InRange (179275, -120980, -3824, 500, 200)  then begin
    Engine.MoveTo (180162, -120630, -3680);
  end;
  if  User.InRange (180162, -120630, -3680, 500, 200)  then begin
    Engine.MoveTo (180479, -120475, -3701);
  end;
  if  User.InRange (180479, -120475, -3701, 500, 200)  then begin
    Engine.MoveTo (181461, -119376, -3608);
  end;
  if  User.InRange (181461, -119376, -3608, 500, 200)  then begin
    Engine.MoveTo (181652, -118364, -3360);
  end;
  if  User.InRange (181652, -118364, -3360, 500, 200)  then begin
    Engine.MoveTo (182228, -117269, -3336);
  end;
  if  User.InRange (182228, -117269, -3336, 500, 200)  then begin
    Engine.MoveTo (181886, -116809, -3328);
  end;
  if  User.InRange (181886, -116809, -3328, 500, 200)  then begin
    Engine.MoveTo (182182, -115114, -3336);
  end;
  if  User.InRange (182182, -115114, -3336, 500, 200)  then begin
    Engine.MoveTo (183656, -114906, -3336);
  end;
  // Talk to Klein
  //Engine.Target
  // GoHome
  // Move from gatekeeper to Blacksmith Hilda
  // Move from Hilda to hunting zone
  if  User.InRange (146457, -58751, -2968, 500, 200)  then begin
    Engine.MoveTo (146708, -58882, -2968);
  end;
  if  User.InRange (146708, -58882, -2968, 500, 200)  then begin
    Engine.MoveTo (146780, -58723, -3000);
  end;
  if  User.InRange (146780, -58723, -3000, 500, 200)  then begin
    Engine.MoveTo (146609, -58629, -3007);
  end;
  if  User.InRange (146609, -58629, -3007, 500, 200)  then begin
    Engine.MoveTo (146648, -58504, -3007);
  end;
  if  User.InRange (146648, -58504, -3007, 500, 200)  then begin
    Engine.MoveTo (144802, -57522, -2976);
  end;
  if  User.InRange (144802, -57522, -2976, 500, 200)  then begin
    Engine.MoveTo (144408, -57788, -2976);
  end;
  if  User.InRange (144408, -57788, -2976, 500, 200)  then begin
    Engine.MoveTo (144136, -57975, -3016);
  end;
  if  User.InRange (144136, -57975, -3016, 500, 200)  then begin
    Engine.MoveTo (143031, -58736, -3448);
  end;
  if  User.InRange (143031, -58736, -3448, 500, 200)  then begin
    Engine.MoveTo (141468, -58654, -3232);
  end;
end;

BEGIN
  IntoTheFlames;
END.
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock