2020-02-09

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
  • Server:

    • fixed incorrect/unidentified display of equip infos (both servers)
    • Elemental system recode.
      -Recoded the elemental C/H files from the ground up.
      -Added AI support for the elementals.
      -Elementals will now autocast their offensive skills when attacking and also use them when commanded with Elemental Action. Skills are also handled through 3 seprate skill type functions and are triggered depending on the elementals set mood.
      -Database relate stuff is updated to remove all the useless stuff not needed. Finally, some code was updated to be more compact and efficant now that things are finalized.
      -Redid all the SQL save/load related stuff for elementals and the format that the data for them is saved in. Due to the major rework on the format for their save data a SQL update is required. This update drops the elemental table and all of the data for them and creates a new one with the new format. This is also important to get rid of any unused elemental data caused by a bug on character deletion.
      -Added the structures and handlings for the elementals skills and the status for them. This update also adds support for all of Elemental skills.
    • Elementals are now supported in TXT mode.
      -The support bypasses the need for the char server and any save functions.
      -Since nearly every server run's in SQL mode its pointless to add save function support to the char server. This TXT support is good enough for development and testing purposes.
    • Updated the "eleminfo" command.
      -Now shows the elemental's summon Lv next to the name.
      -Now displays the remaining time left for the current elemental.
    • Added AI support for the elementals.
      -Elementals appear to use the same AI as monsters in official and because of this it was decided to make a copy of the mob's AI and then do the needed edits to make it usable for elementals. The basic functions and feature are complete which gives the elementals life. They will follow its master, attack anything the master attacks, attack anything that attacks it, search for and attack stuff when set to aggressive, etc.
    • Added the "elemtalk" command.
      -This allows you to make a elemental say what you type. Fun extra to have.
    • Added the "elemental_ai" config setting.
      -Allows setting custom AI settings for the elemental's AI.
      -Note: Not all of the settings work since the AI is still under development.
    • elem_defensive_support; elem_offensive_skill_chance; elem_offensive_skill_casttime; elem_offensive_skill_aftercast
      -Added these configs to the elemental config.
    • Added "elem_defensive_attack_skill" config.
      -Sets if a elemental can autocast its offensive skills in Defensive mode.
      -Its set to no by default as you can trigger them using Elemental Action.
    • Reaplced "natural_elem_healhp_interval" and "natural_elem_healsp_interval" with "natural_elem_heal_interval" config. This is necessary due to the changes to their HP/SP regen mechanics.
    • Updated the "useskill" command to check if the player has a elemental when casting a skill from their skill range. If one exists, it will cast the skill instead of the player. This check is also added for mercenarys and their skills.
    • Elementals are now summoned with full HP/SP....again.
    • Elementals are now only allowed to attack when in offensive mode.
    • Elemental type checks is switched to use the "elemental_get_type" function.
    • Fixed a issue where deleting a character would not delete the data for a attached elemental if one was active at the time of deletion.
    • Added some checks to help stablize the elemental skills.
    • Reduced the amount of code used for some autocasting status's.
    • Cleaned up some code.
    • Shifted the offset ranges for homunculus, mercenary, elemental, and guild skills.
    • Updated the elemental_db.
      -Removed quite a number of columns since a lot of it is pointless. Most of a elementals sub-stats are set using formulas different from the norm.
    • Removed the elemental_skill_db.
      -Aegis has the skill selection and management hardcoded. Doing the same here showed to be much easier to do and is more efficant. Plus its easy to add new skills to the lists in the code if needed.
    • Recoded the handling of HP/SP regen to official.
      -HP/SP is no longer regenerated by normal means and is now done through the "Wait" mode status. While this means that status's that normally increases a player's regen rate no longer affects elementals, it also means status's that reduce or disables HP/SP regen won't affect elementals.
      -For as long as the elemental is in the wait mode it will regen HP/SP. The regen can be doubled when standing in a level 1 insignia of the same element. Regen is only disabled when the elemental is in any of the 3 active modes...
      -Passive / Defensive / Offensive.
    • SP is now drained while in Passive and Defensive modes. If there's not enough SP to continue the state it will switch back to Wait mode.
    • The masters SP will now be drained every 10 seconds for as long as the elemental is alive. If theres not enough SP to continue, the elemental will be lost.
    • Elementals follow distance increased to 3.
    • Base sub-stats are now calculated during the summoning of a elemental.
      -Once summoned, these base sub-stats will be set for the entire duration of the elementals life. The only thing that will affect them after is changes through status's.
    • Elementals Skills
      -Updated all timer data settings in the skill_renewal_cast_db.
      -All skill animation code is complete (should be) and so is the status support.
    • SA_AUTOSPELL
      -Aftercast delay is now properly triggered on autocast.
    • NC_RESEARCHFE
      -Recoded the skill.
      -Bonus ATK now only applies to fire and earth element monsters.
      -Damage reduction is corrected to be a fixed reduction. -The damage reduction only applies to attacks from fire and earth element monsters.
    • SO_WARMER
      -Recoded the skill.
      -Freeze, Frost Misty, and Crystalize status are now removed by the AoE itself.
      -HP recovery is now handled by the warmer status. This is the official handling.
      -Status is now removed when you walk outside of the AoE.
      -We had to recode this when adding Agni's Heater skill.
    • Added full support for all elemental skills again.

Jetzt mitmachen!

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