Author Topic: Motd White  (Read 7337 times)

0 Members and 1 Guest are viewing this topic.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Motd White
« Reply #15 on: July 25, 2012, 12:13:57 PM »
I tried this motdmenu.lua, it work's but only shows the clients cached motd from a previous server they have joined. I've got it set to the URL option.
I get this error in console when joining the server:
Code: [Select]
LX version 3.54 loaded.
[@ulib\client\cl_util.lua:9] Received bad RPC, invalid function (ulx.rcvMotd)!

Is that anything to do with it or am I missing something?

The code I posted wasn't the full motdmenu.lua file, it's only the one function (which is most of the file anyways). So open the old motdmenu.lua file, go to line 6 and replace only the ulx.showMotdMenu function (lines 6 to wherever the "end" is) with the code above.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline Wully616

  • Jr. Member
  • **
  • Posts: 64
  • Karma: 10
    • WullysGamers
Re: Motd White
« Reply #16 on: July 25, 2012, 04:17:44 PM »
The code I posted wasn't the full motdmenu.lua file, it's only the one function (which is most of the file anyways). So open the old motdmenu.lua file, go to line 6 and replace only the ulx.showMotdMenu function (lines 6 to wherever the "end" is) with the code above.

Thanks Stickly, replaced the proper part and it worked. That's what I get for being  too hasty and replacing the whole file :)
[/url]

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Motd White
« Reply #17 on: July 26, 2012, 05:13:55 PM »
Not an option for me. :P I think it used to be before you guys made me a Global Mod, but I currently do not have the ability to modify a user's karma.

Odd. Do you have access now?
Experiencing God's grace one day at a time.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Motd White
« Reply #18 on: July 26, 2012, 05:37:51 PM »
Yep! I see the links under the karma section now.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Motd White
« Reply #19 on: July 27, 2012, 03:03:42 PM »
It's because they haven't fixed their ULX with the updated MOTD panel code. Until they do, it will appear white for you. You always use client code from the server over what is on your local machine.