Giter Club home page Giter Club logo

aerie-pinkpanther's People

aerie-pinkpanther's Issues

Battle Royale v1.4

What steps will reproduce the problem?
1. naviguation dans le menu 
2. sélectionne Participer
3. vous devez être novice 1/1 blabla
4. Freeze

What is the expected output? What do you see instead?
[Error]: script: op_2: invalid data for operator C_NE
Data: number value = 0
Data: string value = "0"

What version of the product are you using? On what operating system?
Eathena 15074
Xubuntu 11.10

Please provide any additional information below.
if (BaseLevel == 1 && Joblevel == 1 && Weight == 0 && strcharinfo(2) != "0" && 
getpetinfo(0) != "0") {
getpetingo returning an int and you comparing with a string; it should be :
getpetinfo(0) != 0
or getpetinfo(0)
or getpetinfo(0) != atoi("0")

Lighta

Original issue reported on code.google.com by [email protected] on 14 Feb 2012 at 8:36

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.