Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Normynator

  1. Grafikkarten Treiber aktualisiert? Passiert das auch in einer Windows 10 VM? (https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) Was für eine Grafikkarte ist im Laptop verbaut?
  2. /db/pre-re/item_flag.txt musst du dein Item hinzufügen. Auszug aus den Docs: // Flagged Items // <ItemID>,<Flag> // // <Flag>: // 1 - As Dead Branch item (will be logged at `branchlog` table and cannot be used at 'nobranch' mapflag)
  3. Zb in npc/pre-re/mobs/fields/payon.txt Und dann einfach die Anzahl editieren oder neue mobs hinzufügen oder was du magst halt.
  4. Er meint alle stellen wo sleep(.gotoCount >= .gotoLimit); vorkommt. Geändert wurde das in folgendem Commit: a8e4c83ef10dc4ccde1bd6e6f40b296d590d9b80 (https://github.com/rathena/rathena/commit/a8e4c83ef10dc4ccde1bd6e6f40b296d590d9b80)
  5. Am besten noch SRC so verändern, dass man kein Summoner erstellen kann
  6. Jetzt mal ins blaue geraten: das script editieren.
  7. @Pysk/Lion, da ist ein kleiner Rechtschreibfehler in deinem Script. P.S Spekulieren macht Spaß. #Spekulant
  8. Ja eben, fand’s nur seltsam, dass auf einmal Chat und Server Name zensiert wurde. Außerdem wäre ein deutscher Server, den man von früher kennt doch eine schöne Sache
  9. @Pysk du solltest auch den Charakter Namen zensieren, wenn du nicht willst dass jemand weiß woran du arbeitest. Deine Lösung sieht auch nicht so schlecht aus, aber vielleicht ist der liebe @Chuu ja so nett und verrät wie er es gemacht hat
  10. Neues BDRO in Arbeit? @Chuu's Idee ist ziemlich nice und man müsste nur noch src so umändern dass nen error kommt wenn jemand doch ein doram erstellt
  11. Version 0.2 !info -> gibt eine Info über Benutzung !dead,MVP_name,Map_name -> markiert einen MVP als tot auf der angegebenen Map
  12. Updated to Version 0.2 Bot now works with basic functionality
  13. No active development for this project!! Hey, Just out of boredom I started writing a Discord Bot for tracking MVP downtimes. Though working alone isn't that much fun. So I thought I'd share my project with you and maybe I'll find someone who wants to join me. https://github.com/Normynator/RagnaDBot I've already written a couple of lines of code but so far only trivial stuff. Normynator
  14. Hey, ich habe mal aus Langeweile angefangen einen Discord Bot zu schreiben um MVP Downtimes zu tracken. Da alleine arbeiten nicht so spaßig ist, dachte ich, ich teile mein Projekt mit euch und vielleicht findet sich ja jemand der gerne mitmachen würde. https://github.com/Normynator/RagnaDBot Hab schon mal ein paar Zeilen code geschrieben, aber nur triviale Sachen bis jetzt. Normynator
  15. new fun Project: MVP Tracker for Discord

  16. Make sure your sql database setup is correct. Seems like Server is not allowed to access the database under there provided username/password
  17. Seems like there are 4 blanc spaces instead of tabs.
  18. Viel Glück, immer gut wenn jemand die deutschen Ro-Server am Leben erhält. Spielen ja anscheinend auch wieder alte Namen #MKG
  19. Well without the script I would guess there is no player attached while running the script (obviously cause the error says that ). This could happen if you use the wrong variable type. Check https://github.com/rathena/rathena/wiki/Variables and post your script.
  20. unsigned int skillratio = 100; //Skill dmg modifiers. da ist die 100, einfach eine konstante variable, womit man den dmg von allem ändern kann ohne jeden skill einzeln um zu schreiben, wenn ich das so richtig sehe ps. sry wenns Reposte ist, hab die line bei jey net gefunden
  21. Hello, My Server does not start because of "[Fatal Error]: File not found: conf/inter_athena.conf". It happend after I made some src changes, recompiled and tried to start the server. It's running on Debian. The "inter_athena.conf" is inside "conf" dir. I also used a new working (tested via windows) "inter_athena.conf" Please help me Thanks for reading, Normynator
×
×
  • Create New...

Important Information

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