Multiboards

  • Thread starter Thread starter Zobber
  • Start date Start date
Well I can see four things wrong with this situation.

1) What is in that for loop? You didn't open it to show if what was in it could potentially do something for the multiboard.

2) You want to set a multiboard variable array with a placement for the player number of picked player. Don't know if that's the issue, but things might get a bit hazy using (last created multiboard), which will only work perfectly when you're creating one and only one multiboard.

3) Explain what is wrong with the multiboard.

4) I believe you might need to set the width of the cells. This is always an issue. Count the number of letters you use, plus the spaces, and divide that by 2. That should give you a suitable percent of the screen width.
 
Hi, sorry for the bad explanation.

The loop contains the information that set the width for the multiboard.

I am only seeing ONE multiboard when i am playing. I want a multiboard for every player playing.
 
I want that every player can see ALL multiboards to see their current situation.
 
Hm...according to what you seem to say, the multiboards aren't showing up (obviously) to all players but one. I think this is sort of obvious. You need to find some way of showing the multiboard to only the picked player (I think it's possible). If it's just "show multiboard", that's what you'd use for a general progress such as on an AoS that would explain everything to everybody. If you have THAT coding, the last OR the first (depends how the warcraft engine implements it, I haven't checked how) multiboard should be shown to everyone.

Try setting them to variables and work on trying to show the multiboard to various players. I'll try to get on my other computer later today (and log on as Rinpun) and help out.
 
Wait, now you've responded differently :D

Well hmm. I don't think you can have more than one multiboard displayed on the map and even if you do, it's kind of wacky. Perhaps you could add some more columns and rows or something. Don't forget the variables!
 
Ok... If it is impossible to see more that one multiboard at a time i want that every player should see their OWN multiboard. (And i need help with that to :) )

I am really glad that you are helping me. This thing is driving me crazy :)

PS.
I am now registred.
 
Congrats on registering!

Haha, well no problem. I hope I can look on the editor later today and see if I can help you out.

Hmm......

It's not possible to show a board to a player? I'm trying to remember if there's a specific action for that.

And even so, you could always trigger it to press and up arrow key and view a dialog selection of displaying a player's economy. That would be a very cool way of seeing multiple multiboards, if you and I can figure this issue of displaying the multiboard.
 
I have seen this in a map. Each player can see his own status in his own multiboard. Because the map is protected i couldn't see exactly how he did it. But i could edit the war3map.j file anyway, and it was optimized so that every function and variable was named aA or something like that, to save space.

Anyway, I know it's got something to do with GetLocalPlayer()... but more than that is unknown to me. I'm gonna see if I can get out more from the functions in the map.

The map's title is D&D 3.5 - Calim River (0.48)
 
this here works:

multiboard array Multiboards
force Players


Code:
Function Init
Events
  Map Init
Actions

Player Group - Add all players currently playing and controlled by users to Players force.
// create multiboards
Player Group - Pick all players in Players
{
    // create multiboard
    if ( Picked Player == GetLocalPlayer() ) then
        // Create multiboard here
        set Multiboards[1 + (Player number of Picked Player)] = Last Created Multiboard
        // Show multiboard
        // Update multiboard once
    endif
}

Function update multiboard
Events
  Every X seconds
Actions
  Player Group - Pick every player in Players
  {
      if ( Picked Player == GetLocalPlayer())
        //UPDATE MULTIBOARD HERE
      endif
  }
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Hey Ghan, whatever cron job its part of its not running its been the same for days. If it does not work can we remove it?
  • The Helper The Helper:
    LOL! A tweak job!
  • The Helper The Helper:
    this is the fix I get from that yeah this is hard to control. disabling bots is pretty much necessary as ai and other bots would push really old threads to the top. reduce weight of view count. disable guest view tracking if you really want to push active threads to the top. a bit of tinkering for a few days with the weights and other settings should get you a decent trending widget box.
  • Ghan Ghan:
    I changed the settings a bit.
  • Ghan Ghan:
    Narrowed it to 7 days for the half-life and set views to 0 weight.
  • The Helper The Helper:
    I dont think Trending would work for this forum it would be better to just have the last 5 posts from anywhere
  • Ghan Ghan:
    Probably will have to give it some time to update.
  • Ghan Ghan:
    I'm guessing it is not retroactive.
  • Ghan Ghan:
    Next on the punch list: Update the server to Ubuntu 24.04.
  • The Helper The Helper:
    Mad Lads is new I see it displays original post date
  • The Helper The Helper:
    as long as it changes it is good - it is good now it updated and its new stuff
  • The Helper The Helper:
    One thing I have noticed and I dont know if it is by design but like 1 out of 3 times I come to the site the Anubis screen just hangs open, if I refresh it will go away but sometimes it hangs
  • Ghan Ghan:
    I've seen that as well.
  • The Helper The Helper:
    Wow - the change in the stats are major. I kind of knew it was all bots but wow, to see the effect. Why the social media sites cant do something like this I have no idea.
  • Ghan Ghan:
    Probably inflates their numbers so they look better to advertisers.
  • The Helper The Helper:
    Yeah google does not filter those bots. I remember when Apex was doing Google ads I saw the same IPs in there as I was seeing here - google is totally tracking all those bots as traffic and most google traffic, at least ours, was all bots
  • The Helper The Helper:
    oh wow, i bet i can post x links now and do the webp pics now giggity
  • The Helper The Helper:
    ahh anubis blocks anyone that has javascript turned off
  • The Helper The Helper:
    Robot: HTTP client library - i love the new robot :)
  • The Helper The Helper:
    New Science News Forum and it starts out with 420 threads :)
  • The Helper The Helper:
    Technical Support forum name changed To Technology News, there is now a Tech, sci/tech and science forums now :)
  • The Helper The Helper:
    Happy Saturday! Hope everyone has a fantastic weekend!
  • Ghan Ghan:
    We are now on Ubuntu 24.04. Had some issues with the style after the OS/PHP upgrade but now resolved.
    +1
  • Ghan Ghan:
    PHP 8.3 now live
    +1

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top