Jump to content

Rynbef

Forum Moderator
  • Posts

    948
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. https://github.com/rathena/rathena/blob/1bc9748755bc5073f0b521a7b9827a091d3d834f/doc/script_commands.txt#L6619 U need Client 2016 or above Rynbef~
  2. I can't provide a script yet but a walkthrough Create a script which loop throw a database table with mobs who should respawn etc. (MobID, Name, Map, X, Y boolean if it is MVP or not, respawn time in minutes) Create a 2nd database with mobs and dead time in minutes OnInit loop throw 1st table. Search in 2nd table and check if mob should respawn or not. If respawn change the dead time to -1. If -1 the mob is still alive. If the mob doesn't exist spawn it (for their first time). Add a timer to repeat or a event OnSecond59 OnPCKillMobEvent check if mob is on 1st table and if it is check if it is on 2nd table too. If not add it or else change the dead time to current Unix time devided by 1000. It could be laggy therefore I recommend to use minutes or greater. If convex mirror don't work u can create a custom function to check if monster is alive and use getunitdata to check position and add a blip on map like convex mirror. Rynbef~
  3. Clean, simple but I like it. Good work Rynbef~
  4. Disable diffs "ignore missing sprites" and else to get more informations. And we need more informations too. Which client version ur using? U use the ROEnglish translation files? Correct full client with data and rdata grf? Renewal or pre renewal? And it seems render error that could missing files or depends on ur system. Uve tried to change resolution on setup etc? Uve installed driver for ur graphic card? Rynbef~
  5. With DgVoodoo2 u can force ur Client to use Dx11/12 Rynbef~
  6. Open it in Audacity and re-save. Uve enabled 44.1khz audio support? Rynbef~
  7. And to change the line: https://github.com/llchrisll/ROenglishRE/blob/3178754ad24dfcd338a87755994f3ddd8bdfd9b6/Renewal/data/msgstringtable.txt#L1629 Rynbef~
  8. https://github.com/rathena/rathena/blob/master/doc/yaml/db/item_db.yml Rynbef~
  9. U can add a check of double spaces. I'm not sure if it is the right function and it's may cause lags. https://github.com/rathena/rathena/blob/ffd940b2b579bf525a39265cd762157ba202e80f/src/map/clif.cpp#L11584 Like: if(output.find(" "))//do ur stuff Rynbef~
  10. Ufw is a packet u can install it with apt-get or yum. Not a code. Rynbef~
  11. Here is the documentation: https://github.com/cydh/rathena-wiki/blob/master/Autobonus.md Rynbef~
  12. Here u can change it: https://github.com/rathena/rathena/blob/b37107853aff9982b8932c4646c983f52796086b/src/map/pc.cpp#L12742 Or use a script like: OnInit: bonus bHPrecovRate,5; bonus bSPrecovRate,5; end; https://github.com/rathena/rathena/blob/b37107853aff9982b8932c4646c983f52796086b/doc/item_bonus.txt#L181 Rynbef~
  13. Uve already post the script parts u need to change. Rynbef~
  14. I would prefer ufw for it. But it's only my personal opinion. Rynbef~
  15. (getiteminfo(getequipid(EQI_HAND_L),ITEMINFO_TYPE) if it returns "armor" it is a shield. Rynbef~
  16. Ok well. It depends on what u want to do. For SRC modification u need C++ Scripting is an own language. U can teach u by reading the doc/script_commands.txt like a book. For setting up ur root server u should learn: - how the basic works permissions, groups, folder structure - u should learn about securing ur root: firewall, Anti ddos, flood protection - chown, chmod, ufw, apt-get, update, upgrade, sudo, nano, service restart, reboot else commands (depending on distribution/ os) For web server u need knowledge to: - folder structure and permissions - configuration of Apache2 or nginx - using LetsEncrypt - different sub Domains to different paths. For ThorPatcher SSL/443 zdoesn't work. In my opinion better use Elurair it's SSL/HTTPS/443 compatible, up to date. There are many more things u have to learn. But I think the most u will learn by doing. Rynbef~
  17. I think it's depends on the custom sprite. Rynbef~
  18. The head position could be an Lua files issue. Rynbef~
  19. U can use Kamishi's Palettes: Or: https://kamishi.ragnawork.com/product/700-palettes-human-pack/ Add corrected pre classes: And corrected third job sprites: Or support Kamishi's great work and buy the 700 palettes pack which includes palettes for 4th job classes. https://kamishi.ragnawork.com/ Rynbef~
  20. It's cuz the alpha channel of the PNG image will be removed. U can fix it by select the empty(transparent) room before converting. Then u have maybe to increase the tresholds. Do it up to every transparent pixel is selected. And than replace it with FF00FF color. Rynbef~
  21. I've a better workaround. Install WeeThumbnailViewer and extract the job sprites folder. Than u can easy replace it cuz the first entry of a sprite will show as thumbnail. It works on windows 11 with my windows 10 guide. Rynbef~
  22. Do u edit the lines for the correct path to the files? U used an older version of mob db or a newer one of the script want? Tried run act editor as administrator? Rynbef~
  23. 1st - Try to use compatibility mode "Win XP" in the settings of the client (right click menu) and run as administrator. 2nd - Use Windowed mode only. U can set the resolution to screen size and it's like Fullscreen. 3th - Go to system devices, click on display adapter, select ur graphic card. Right click on it. Update the graphic driver. 4th - Tabbing out of the Fullscreen Window and Tabbing back is a temporary solution. Rynbef~
  24. Download a client, open the grf and search for the files, extract and add on ur grf. Rynbef~
  25. U can combine a few things to prevent it. - Set a cookie after registration - Check IP and log it on ur sql server - Use a IP Blocklist to prevent known IPs of proxies, VPNs. - Block Tor browser - U can verify the account by sending an code over the WhatsApp API to Mobile number. - Use two factor authentication Rynbef~
×
×
  • Create New...