Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Simelting and Blacksmith

Featured Replies

I need a chained profile that will automatically gather ores and, after reaching a certain quantity, process them at a smelting location and create items at a Blacksmith. At the very least, if this is not possible, having a processing module when reaching the smelting and Blacksmith locations would suffice. How can I accomplish this?

Yes, it’s pretty simple with a little lua / C#. You should give it a shot and ask for help if you find a bug.

  • Author
4 minutes ago, Nax said:

Evet, biraz lua / C# ile oldukça basit. Bir şans vermeli ve bir hata bulursanız yardım istemelisiniz.

I haven't started right now, I want some help if I can start smelting, the rest seems easy, only this code is needed.

  • Author
26 minutes ago, Nax said:

Evet, biraz lua / C# ile oldukça basit. Bir şans vermeli ve bir hata bulursanız yardım istemelisiniz.

do you think this could be it?

""""

function Smelt() local smeltingItemID = ?????? local smeltingSpellID = ?????

if IsSpellKnown(smeltingSpellID) then

if HasItem(smeltingItemID) then

if IsInZone("SmeltingZone") then UseItem(smeltingItemID) CastSpellByID(smeltingSpellID)

end

end

end

end

function OnTick(event, ticks)

if event == "??????" then

smelt()

end

end

RegisterEvent("OnTick", OnTick)

"""""

I'm a bit of a beginner, I don't know how to integrate

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.