Résultats de la recherche

  1. GenesisMoreder

    C# [Server Dev] Stuck at 50%, version 2.59

    Sadly no, I stopped playing Dofus again, I'll take a look again if I ever play the game again. My theory is that it might have something to do with RawDataMessage changing something on the client code making it playable but I might be wrong, if you or anyone ever found the the cause please let...
  2. GenesisMoreder

    C# [Server Dev] Stuck at 50%, version 2.59

    That happens as well in the official, so it has nothing to do with the issue sadly
  3. GenesisMoreder

    C# [Server Dev] Stuck at 50%, version 2.59

    Hello long time not being in the forum! I hope everyone is doing great I've been trying to update an emulator to 2.59, I got back to play Dofus so I wanted to test some character builds locally before I buy items in the official server, but I've been stuck over the last 2 days trying to get...
  4. GenesisMoreder

    Projet communautaire 2,5x

    > je suis colombien Is quite interesting, I'm a native spanish speaker and I know most devs from the spanish community and I never heard of you in any spanish emulation related, nor french one I've the same concern as Dr this time, never heard of you, it looks more like you're new to this and...
  5. GenesisMoreder

    [IA] Datas de combat

    (Sorry if I write on English :p I don't know at all french) Personally I don't think you need to overcomplicate the process, your can implement some concepts of ML on Dofus, I already did it successfully: A neural network (The first on emulation I think I :D) to classify every monster IA based...
  6. GenesisMoreder

    C# Problem Server respons

    CustomDataWrapper.as
  7. GenesisMoreder

    C# Problem Server respons

    The "X2" shows the hexadecimal representation of the actual byte Example: Byte: 13 Hex: 0D About the hiut_bites I don't know why is in the code too but you can use this variable to know the bytes size but you can avoid it and simply do buffer.Lenght (or count how it apply) to get the bytes...
  8. GenesisMoreder

    C# [This] Paramètre d'une méthode

    this != Class name this keyworkd basycally its call the class itself (already on memory, this means already called "new ClassName" (if is not a static class)), just try put a field on the beggining of the class like "private int test = 0;" and you can see that can call "this.private" that is...
  9. GenesisMoreder

    Recherche Designer/Graphiste C#

    Take a look the UWP Design
  10. GenesisMoreder

    Utiliser le renderer d'ankama

    public function forge($request) { $redis = Redis::connection(); $format = pathinfo($request, PATHINFO_EXTENSION); switch ($format) { case 'png': default: header('Content-Type: image/png'); break...
  11. GenesisMoreder

    Utiliser le renderer d'ankama

    file_get_contents This download the image like I say in my previous comment xD But it take many time to serve the image (sometimes simply don't work), it's better do a crud request and also save the result on a redis database (this is a approach from luaxy [Erezia forge api], I use it on...
  12. GenesisMoreder

    Utiliser le renderer d'ankama

    Well if I understand your French the website don't allow the request, I fix this by download the image directly and later serve it (in the case of php)
  13. GenesisMoreder

    Je quitte dofus

    Good luck man! Thanks to you I started in this world and now I'm improving every day like you tell me one day R&D, thanks for the patience you had me ;)
  14. GenesisMoreder

    Hi Friends ! i'm YuriFoxx

    Welcome to the community ^^ What is your native language?
  15. GenesisMoreder

    C# Fonction decodeWithAES

    For HelloConnectMessage and IdentificacionMessage?
  16. GenesisMoreder

    Python Que signifie cette ligne de code en AS3?

    Its like this : if(param1[_loc_2] == 2) { writeByte(1) } Else { writeByte(0) }
  17. GenesisMoreder

    C# UnixTime Dofus 2.34

    var elapsedTime:Number = ((this.timeApi.getTimestamp() - this.timeApi.getTimezoneOffset()) - data.creationTime); var ageBonus:int = Math.min(200, (((data.ageBonusRate == 0)) ? 0 : (elapsedTime / data.ageBonusRate))); ageBonusStars = ageBonus; if (ageBonusStars >...
  18. GenesisMoreder

    C# UnixTime Dofus 2.34

    Official age bonus 180000 The unixtime is totalmiliseconds like send ankama I don't understand all French to help you sorry
  19. GenesisMoreder

    Autre Identification 2.33 Bizarre

    I never have this problem, I have more advance my emulator, rdm for credentials or? Maybe is like say Nico
  20. GenesisMoreder

    Où se trouvent les images des ressources ?

    Oh, this is not as3, this is c# :), but if I'm not bad one ide of as3 you can debug :)
Haut Bas