Jump to content

Rynbef

Members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by Rynbef

  1. Just download the original GRF and extract it. Rynbef~
  2. Wow it looks amazing. I'm want to buy every of it. If it possible contact me please as PM. Rynbef~
  3. It's a Diff. There u can set a limitation of 50% or else. Rynbef~
  4. I'm on mobile cause the formatting isn't not correctly therefore I posted an example on pastebin. https://pastebin.com/qhNxv1YV Rynbef~
  5. Wow, I have counted the numbers but I've counted 8😂 Thx for sharing the solution for the community. Rynbef~
  6. Maybe add an <aid> block with the Admin IDs. Try to change the servicetype, servertype and langtype. Rynbef~
  7. Im currently in a hospital thereforce it will takes a little bit time to show the progress. I'm sorry. If someone want to help: U can designs a layout web-based with html and Javascript and other frameworks based on JS. The Patcher use a system with "Onclick Javascript Functions" to call events like Start Game and else. Rynbef~
  8. The patch files can be encrypted with the same encryption the client use and able to read. No one can steal files from the patch files. And at the configuration program u can enable or disable this function. It's only make sense if the client has the encryption of the GRF enabled. To create a patch file u need a separate program. It's not a gpf, rgz or thor patch file! It's a new format. Currently u need to encrypt the files at the Thor patch file to patch the encrypted files into an encrypted grf.I will make it easier. Rynbef~
  9. I create a patcher and I'm using the encryption of the GRF Editor for patching encrypted patches in an encrypted grf. Rynbef~
  10. Yes but I will allow to enable grf encryption too. Rynbef~
  11. I don't want that someone steal my self made sprites or maps. Thereforce u can enable or disable patch encryption. Maybe it will be open source. I'm thinking about. Rynbef~
  12. Thank u very much. I've a great idea to make the Patcher and all Buttons customizable. And u will be able to use animations and much much more. In the configuration window u can create the Config file and use a login field or use the Ingame login field. And I will make the patches encrypted. They will decrypted and the patched to the GRF or Folder. U can create a patch where u can select files and instead of "patch file into grf" u can choose "delete files from grf" or "delete files from RO folder" and if u don't want select the files u can write it in a textsrea with path instead. Rynbef~
  13. Dear community, the voting is over and the community decides that I should create a new patcher. I will use this topic for suggestions. I've planned a lot of features but I don't want to share it yet but u can do this. I whould be rly happy if u write suggestions for the new patcher. Which features should the patcher have? Rynbef~
  14. OK it seems no more votings placed. The community voted for "a new patcher". And I will create it. I'm rly happy to create a new patcher. I'll start a new topic after I've created the mainly functionality. But don't be worried about the voting. The other ideas are great too and maybe I'll create the other tools too. Rynbef~
  15. Thx for ur suggestions. I will now let everyone vote for what I should create. Pls vote: https://www.strawpoll.me/21210805 Rynbef~
  16. Create ur own mcache file. Rynbef~
  17. @Ciar@Tokeiburu@evilpuncker what do u meaning about my last suggestions? Rynbef~
  18. I've often thinked about a new Patcher like the Thor patcher. And the src of other Patcher make its easier to understand the formats of the files. That my favorite suggestion currently. My other idea was a new weethumbnail. U can see the sprite as preview as thumbnail in ur folder structure. And I want add more great features: - if there is a act file in the same folder with same name the thumbnail will animated like the act file says in the idle animation - if there is no act file in the same folder the thumbnail will show the images animated with 200ms delay - U can right click on the file to extract the images and u can select images and right click on them to make a sprite - and maybe a configuration program - and another maybe: u can extract act files to json file and backwards Any meanings? Rynbef~
  19. @Tokeiburu ur the boss of tools I'm would be rly happy if u give me a suggestion ur the Tool/Editor Creators God Rynbef~
  20. Thanks for the suggestions. I'm waiting for more suggestions and maybe I will create a poll later. Rynbef~
  21. Hey guys, I'm wanna create a new programm for the community but I don't know what. Its can be an old programm which needs remaked or a new programm which isn't exists yet. Please leave an idea and if u mean a programm should remaked. Please make a list of all features the programm has, which things a good or bad and which things whould nice to have Of course its can be a web application too. Ps: I don't create a Str editor. Best regards, Rynbef~
  22. The last field is the event field. U can declare a event who will call when the monster is died. But why it is 1 sometimes idk. References: https://github.com/HerculesWS/Hercules/wiki/Permanent-Monster-Spawn Rynbef~
  23. OnMinute10: query_sql( "SELECT `account_id` from `char` where `online` = '1'", .@account_id); for(set .@i,0; .@i<getarraysize(.@account_id); .@i++){ attachrid .@account_id[.@i]; If(strcharinfo(3)=="amatsu")mes "Hello and welcome in amatsu"; close2; detachrid; end; } It's should work. I have wrote it on my mobile phone. Rynbef~
  24. It will not working cause no player is attached. Strcharinfo needs a player attached. The same is the "mes" and "close" script command. If u want to message player every 10 minutes in amatsu u have to attach every player and check then the map per strcharinfo(3) and message them. Rynbef~
  25. But now the connection to the MySQL server works and it don't getting refused. U need to create a user and allow connection from any host (remote/external too) and it should works fine. The src code error will removed after the connection is correct. Rynbef~
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.