Jump to content

jtssi

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

2786 profile views

jtssi's Achievements

  1. I'll take a day off, go get a taco or two, with a good glass of tomato, and try out all the new features.
  2. Nice! Nice! Is it possible to share your GUI ?
  3. Hello, is it possible to change the order of object name, quest, event name and so on in the editor? As for the cards, you can sort them, change the position of the cards in the menu
  4. Hello, I'm looking for a way via my website to display the status of the server whether it is online or not. On the internet I found code vouchers but it doesn't work: <?php $debug = true; $site = 'udp://xxx.xxx.xxx.xxx'; $port = '5400'; $check = fsockopen( $site, $port, $errno, $errstr, 6 ); if ( ! $check ) { if($debug){ echo "Error #$errno : $errstr <br>"; } echo 'Offline'; } else { echo 'Online'; } ?> whether I put one port or the other it always tells me online thank you for your help
  5. so if I want a blank text, I put: 255,0,0,0?
  6. Its this? "ChatChannelCombobox": { "Bounds": "272,143,64,16", "Padding": "3,3,3,3", "AlignmentEdgeDistances": "0,0,0,0", "Margin": "3,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "TextColor": "255,200,200,200", I can change the color but nothing changes I don't understand why there are 4 values, it takes 3 to make a color, right?
  7. I don't know which file to modify and where, there are so many of them
  8. Hello, the text framed in red is too dark, can we change the color of the text to white for example? thank you.
  9. is there a program to convert this interface with the current version of the game?
  10. Hello, I use mysql for player and game data. I think my mysql server is well configured. I use a dedicated server to run all this. But sometimes there are rollbacks when you move the character forward. However, I don't have any connection problems and the server has a good bandwidth (~500mb up/down). Is this from mysql and should I migrate to sqlite? I have about a 100 map and I expect to have more than 1000 at the end of my project. Thank you for your advice.
  11. Hello, I'm looking for a wing animation, it's to integrate it into an armor, someone would have it in stock? thank you in advance
  12. i have a solution (a little boring but wok) Door X : page1 (not passable) no condition set player variable DOOR (set to X) wait 3000ms set player variable DOOR (set to 0) page2 (passable) condition : player variable : DOOR is equal to X X is the number we choose, but not to be handed over to another door
  13. Good morning, thank you, the problem is that all the doors and closes at the same time now
  14. hello, I don't understand how pages work in events. I have created 2 pages and it is page 2 that is launched, page 1 is apparently ignored. Is there a function to go from page 2 to page 1? I tried the labels but it doesn't work between pages. Actually, I want to make a door. Page 1: the door is visible, not passable Page 2 the door is not visible, passable, wait 3 seconds then return to page 1 I put the two pages on action buton thank you for your help.
×
×
  • Create New...