2023-06-04

Shoutbox

  • Auf der Homepage mit dem Ingame Account einloggen. Dann im Control Panel auf Charaktere -> den Char auswählen und dort dann den Style resetten. ^^

    20:38
  • Gast#8848

    Moin Moin , ich wollte bei mein charackter die haare stylen und habe einen sprite error bekommen und kann auch nicht mehr einloggen...^^ wie kann ich das fixen ?

    19:46
  • :heh:

    21:26
  • eben eingeloggt und stehe in geffen vor dem shop. Somit war wohl nicht der .go pay die ursache? aber naja das Laufen in den shop ja wohl auch nicht xDD vllt muss sich der server erst an meine gottlosen onlinezeiten gewöhnen^^

    20:58
  • Sorry Leute xD

    20:54
  • Server läuft erstmal wieder... aber .go pay als Crash- Ursache? Ich weiß ja nicht... war noch jemand online und hat irgendwas getan? ^^"

    18:16
  • wtf? wie zum... o.o"

    17:52
  • der server istn icht tot, aber der map-server ist abgeraucht xD pöses Odi :P

    14:26
  • Wenn ich mich anmelde und meinen char auswähle kommt: failled to connect to server

    09:33
  • server tot ?

    09:31
  • Tut mir echt Leid, ich hab ihn wieder gecrasht... Hab in Geffen Blue Gems gekauft und danach .go pay eingetippt... und bin nie in Payon angekommen -.-" Sorry (mit RK Sir Odium)

    00:22
  • Wow, cool Vielen Dank!!

    22:59
  • Korrigiere nochmal, da der Server gerade leer war, ist der Fix nun übernommen, Crash sollte nichtmehr vorkommen.. ^^

    21:46
  • Korrigiere, Ursache gefunden und Fix bereits vorbereitet ^^"

    21:29
  • hm... also ich bin jetzt auf dem Testserver ne Weile im Dewata 2 unterwegs und kann bisher keine Probleme/Crashes feststellen... Mit welcher Class und ggf. welchen Skills hast du dort was gefarmt? ^^"

    21:21
  • Läuft wieder, Ursache bislang unbekannt... ^^"

    06:48
  • Ich glaube ich hab den Server abgeschossen...^^ sry. Bin nicht sicher was passiert ist, hab in Dewata 2 gefarmt ;(

    03:48
  • Yuno ist ab sofort wieder zugänglich, bitte patchen ^^

    21:01
  • Ich werd verrückt das is ja sau cool. Danke

    16:08
  • dann geh mal in Control Panel und dort dann auf Characters. danach Character auswählen und auf reset potion klicken

    14:09
  • Man könnte sagen meine Poppel kleben in Yuno fest... :D

    11:20
  • Gast#6311

    2 meiner chars hängen in yuno wegen c3dworldress unsupported error :(

    10:05
  • Gast#6311

    oh mann ... ja habs selbst auch rausgefunden... man muss weiblich sein. Ich bin aber genderfluid!.... wie unfair

    10:03
  • Kann ich dir so ohne weitere Infos auch nicht sagen, vermutlich erfüllst du irgend eine Voraussetzung nicht... Ist der Char weiblich? ^^

    13:38
  • Gast#25a6

    Warum kann man Ribbon mit Slot nicht anziehen?

    12:18
    • 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!