2023-06-04

Shoutbox

  • dropchancen bei normalen monstern sind 0,35% bei bossen 0,15%

    14:30
  • Mal ne frage wie hoch sind die drop chance bei Creamy Card ??? ich farme seid 4 stunden und es drops nichts garnichts nicht mal eine cards das ist frust pur !

    04:47
  • Danke :kis:<3<3<3

    04:15
  • Hast du versucht nen Char zu löschen? Das verursacht dieses Problem im Moment im Char select... Am besten Chars übers CP löschen... Chars sollten jetzt wieder da sein ^^

    21:14
  • Laut eure seite sind meine char noch da ,aber nicht sichtbar bei der char auswahl ???

    19:16
  • Meine Charaktere sind seid heute weg ? Gab es ein server crash ? Meine char name sind Xumma und Darkun . Darkun habe ich gestern angefangen zu spielen mit.

    19:10
  • Gast#c2e4

    Hallo zusammen ixh habe ein problem meine 2 charaktere sind weg ??? gestern hatte ich sie noch.

    19:05
  • danke ja :) also ich habe es jetzt mit einem anderen usernamen versucht und da ging es dann gott sei dank :) also vill sieht man sich heute schon im spiel 😊

    10:55
  • blackrose: melde dich am besten mal privat bei mir, entweder hier im Forum per PN oder im Discord... ^^

    18:11
  • @Gast Server wechseln ganz ein fach: Hier registrieren und los spielen xD

    14:11
  • jetzt ist nur die frage wenn ich mich schon einmal registriert habe welches passwort ich verwendet habe.. 😅 sieht man wann der account erstellt wurde 🙃

    10:01
  • ok danke jetzt seh ich es auch... 🙃

    09:59
  • Gast#af83

    hallo ich würde gerne auf eurem server spielen nur weiß ich nicht wie kann ich den server wechseln lg

    20:29
  • Gast#af83

    hallo ich würde gerne auf eurem server spielen nur weiß ich nicht wie kann ich den server wechseln lg

    20:29
  • Ah, ok... so, jetzt sollte es fixed sein... So wie ich das sehe, gibt es deinen gewählten Accountnamen schon ^^

    21:31
  • ich kann in die shoutbox iwie keine screenshots senden.. 🥹 habe ich schon versucht.. tut mir echt leid dass ich hier so probleme mache..

    05:57
  • es steht nur dort als überschrift ,,register on nyanro,, ansonsten ein dunkler hintergrund mit einem noch dunkleren dünnen leeren textfeld unter ,,register on nyanro,, :)

    05:49
  • ich gebe die daten ein ID, PW, email, gender, usw zum schluss diesen zufälligen zahlencode und dann klicke ich auf registrieren. die seite ladet iwie neu aber bleibt leer.

    05:47
  • guten morgen :)

    05:44
  • Evtl. würde auch ein Screenshot helfen ^^"

    18:06
  • Sowohl mit Firefox als auch mit Iron (ebenfalls Chromium- basiert wie Edge) keine Probleme beim registrieren... Kommt die leere Seite direkt beim aufrufen der Registrierungs- Seite, oder erst wenn du alles eingegeben hast? ^^"

    18:02
  • ich hab es versucht mit microsoft edge , dann hab ich mir firefox installiert und mit dem handy (android) 😵‍💫

    14:09
  • @Guest#5595: maybe you need to start the setup.exe first and set your graphics devices, resolution, etc... ?

    18:31
  • blackrosewelchen Browser nutzt du? Liegt es vllt daran? ^^

    18:29
  • Guest#5595

    Hello, i launched the patcher and fe seconds after the launcher close. When i restart it, same. Any tip to patch ?

    11:01
    • Offizieller Beitrag

    Mainserver:

    • Fixed SC_MAGICMUSHROOM shouldn't cast skills if sit
    • Replaced some hardcoded mobids by enum
    • Added mob_is_treasure definition for faster search
    • Some cleaning.
    • Enhanced DBMap implementation to allow storing integer type data in addition to void pointers.
      -Added enum for data: `int`, `unsigned int`, `int64` and `void*`
      -Replaced generic `void*` data with `DBData` struct to hold `int`, `unsigned int`, `int64` or `void*` (member of `DBNode`)
      -Added `db_i2data`, `db_ui2data` and `db_ptr2data` functions to cast from `int`/`uint`/`int64`/`void*` to `DBData` (used in `DBMap::put()`)
      -Added `db_data2i`, `db_data2ui` and `db_data2ptr` functions to get `int`/`uint`/`int64`/`void*` from `DBData`
      -Enabled statistics for new functions in `db_stats` struct
      -`DBCreateData` functions (used in `DBMap::ensure()`) now return `DBData` instead of `void*`
      -`DBApply` functions (used in `DBMap::foreach()` and `DBMap::destroy()`) now take `DBData*` as a parameter instead of `void*`
      -`DBMatcher` functions (used in `DBMap::getall()`) now take `DBData` as a parameter instead of `void*`
      -`DBReleaser` functions now take `DBData` as parameter instead of `void*`
      -Default releasers release data if it is `void*` (`DB_DATA_PTR`) type
      -`DBIterator` functions: `first()`, `last()`, `next()` and `prev()` now return `DBData*` instead of `void*`
      -`DBIterator::remove()` now returns `int` (1 if node was found and removed, 0 otherwise) instead of `void*` and takes an extra `DBData*` parameter for the data of removed entry
      -`DBMap::get()` and `DBMap::ensure()` now return `DBData*` instead of `void*`
      -`DBMap::remove()` and `DBMap::put()` now return `int` (1 if node already existed, 0 otherwise) instead of `void*` and take an extra `DBData*` parameter for the data of removed entry
      -`DBMap::put()` now takes `DBData` as parameter instead of `void*`
      -`DBMap::getall()` now puts data into `DBData**` buffer instead of `void**` buffer
      -Updated macros
      -Updated `DBMap` documentation.
      -Updated rest of code to reflect `DBMap` changes (mostly required signature changes of `DBCreateData` and `DBApply` functions).
      -Fixed a bug where `DBMap::put()` would return data of a deleted entry.
      -Removed some unnecessary pointer casts.
      -Increased `showmsg.c` static buffer size to fit entire DBMap stats report.
      -Numeric global variables (mapreg) now utilize `DBMap`'s ability to store integer-type data.
      -replaced some `DBMap` function calls with macros.
      -Updated the script engine to make use of the DBMap* structure for storing variables
    • Enforced all zeny transactions to use pc_payzeny and pc_getzeny handlers (auto log and clif).
    • Picklog improvements:
      -now it is finally possible to log every item / zeny players gain or lose
      -new log type: `X` for all other items transactions that don't fall into another category
      -it also fixes items being logged as picked up/gained by player when in fact they were dropped on the ground due to full inventory
    • Added initial support for direct variable assignment (allows assigning values to variables without the use of 'set')
    • Added mercenary and elemental objects support to getmapxy.
    • Fixed 'nude' script command to remove any part of equip.
    • Modified script command 'donpcevent'.
      -now returns 1 when successful, 0 when fails.
      -now shows a debug message on the console when no events are triggered.
    • When a menu supersedes the client's maximum length it is truncated and a warning is displayed on console.
    • getd now works as a parameter for query_sql
    • Fixed pvp/gvg mapflag handling by setmapflag/removemapflag script commands.
    • Fixed various quest-related script commands to fix crashes caused of null pointers (sd).
    • Added missing COWRAIDERS1, COWRAIDERS2, COWRAIDERS3 and MECHASPIDER drops.
  • 15peaces 16. Juli 2023 um 17:15

    Hat das Thema geschlossen.

Jetzt mitmachen!

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