Jump to content

Rynbef

Forum Moderator
  • Posts

    898
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Rynbef

  1. https://github.com/rathena/rathena/blob/master/doc/yaml/db/item_db.yml Rynbef~
  2. 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~
  3. Ufw is a packet u can install it with apt-get or yum. Not a code. Rynbef~
  4. Here is the documentation: https://github.com/cydh/rathena-wiki/blob/master/Autobonus.md Rynbef~
  5. 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~
  6. I would prefer ufw for it. But it's only my personal opinion. Rynbef~
  7. (getiteminfo(getequipid(EQI_HAND_L),ITEMINFO_TYPE) if it returns "armor" it is a shield. Rynbef~
  8. 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~
  9. The head position could be an Lua files issue. Rynbef~
  10. 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~
  11. 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~
  12. 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~
  13. 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~
  14. 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~
  15. Download a client, open the grf and search for the files, extract and add on ur grf. Rynbef~
  16. 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~
  17. Write him a privat message here on the forum or on skype. Please use the official release and do not search contact options, cause some people get scammed in the past. Rynbef~
  18. Check if the ProduceID isn't duplicated like in db/import or on sql. Other Idea is to replace ur Lua files. Maybe there is a issue. Rynbef~
  19. The error tells u what u have to do. Change flag to flags. This should fix it Rynbef~
  20. Rynbef

    Emperium Bug

    Tried /ns ? Rynbef~
  21. Try change setarray .items To setarray .items[0] Rynbef~
×
×
  • Create New...