Jump to content

pLeet

Members
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. pLeet's post in How to make a menu bar ? was marked as the answer   
    Simply add a <Texture> tag within the <MenuContainer>. I tested it out, and worked like a charm. Again, you'll have to play with the <Bounds> to fit your needs !
  2. pLeet's post in Comment attribuer les droits d'administrateur ? was marked as the answer   
    Salut faller-magie, et bienvenue parmi nous !
     
    Alors tu as deux possibilités :
    Lorsque tu te connectes avec ton compte administrateur sur ton jeu, ouvre le panel d'admin (je ne sais plus la touche, F1, F2, etc... ou alors Insert) et dans l'onglet tu devrais avoir la possibilité de "Promot" quelqu'un. En ouvrant la base de donnée SQLite et en modifiant un paramètre dans la table des personnages. Si tu ne trouves pas, reviens vers moi et je prendrais le temps de regarder plus en détail
  3. pLeet's post in Common events not working on 4.7? was marked as the answer   
    Hey !
     
    I've downloaded a fresh 4.7, and made a couple of tests.
    I haven't find any problems with the common events, it's working like a charm !
     
    I have successfully showned text to every player when only one of them did an action on an event (for test purpose).
    Here is my logic flow :
     
    Common Event 

     
    Event that trigger the common event

     
    Result

     
    I haven't take time to name all my switches / events / conditions correctly, hope it won't bother you
  4. pLeet's post in Removing MP and XP was marked as the answer   
    You can modify the GUI as you wish ! Just modify InGame.xml and MainMenu.xml files in "Client and Editor\resources\gui".
     
    In your case, you need to modify InGame.xml, and search for the following nodes : <MPBackground>, <MPBar>, <MPTitle>, <MPLabel>, <EXPBackground>, <EXPBar>, <EXPTitle> and <EXPLabel>. In each node, change the <Bounds> (values are : xPosition, yPosition, Width, Height). Just turn the last number (by default 25) to 0. I'm unsure about the use of <Disabled> and <Hidden> properties, seems like it does work on labels, but not on bars (background image?).
     
    You will no longer have the two last bar, but the player box will still be too tall. You'll need to change his height to match your new UI. I guess you'll also need to modify a couple of other things to match the changes (like buffs and so on).
×
×
  • Create New...