Jump to content

Gibier

Moderators
  • Posts

    1438
  • Joined

  • Last visited

  • Days Won

    98

Everything posted by Gibier

  1. I meant the player window, hotbar...
  2. Like change the actual default engine ui?
  3. Why not work on the actual UI of the engine instead? XD
  4. I'm sorry but:
  5. Il faut que tu ouvre le port de ton routeur pour que les personnes puissent se connecter sur le jeu. Normalement, si tu as le nom et model ton ton routeur, tu devrais trouver des tutoriels sur le site officiel du routeur t'expliquant comment faire.
  6. For the writing part yes, the fact that someone want to be a writer doesn't mean that the person is good at writing story. As an exemple i could ask to be in the writer team but i still can't relate two sentences together.
  7. You can edit the font size of the gui's .json files in the resource folder. But for the damage font i think it's hardcoded.
  8. What we could do is two game for two type of user: one basic game (the beginner could help each other) and one way more complex (the person who know intersect well could show off there skill which would probably make the other want to master it more) A game from a community shouldn't exclude a huge part of his community.
  9. Well that's normal no one want to make a game that will have part well made and some time very basic.
  10. You can set a sprite to the event and add many event page to make the event npc more dynamic.
  11. 1) Yes but you have to create them with the event editor. 2) You have to edit the PlayerBox.json (.\client\resources\gui\layouts\game\PlayerBox.json) search the line "MPBackground" and change "Disabled": false, "Hidden": false, to "Disabled": true, "Hidden": true, then search the line "MPBar": and change "Disabled": false, "Hidden": false, to "Disabled": true, "Hidden": true, after search the line "MPTitle": and change "Disabled": false, "Hidden": false, to "Disabled": true, "Hidden": true, last thing to hide is the mp label, search the line "MPLabel": and change "Disabled": false, "Hidden": false, to "Disabled": true, "Hidden": true,
  12. If you want to change the color of any text in the game such as the chatbox, damage, player name, quest… Well everything, you will need to open colors.json in the server’s side. This file is inside the resources folder. "HpForeground": "argb(255,255,0,0)" -> (Alpha, Red, Green, Blue) The max you can put is 255 to apply the maximum possible to a color. An alpha lower than 255 will add transparency to the color.
  13. I made a GUI tutorial few year ago and which is working with b5 that could help you: It's not complete though.
  14. So stun doesn't block the player from attacking with normal attack? oO
  15. There's a topic that explain how to add font character to the font file:
  16. You should stop adding things to the engine. Else jc, kibz and panda will have work on intersect all those years for nothing xD I'll try the new build tonight.
  17. If you mean this game https://www.tibia.com/mmorpg/free-multiplayer-online-role-playing-game.php i've just downloaded it and the ressources aren't compressed into the client they are only scripted and it will require intersect's source code to do that.
  18. You can't protect anything in the resources folder of the game.
  19. No you can't
  20. Nice ui way more documented than the mine xD
  21. I think he's talking about adding new type of stat.
  22. That's exactly what i wanted to do but seems that my current editor system but and don't let me set a variable....
  23. Meh the only reason why this doesn't work like niko want is cause we can't set a variable by affecting it with another. Else it would work fine with few lines. The event system is fine but with few more feature it would be awesome.
  24. Meh who screw up my 420 community reputation? >:(

×
×
  • Create New...