Tresdni submitted a new resource:

Tresdni's Party Matchmaking System - An in-game interface for bringing players together.

This party matchmaking system allows players to create a public party for other players around the world to join.

View attachment 8740

This extends the party system already in the game, and adheres to it's rules.

When you create a party, you are given these options:
  • Murderers Allowed
  • Party Type (PvM / PvP)
View attachment 8739

Items Included
  • Matchmaking Stone
Commands Included
  • [matchmaking (Access Level: Player)...

Read more about this resource...
 
Dude this rocks!
[doublepost=1493305151][/doublepost]SHOW.png

One bug - When you click PVM it does not actually create the black DOT. Makes a player thinks they are creating a PVP party.
 
Tresdni submitted a new resource:

Tresdni's Party Matchmaking System - An in-game interface for bringing players together.



Read more about this resource...

It looks great, will test it right now, good job tresdni

--------------------- -------------------------------

Im using runuo 2.2, i get error;
Errors:
+ /Matchmaking/Matchmaking.cs:

CS0241: Line 189: Default parameter specifiers are not permitted

(Not sure if you offer support for runuo thought)

anyway great script/idea :)
 
Last edited:
Tresdni updated Tresdni's Party Matchmaking System with a new update entry:

Updated radio buttons so that they are both clickable.

Fixed radio button issue.

Read the rest of this update entry...
[doublepost=1493307021][/doublepost]
Dude this rocks!
[doublepost=1493305151][/doublepost]View attachment 8742

One bug - When you click PVM it does not actually create the black DOT. Makes a player thinks they are creating a PVP party.


Thanks for the heads up. I've updated the download with the fix. The file updated was MatchmakingGump.cs.
[doublepost=1493307074][/doublepost]
It looks great, will test it right now, good job tresdni

--------------------- -------------------------------

Im using runuo 2.2, i get error;
Errors:
+ /Matchmaking/Matchmaking.cs:

CS0241: Line 189: Default parameter specifiers are not permitted

(Not sure if you offer support for runuo thought)

anyway great script/idea :)

Sorry, I should have specified that it requires the server be compiled with .NET 4.0 or higher.
 
Now both buttons start off solid black. When you click on PVM it goes away but then can not re-set.

Cosmetic but still confusing.
 
It looks great, will test it right now, good job tresdni

--------------------- -------------------------------

Im using runuo 2.2, i get error;
Errors:
+ /Matchmaking/Matchmaking.cs:

CS0241: Line 189: Default parameter specifiers are not permitted

(Not sure if you offer support for runuo thought)

anyway great script/idea :)

The way it's currently written it requires .net 4.0
But if you rewrote that method a little it should work on runuo
 
I know, was directed at Tresdni really.

I think all you might have to do is move the " bool Whatever = false" from the method parameters, change it to bool Whatever, and then in the body of the method set it to Whatever = false;

Would have to test it to be sure that's all that's required though
 
I know, was directed at Tresdni really.

I think all you might have to do is move the " bool Whatever = false" from the method parameters, change it to bool Whatever, and then in the body of the method set it to Whatever = false;

Would have to test it to be sure that's all that's required though

Yea i already did that, i remember i encounter the same problem long long ago, after i moved that line i got some other errors, so i just gave up after i saw Tresdni post :D
 
Sorry guys, I also used Linq, which would also require .NET 4.0. I don't really plan on rewriting the whole thing until I get a little more downtime.

When I do it, I'll update this thread. Thanks!
 
I use Linq the gump is just still a little funky in regards to now both start off highlighted black.

Yeah, for whatever reason, if I have one toggled by default, you can't click the other. I just made them both off by default, filled is selected when you click.
 
Newest one both come filled not off. I am going to tweak it to use check boxes but just letting you know! :) Great framework.
 
Tasanar,

I hope this isn't rude for asking any chance you could share that update with the tweak for check boxes? I like this idea since our server has small pop at the moment I think it would be a great addition. If not totally understand.

Also Tres great work man this is cool!

Thanks,
 
Sure send me a message over Discord and when I get home, later on today, I'll send it. All credit goes to the original creator.
 
Back