Jump to content

Sweet Candy

Contributors
  • Posts

    101
  • Joined

  • Days Won

    7

Everything posted by Sweet Candy

  1. 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
  2. Hello! Only with the source at the moment
  3. 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
  4. For do it with a common event: "COMMON EVENT" Make a new common event Add a conditional (If player lvl are lower or equal to 1) on "If" section make the question with your 3 possibles answers set a class for all answers and lvl up the player below that set the trigger on "On login" And you'll done the event n.n
  5. If possible ... how? have two options Do it on a regular event or common event "EVENT" make an event in the initial zone Put the trigger on "when logging in" add a conditional (if the player is lvl 1 or lower, execute the event) Ask a question with 3 possible answers set a class for all the answers Upload the player LvL and you will make your event.
  6. Are better the new UI <3 Are more simple and beauty
  7. Excelent work JC! Im waiting for B6!
  8. You can explain this on spanish khaikaa? :c
  9. Khaikaa si logras hacer un generador de torneos similar al de Pokemon GO sería genial :o ------------------------------------------------------------------------------------------------------------------------------------------------ Khaikaa if you manage to make a tournament generator similar to Pokemon GO would be great: o
  10. I have the same issue
  11. Pondré tu nick en los creditos de ALMA por el programa de edición de imagen +1
  12. When will you have more stocks of "Design Ready Tier"?
  13. I need help for make a rollback (Players reset to 0) for pass from Closed Beta to Open Beta <3 Anybody can tell me how? (I have Mysql Lite for access to DBs)
  14. I heard the source code isn't out yet because intersect is actually an FBI program to catch internet pirates, camouflaged in a videogame engine :v
  15. From lines: "Server" 591 to 597 "Escape Menú" 678 to 684 Can't Be translated (Issue was already reported)
  16. Here are the beta 5 Client_strings.json on Spanish! (99%) Translated by me. Aqui está el Client_strings.json en español! (99%) Traducido por mi! http://ascensiongamedev.com/resources/filehost/325729da8f366c3d278086d0446b692b.json Soon: Editor_strings.json (1%) Server_strings.json (0%)
  17. I need more updates of this :o
  18. I have this error
  19. you need to wait the open source version of intersect for edit all C# codes (All we waiting it)
  20. Hello! Exactly, what you wanna do?
  21. That's perfect ♥ I will share with us my own Gui for free download to n.n
    Good you are updating Intersect every week
  22. genial aporte muchas gracias!
×
×
  • Create New...