Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/21/20 in all areas

  1. Hey everyone. I wanted to share something I started working on this month for a server. While these features are very new, the work ive been doing for them have been quite a trip so far and are still in heavy development at the time of this posting. But after a lot of work and testing im finally able to see it all in action. Here's a screenshot of the progress made so far and a peek at the future of RO. There's still a lot of work to do but the main parts are close to done. I may post more pics in the future as more progress is made. Note: My work is now in a project called 4CrAM and I have a topic made for it here....
    1 point
  2. Im on my phone so i cant search . That error is normal and no impact just setup your data ini to read first your main server next rdata next data You can check which patch is success on nemo patches selection or simply click the client version and see if your patch liking is success on that version Again if you open a thread focus on what you want . Other question just make a new thread its free but to answer your question if you want to make a patch for your server simply put your thor file on your webhost config . Simply download thor patch learn how to setup learn how to make a patch then add it to your webhost then thats it
    1 point
  3. You need to use this check if(!getlook(LOOK_BODY2)) // if no bodystyle if(getlook(LOOK_BODY2) == 1) // if bodystyle 1 if(getlook(LOOK_BODY2) == 2) // if bodystyle 2
    1 point
  4. use prompt instead of select *prompt("<option>"{,"<option>",...}) example : switch( prompt("Menu 1:Menu 2") ){ Case 1: mes "You selected Menu 1"; break; Case 2: mes "You selected Menu 2"; break; Case 255: mes "You clicked the CANCEL button."; break; } close;
    1 point
×
×
  • Create New...