2025-08-17

Shoutbox

  • Am einfachsten ist es, wenn du deinen Virenscanner aus dem Client- Verzeichmis aussperrst. Das sind alles Falschmeldungen, vorausgesetzt du hast den Client hier heruntergeladen.

    18:45
  • Kann man leider nicht viel gegen machen, ich kann nen P-Server Client schlecht von MS zertifizieren lassen ^^"

    18:43
  • Gast#d82d

    windows verhinder installation, virus da virus hier

    16:48
  • Schreib sie im Discord an, da ist sie in der Regel erreichbar. ^^

    13:52
  • okay. Hab noch einen Vorrat von 25k jeweils. Sollte erstmal reichen. Gibts ne Möglichkeit mal mit GM Sakura zu reden? wollte sie was fragen

    11:06
  • Im Moment leider nicht, da GM Sakura aktuell zu nichts kommt...

    12:31
  • Sorry, hatte vergessen mich einzuloggen und komischerweise schickt der Browser die Nachricht mehrfach ab..

    11:46
  • Gast#61d5

    Gibts noch den Schwarzmarkt-Dealer (hieß doch so oder?) :D Den, wo man die Mysterious PET Bottles und Watermelon Juices kaufen konnte

    11:43
  • Hey, wb, freut mich =)

    22:02
  • :sry: den Text unten habe ich versehentlich 2nal verfasst

    14:46
  • Gast#d45e

    Hey, ist ja richtig geil das es euch noch gibt! Das letzte Mal war ich 2018 hier und in der Zwischenzeit habe ich geheiratet und 2 Kinder bekommen. Bin zufällig über meine alten Lesezeichen wieder auf Euch gestoßen und werde später wahrscheinlich auch mal wieder den Clienten Laden. 😀

    14:40
  • So, für alle, die Probleme mit dem Patchen haben/hatten: Der Fullclient auf der HP ist nun aktuallisiert auf den Stand 1.8.2025: http://nyanro.org/dl/2025-08-01_Fullclient_5.02.exe

    13:10
  • Bitte erstelle einen Bug Report und beschreibe, was nicht geht bzw. was du versucht hast. ^^

    17:25
  • Weil er vermutlich verbuggt ist?

    17:24
  • Gast#acbc

    hey-hey.ich-wollte-nur-fragen,warum-potiom-pitcher-nicht-das-macht-was-er-soll?(es-geht-nicht)

    21:10
  • Manchmal meckert der virenscanner, evtl. hat er den patcher in quarantäne gesteckt... ^^" Hatte ich schon öfter seit win 10 xD

    00:03
  • Nein, die nyanRO.exe

    00:03
  • Gast#e032

    Hallo. Ich habe den aktuellen Client runtergeladen. Kann ihn aber leider nicht starten. Ist die Nyan.exe die richtige Datei zum starten?

    23:30
  • Gast#82f7

    hat-alles-geklappt-,bin-drin^^

    22:38
  • Neben der Meldung müsste eine Art Menü sein, wo du "trotzdem herunterladen" auswählen kannst oder sowas in der Art.

    20:41
  • 1x enter reicht, der Chat ist nicht so schnell... sonst sendest du es mehrfach ^^"

    20:39
  • Das klingt nach Microsoft Edge... der blockt glaube ich *.exe, wenn sie nicht von Microsoft signiert sind...

    20:38
  • Gast#82f7

    downloade wurde abgebrochen , da dieser dateityp ihr Gerät beschädigen kann. ( keine Ahnung Warum ) bei anderen RO hatte ich sowas noch nie :swt:

    20:37
  • Welchen Browser benutzt du? Oder blockiert der Virenscanner den Download?

    20:36
  • Gast#82f7

    downloade wurde abgebrochen , da dieser dateityp

    20:34
    • Neu
    • Offizieller Beitrag

    Mainserver:

    • Added full support for 2 new skill packets which might be needed in future:
      -CZ_USE_SKILL_START, CZ_USE_SKILL_END.
      -The only skill known to use it right now is GC_ROLLINGCUTTER.
    • Added some pre-support for new Reinforced Madogears.
      -Client support is currently missing, but it is already supported server-sided.
      -I don't know the exact client date here, but might be a 2019/2020 client needed...
    • Fixed storage condition in lasagna town.
    • Changed/optimized the map cache handling
      -With this update I was able to reduce the RAM usage of the map server by ~100MB!
      -Beyond the memory usage drop there is also a significant processing speed improvement which can be noticed during boot and map cache loading.
      -We now use a smart map cache handler that loads its data only when a map is necessary (the data is then kept until shut down).
    • Instance Rework
      -Instance Functionality/Feature
      --Server may now create instances of any maps regardless of client-side edits, e.g. one can clone prontera and call it "mymapname"
      --Instances may now be available in 4 distinct ways, by nobody (server type instance, to be used with special map names), by a sole character, by a party, or by a guild
      -Script Command Changes
      --instance_create 2nd param is now called owner_id instead of party_id, and it got a 3rd optional param that defines what kind of owner id it is (when not provided, assumes party_id, for backwards compatibility).
      -- available options are (IOT_ stands for INSTANCE OWNER TYPE) IOT_NONE (0), IOT_CHAR (1), IOT_PARTY (2) and IOT_GUILD (3).
      --instance_destroy no longer autodetects instance id from party id
      --instance_attachmap now supports a 4th, optional, param, "<new map name>", it will allow you to specify a entirely new map name for the instance (without the need of client-side edits).
      -- This option can be best employed when used on a instance of <owner_type> IOT_NONE
      --instance_detachmap no longer autodetects instance id from party id
      --instance_id no longer supports any param
      --instance_set_timeout no longer autodetects instance id from party id
      --instance_announce no longer autodetects instance id from party id, and to tell it to autodetect from the attached script you must set instance_id param as -1 as opposed to 0
      --instance_npcname no longer autodetects instance id from party id
      --has_instance no longer autodetects instance from party, however it now checks if attached player possesses a instance with same map as has_instance(<param>) checks for
      --instance_warpall no longer autodetects instance from party
      -Other Changes
      --Instance IDs (valid ones) are now always >= 0 as opposed to > 0 (update your scripts!)
      -This is the 1st step to make newer forms & features of instances possible.
    • Fixed a nullpo info caused by clif_additem.
    • Updated Visual Studio v15 project files target platform version.
    • Fixed slaves_inherit_mode config doesn't accept values > 3.
      -Also changed default value to 4 which is official.
    • Fixed AM_POTIONPITCHER and AM_BERSERKPITCHER requirement checks.
      -Also updated skill_get_itemid to support new itemID-range.
    • WZ_METEOR; WL_COMET; SU_CN_METEOR
      -Fixed some issues with these skills related to their unit behaviors.
    • LG_RAYOFGENESIS
      -Corrected skillratio & added int bonus.
      -Updated/fixed skill effect to official.
      -Updated Maxlevel to 10.
      -Removed Inspiration requirement.
    • Fixed MC_IDENTIFY using wrong inventory index value.
      -This also fixes the Magnifier item.
    • High Wizard Aftercast Values
      -Ganbantein now has an aftercast delay of 5s
      -Gravitational Field now has an aftercast delay of 5s-9s
    • Fixed some item types.
    • Fixed Gold_Coin_Basket Buy/Sell price.
    • Added missing Upg_Clip script.
    • Fixed White_Wing_Suits defense.
    • Added some missing items.
    • Added Nine Tail Pet.
    • Fixed another wedding bug
    • Made color value in showevent script command optional.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!