Sweet Candy Posted March 1, 2019 Share Posted March 1, 2019 Hello! Today i'll show you how to make a ranked system like "League of Legends" with Intersect Engine 5.1! On my game i have an a more advanced system like this photo I'll show you how So...step by step We will made a basic system of 3 leagues with 5 divisions Bronze 5 to 1 Gold 5 to 1 And Master First step: Make 3 player variables: "Leagues", "Divisions","Points" Make a common event to set Variable {Leagues} and {divisions} to 1 by default on login with conditional "If player league is equal to 0" and "If player divisions is equal to 0" On the other common event make the next: Insert a "Wait" for 15.000 ms (15 seconds) Insert a Conditional Branch for check if the player points are greather than or equal to 100 Inside of this conditional add other conditional branch for check if player division are equal to 5 (This means that the player is in a division 1 ready for obtain a new league) Inside of this conditional add another conditional branch for check if player league is equal to 3 (The max league) [For obtain infinite points and don't acquire more leagues] on Else sectión (Blue line) add player variable {leagues} +1 and set player variable {points} to 0 on another Else section (Cyan) add player variable {divisions} +1 and set player variable {points} to 0 (This is because the player dont have a division equal to 5 (Ex. Gold 1,bronze 1,etc) Set the trigger on "autorun" and we will go to another conditional branch below all this On the next conditional will do this: Add a new conditional branch for check if player points are less than or equal to -20 (For descend) Inside add another conditional for check if player variable {leagues} is equal to 1 (Because a bronce can't lose more leagues) Inside add another conditional for check if the bronze division are equal to 1 and dont add anything more (For lose inifinity points only) On Else part (2nd green lane) substract 1 from player variable {divisions} (This is because the Bronze player are on division like 4,3,2 or 1 and can descend) On Else part (Cyan color) add another conditional branch for check if player variable {divisions} are equal to 1 inside Subtract 1 to player variable {leagues} - Set player variable {Divisions} to 5 and Set player variable points in a random number 50 to 80 Now on the last else part (Blue color) Subtract 1 to player variable {Divisions} and set the player variable {points} in a random number 50 to 80 Save this and go to make another Common event for players (This will be for check manually our leagues) Now on the new Common event you need to do this: Add a conditional Branch for check if player variable {leagues} is equal to 3 (Max league "Master") If are Master add a Chatbox text that say "\pn are MASTER with \pv{points} points" On Else (Yellow) add another conditional for check if player variable {leagues} is equal to 2 Inside (Green) add another conditional Branch for check if player variable {divisions} are equal to 5 (League 2/División 5 = "Gold 1") If are Gold add a Chatbox text that say "\pn are Gold 1 with \pv{points} points" On Else (Cyan) add another conditional Branch for chek if player variable {divisions} are equal to 4 (Var. League 2/Divisions 4 = Gold 2) Reply the steps to División 3,2 and 1 Below that insert other conditional for check if player variable {league} are 1 Reply the same steps from previous image Put the trigger /command and add the command to call this event (On my case are /rank) And now you have your own ranked system For add more leagues or divisions only add more numbers to the 2nd Common event Skit, Xeno, italo and 2 others 5 Link to comment Share on other sites More sharing options...
Sweet Candy Posted March 1, 2019 Author Share Posted March 1, 2019 For obtain Points you can make a common event Call him "Lp + X" (The X represent the amount of Points you want to receive) When you kill a creep you obtain +20 points Every 15 seconds the system will check and order you in your league and division  Alexoune001, hra, Skit and 1 other 4 Link to comment Share on other sites More sharing options...
Khaikaa Posted March 1, 2019 Share Posted March 1, 2019 Nice to see people playing with the event system, and well done with your rank Sweet Candy 1 Link to comment Share on other sites More sharing options...
Sweet Candy Posted March 2, 2019 Author Share Posted March 2, 2019 Thanks Khaikaa Other things that I managed to do with the event creator and the variables are: Bounty Hunter System Rankeds system Special Boss System Daily Random Mission System Seasonal Missions System (Valentine, Christmas, etc.) Game modes: 1 vs 1 5 vs 5 Deathmatch The traps Infection (players who infect others and seek to survive an "X" amount of time) Qualifiers 3 vs 3 Qualifiers 5 vs 5 Treasure hunt etc hra 1 Link to comment Share on other sites More sharing options...
Skit Posted August 26, 2021 Share Posted August 26, 2021 On 1/3/2019 at 22:10, Sweet Candy said: Gracias Khaikaa Otras cosas que logré hacer con el creador de eventos y las variables son: Sistema de cazarrecompensas Sistema de clasificación Sistema de jefes especiales Sistema de misiones aleatorias diarias Sistema de misiones de temporada (San ValentÃn, Navidad, etc.) Modos de juego: 1 contra 15 contra 5 Deathmatch Las trampas Infección (jugadores que infectan a otros y buscan sobrevivir una cantidad de tiempo "X") Clasificatorios 3 contra 3 Clasificatorios 5 contra 5 Búsqueda del tesoro, etc. Gracias por el sistema de rangos hace rato lo estaba buscando, podrias pasar el de cazarecompesas y misones de temporada ?  Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now