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.

fkrausewow

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    fkrausewow got a reaction from frostzlo in Project Epoch wrobot doesn't work   
    @Droidz 
    Can you help us please?
    The bot seems work, showing coordinates, ID and a lot of other information. Suggesting it's working without any problems.
    But when I press "Play" the following error appears and the game insta-crash.
    Error: 
    22 ago. 2025 18H39.log.html
  2. Thanks
    Hello,
    Try with this plugin Main.cs :
    using System.Threading; using wManager.Wow.Class; using wManager.Wow.Enums; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { const int SpellId = 46457; const int NpcId = 50041; public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is wManager.Wow.Bot.States.ToTown) { MovementManager.StopMove(); new Spell(SpellId).Launch(true); Thread.Sleep(5000); var npc = new Npc { ContinentId = (ContinentId)Usefuls.ContinentId, Name = "Field Repair Bot 75B", Entry = NpcId, Position = wManager.Wow.ObjectManager.ObjectManager.Me.Position, Type = Npc.NpcType.Repair, Faction = Npc.FactionType.Neutral }; NpcDB.ListNpc.RemoveAll(n => n.Active && n.Entry == npc.Entry && n.Type == npc.Type && n.ContinentId == npc.ContinentId && n.CurrentProfileNpc); NpcDB.AddNpc(npc, false, true); } }; } public void Dispose() { } public void Settings() { } }  
  3. Like
    @Droidz  You can help us please.
  4. Like
    I got a companion called "Field Repair Bot 75B", which works like a simple blacksmith—it sells junk and repairs gear.
    I want to be able to summon it whenever my bags are full so I can sell trash without having to walk back to town every time. 
    Plus, it’d be great to repair my gear.

                      Game Version: 1.13 Vanilla                    
    Dev Info:
    (Id found: 46457, Name found: , NameInGame found: Field Repair Bot 75B, Know = True, IsSpellUsable = True, IsInActionBar = True))

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.