Jump to content

All Activity

This stream auto-updates     

  1. Yesterday
  2. Last week
  3. Hello, I didn't get nay error. but end up with this. No choices.
  4. My goal is to take a map and edit it in BrowEdit to just rotate it. Making your east into south and west into north. Editing the minimap is simple, so this is not a question. My point is really how to do this with the map. Would anyone have any tips?
  5. private server not using jro clients. Private servers using kro clients. Feature with auto resize menu already added to kro client. I can sell latest and older kro client exe. If you want it send me message in discord. My nick is @4144
  6. Today, I discovered in the latest announcement from JRO that the official has modified the height of the 'select' bar to accommodate a maximum of 15 options. Can we also make modifications? Here is the link: https://ragnarokonline.gungho.jp/news/play/jf0lnt0000001jfi.html and "■NPCとの会話中に表示される選択肢が、最大15個まで上下のスクロールなしで表示されるように機能を拡張いたしました。" means "■We have expanded the functionality to display choices during conversations with NPCs without the need for vertical scrolling, allowing for a maximum of 15 options."
  7. 1) i dont know the budget, as my own server never surpassed ~300 players. 2) google cloud platform, amazon web services, hostinger... 3)you can check some VPS that has international proxy support, talk to them before contract. For an international project that aims to have 5k player, proxy is a must, people dont tolarate lag in gameplay, its 2025 already.
  8. Earlier
  9. Now it's perfect. The menu background is: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\menu_icon\bg_menu.tga For the record, I managed to solve this problem using this patch. Now all unwanted windows won't open even by shortcut. https://nemo.herc.ws/patches/DisableWindows/
  10. in game folder. this is brown or gray background rectangle image. in name should be word back
  11. Thank you very much. Worked perfectly. Do you mean patching NEMO or editing image files in the game files?
  12. use this patch for hide empty space between buttons http://nemo.herc.ws/patches/SkipHiddenMenuButtons for reduce window size, edit background image size. i not remember how it named.
  13. I am interested in one of your Wing Works. How can I contact you? Do you have other mode of communication? Please reply to this message. Thank you!!

  14. Thank you so much, I modified my src, but i have this errors [Error]: intif_parse_account_storage: Multiple calls from the inter-server received. [Error]: intif_parse_account_storage: Multiple calls from the inter-server received. [Error]: intif_parse_account_storage: Multiple calls from the inter-server received. [Error]: intif_parse_account_storage: Multiple calls from the inter-server received. [Error]: intif_parse_account_storage: Multiple calls from the inter-server received. [Error]: intif_parse_account_storage: Multiple calls from the inter-server received.
  15. looking for flux cp theme + 3 ~ 5 custom pages -- looking for afordabols pa pm
  16. hi, please let me know your rate.. need fluxcp theme + 3 ~ 5 custom pages, let me know your rate please
  17. hi, please let me know your rate.. need fluxcp theme + 3 ~ 5 custom pages, let me know your rate please
  18. I haven't tested my change, if it generates an error and doesn't work correctly, I believe the intention was clear in the script for you to continue with the change, if you still can't get back to me here with the error so I can try to correct it. Change this part of the script: // Present a list of available bonuses. mes(.@name$); mes("Which of the following item bonuses would you like to add to this item?"); next(); // Build the Options! .@menu$ = ""; for (.@i = 0; .@i < getarraysize(.options$); ++.@i) .@menu$ += (.@i + 1) + ") " + .options$[.@i] + ":"; do { // Select the options! .@option_variable = select(.@menu$); next(); mes(.@name$); mesf("You chose ^009900%s^000000!", .options$[.@option_variable - 1]); mes("Are you sure?"); next(); } while (select("Fo Shizzle.", "I'ma re-evaluate, brah.") == 2); For this: // Present a list of available bonuses. mes(.@name$); mes("Which of the following item bonuses would you like to add to this item?"); next(); //Check Option Repeat for (.@i = 1; .@i <= MAX_ITEM_OPTIONS; ++.@i) { .@opt = getequipoption(.@equip_index, .@i, IT_OPT_INDEX); if (.@opt > 0) .option_repeat$[getarraysize(.option_repeat$)] = .options$[.@opt - 1]; } // Build the Options! .@menu$ = ""; for (.@i = 0; .@i < getarraysize(.options$); ++.@i) { .@jump = 0; for (.@i = 0; .@i < getarraysize(.option_repeat$); ++.@i) { if (.option_repeat$[.@i] == .options$[.@i]) { .@jump++; break; } } if (.@jump == 0) .@menu$ += (.@i + 1) + ") " + .options$[.@i] + ":"; } do { // Select the options! .@option_variable = select(.@menu$); next(); mes(.@name$); mesf("You chose ^009900%s^000000!", .options$[.@option_variable - 1]); mes("Are you sure?"); next(); } while (select("Fo Shizzle.", "I'ma re-evaluate, brah.") == 2);
  19. It worked. Thanks. 4144 enjoying your attention on this topic. Would you know how I can rearrange these menu buttons? I used many patches that removed most of the buttons and now I wanted to keep them organized and even reduce the extra space in the layout. I would like to know if it is also possible to prevent access to the windows from which I removed the buttons. For example: Even removing the bank button, it is possible to access it via the shortcut.
  20. I also have the same doubt as the author and a little more. What is the budget for a 5k player server? Where to host an international server? Does adding proxy options help with latency? How to place proxies?
  21. com chat gpt da pra traduzir tranquilo, eu traduzi 100% dos npcs do meu hercules fiz programa pra bater os IDs do iteminfo.lua com IDs do banco (item_db.conf) e listar quais estão só em um dos arquivos, completei a descrição dos itens, limpei o banco de itens inúteis, etc, etc... ai vou dar isso na mão de um monte de gente que nem curte o post? outra vez em outra conta fiz uma tradução aqui que não teve nem 5 curtidas e mais de 2500 downloads. O povo só entra no fórum pra sugar, por isso ninguém mais compartilha nada. vc quer algo bem feito? faça vc mesmo xD
  22. https://rathena.org/board/topic/141200-froggo-rö-folder-everything-needed-to-run-the-latest-publicly-available-client/
  23. thats impossible to answer, depends on location and your budget. you can google that...
  24. Good day! Requesting assistant or sample script please. Re item option npc found on this link How can to check the slot to make sure that the options will not be the same check slot 1 if STR , then Slot 2~5 cannot use STR. Been checking this part Please help me. thank you! // Build the menu of current options. for (.@i = 1; .@i <= MAX_ITEM_OPTIONS; ++.@i) { // call getequipoption(<equip_index>, <type>, <slot>); // if the return is <0, it's a script error. // if the return is 0, the slot is empty. // if the return is >0, the slot is unavailable. .@opt = getequipoption(.@equip_index, .@i, IT_OPT_INDEX); if (.@opt > 0) .@menu$ += (.@i) + ") " + .options$[.@opt - 1] + ":"; else .@menu$ += (.@i) + ") ^999999Empty^000000" + ":"; } // Option Slot is the actual option slot 0-MAX_ITEM_OPTIONS (@see mmo.h) .@option_slot = select(.@menu$); // Check for used slot and request user action if found. if (getequipoption(.@equip_index, .@option_slot, IT_OPT_INDEX) > 0) { mes(.@name$); mes("This slot is already used up!"); if (select("^990000Override the slot.^000000", "Choose again.") == 2) .@used = true; next(); } } while (.@used); // loop if the slot is not to be overridden
  25. hi, I would like to have an idea on where to host an ro server.
  1. Load more activity
×
×
  • Create New...

Important Information

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