Search results

Play Now
  1. Karl

    Request 1st line support course

    This is really difficult to answer. It's all going to depend on your company. What you already know and what areas your third line deal with. My company is predominantly web/email hosting. So a real good understanding of the ins and outs of nginx, apache, mysql, dovecot etc etc - how they...
  2. Karl

    Request 1st line support course

    I just want to put this into perspective when it comes to worrying about getting qualifications, as i've alluded to previously, I don't look for them, neither do other heads where I work. I started working where I work now in 2011 on Frontline answering calls about hosted websites - I had no...
  3. Karl

    Request 1st line support course

    2nd line is most definitely the way forward. But around 95% of all my recruitment for 2nd line comes directly through our first line teams. It's far better to get your foot in the door and show willing, within 6 months if you're good, you'll be stepping up.
  4. Karl

    Request 1st line support course

    I've got some first and 2nd line support jobs going atm in Gloucester if people are looking :D Oh and looking for some experienced devs namely in .Net / UI / PHP and more devops type OKD developers.
  5. Karl

    Request Best UK Dedi to host a Mir Server

    PM me the IP or your account number and i'll see if I can get someone to take a look at a cause for you.
  6. Karl

    Release Windows 11 Dev Leak

    I've PM'd you.
  7. Karl

    Request 1st line support course

    Exactly, it's amazing how many people will fall for sob stories or people claiming they made a mistake or registered wrong email address etc etc and just reset passwords or change email addresses on accounts for people. Seen that happen out there in the real world all too often (actually may...
  8. Karl

    Request 1st line support course

    So a recruitment day for me we'll invite along 10-20 people and will follow some kind of format like this: An Ice breaker (Tell everyone something about yourself that people probably wouldn't be able to guess or would be surprising, something simple like this). Gives a good insight as to how...
  9. Karl

    Request 1st line support course

    Little late here, but when recruiting for first liners I don't care about qualifications. Generally speaking when people apply to work for us in a first line capacity over 70% of who I take on have zero IT qualifications. Don't get me wrong, the qualifications are a bonus but I don't instantly...
  10. Karl

    down??

    Same here. It did say disconnected, reason: Server Crash, For me, so I assume someone broke it :hopelessness:
  11. Karl

    Feature thread.

    Damn fine if you! Do I have to lick your 🥕 now? Sent from my iPhone using Tapatalk
  12. Karl

    Feature thread.

    Not strictly true, but I’m still a retard who’s lack of sleep made him mis read what you wrote! I somehow read that the guaranteed drop rate thing where you mentioned progress was at an account not character level. <<<<<see you did say character level, so I can still blame you right [emoji13]...
  13. Karl

    Feature thread.

    Have I understood the “features” thread correctly? If I level to say level 30 with a wiz, I can then go and create a warrior and he instantly becomes level 30? If that’s the case, isn’t everyone just going to power level as a wiz, mass lure to level then when you’ve gotten to a decent level...
  14. Karl

    HDMI Cables for 4K TV's

    Not at all true. You need version 2.0 for 4K 60fps. Until recently the standard has been v 1.4 which will only feed 4K in 30 fps. Sent from my iPhone using Tapatalk
  15. Karl

    [GSP] Taoist Pets Question

    I think it's almost definitely hardcoded. Can't see anything in stored procedures or DB (Although haven't had a thorough look through txt files). You could give additional pets using an NPC though.
  16. Karl

    [GSP] Engraving NPC.

    The commands were already in the files (The WriteWeaponName at least) but it just doesn't seem to want to do anything. :(
  17. Karl

    [GSP] Engraving NPC.

    Has anyone fixed this yet, if so do you have a solution. From what i've discovered regarding it: Script states #ACT WriteWeaponNameEx @CheckWeaponName in D:\mud3\Envir\Market_Def\Share\Refine And fails to do anything after inputting the name #ACT WriteWeaponName @CheckWeaponName...
  18. Karl

    [GSP] Showing a GSP Usercount in and out of Game

    In D:\mud3\Envir\Market_Def\00default: [@main] #ACT goto @UserCountEvent ; goto @TimerEvent ;时间 goto @IceBridgeEvent goto @ItemEvent ;物品事件(物品点击) goto @BossEvent ;Boss地图打点 goto @WeatherEvent ;天气控制 goto @CastleDefaultSetting ;沙巴克和沙漠土城 默认设置...
  19. Karl

    Mir3Res.dat encryption/decryption tool

    You either need to open the cmd prompt in the actual folder of the crypt.exe with ctrl+shift+right click OR You can open a command prompt and specify the location of crypt.exe followed by the other paths. eg: c:\crypt.exe -d "c:\mud3\envir\mir3res.dat" "c:\mud3\envir\mir3resdecrypted.xml"