Giter VIP home page Giter VIP logo

orion-server's People

Contributors

dependabot[bot] avatar devdilson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

orion-server's Issues

Creating an account

Hey, got it running via IDE. Wondering what the process would be in order to create a new account? I tried making a new entry in the account table but it just freezes. Cheers

EDIT: Managed to create it by doing my own salt of the password. However now I get kicked off after selecting character

Contact

Hey I'm interested in doing some collaboration on this for a v92 PS, but I'm not sure how to send you a message haha

DamageParse 1203-1204 (parseDamageM) unkk byte mishandled

Great server btw 😄

I think there's an issue with the unkk byte skipping the incorrect number of bytes when handling damage on close range attacks.

How to reproduce:
Start the server, have a character (ideally a low level beginner) with enough damage to 1 hit kill a snail, and attack a snail. The snail does not die.

The expected error is something along the lines of java.lang.ArrayIndexOutOfBoundsException: Index 83 out of bounds for length 83 on line 1256 of DamageParse. The reason for this appears to be ret.hit & ret.target are not calculated correctly.

I think this fixes it:
Lines 1203 - 1204:

        final boolean unkk = lea.readByte() == 1;
        lea.skip(unkk ? 8 : 7);

The Vertisy codebase seems to do this instead, and it seems to work after I tried this.

too many bugs

win10 LTSC 21H2, screen 2240*1400 60HZ

Just run docker to start the db, run the server in IDE, and open the client v92.
After opening the client, not support HD, and the image loading location is misplaced.
After my testing, the account and password are both admin. If enter other account, the client will crash, maybe there are no auto register?
When log in and create a character's id, it will also crash.

how can i help you fix these bugs?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.