Code Monkey home page Code Monkey logo

addons's People

Contributors

teschnei avatar z16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

addons's Issues

Crafting results packet error

Trying to track 0x06F while desynthing elemental cards in EA with ionis instead of getting a tracking response the console keeps presenting the following error:

Lua runtime error: libs/packets/fields.lua:153; attempt to index field '?' (a nil value)

After checking line 153, this appears to be trying to determine which craft skill for the synth applies, but it also appears that elemental cards have no such craft designation, or some other response (a hidden skill?) applies instead. At any rate, the error seems to be preventing further exploring that packet under those circumstances.

Packetviewer is unable to parse packets with boolean as types

Outgoing 0x0B5 is defined as the following:

-- Speech
fields.outgoing[0x0B5] = L{
    {ctype='unsigned char',     label='Mode',               fn=chat},           -- 04
    {ctype='unsigned char',     label='GM',                 fn=bool},           -- 05
    {ctype='char*',             label='Message'},                               -- 06
}

the "GM" char is listed as bool and errors out on this line: https://github.com/z16/Addons/blob/master/PacketViewer/PacketViewer.lua#L384 Attempt to concatenate local 'val' (a boolean value)

I've made a change locally that may or may not be the right way to fix it. Let me know if you'd like me to PR it in, change as follows:

            if val ~= nil then
				if type(val) == "boolean" then
					packet['_f_' .. field.label] = ' (bool)'
				else
					packet['_f_' .. field.label] = ' (' .. val .. ')'
				end
            end

To test, load packetviewer, //pv track o 0x05B and try to use /say.

Error at @ line 75.

Recently attempting to load Opensesame and whenever it attempts to open a door it's giving me this error.

attempt to call field 'outgoing' (a nil value)

I've poked around the packets/fields.lua which I'm pretty sure it's attempting to call but didn't come up with anything.

Sorry for the hassle.

Neptune's Spire

Greetings and Top of the day to you!
I noticed an issue with opening and entering Neptune's Spire where it opens the door and does not release from the target door, so it open's the door again as soon as I get to the other side and sends me back out using the OpenSesame addon.
I checked the version of my addon file against the one listed here and it is the same as the one listed.
I also noticed something similar when I was doing the BLM AF quest in Castle Bailey's and again whenever there is a cut scene involved. It keeps trying to open the door even after I hit escape.
I'm disclosing that this is on a private server associated and affiliated with LSB.
I don't know if that has anything to do with the issue or not.
It took me a while and a GM ticket before I realized what was the cause of Neptune's Spire.
Once I unloaded the addon the problem went away.
Discord:Sphinx#3026

Update

hi z16, ive been using this handy little addon for a while now, but i think it needs an update. i get a few issues and i think it misses some packets due to errors.

eg of one:
line 293 bad argument #3 to 'format' (no value)

would be awsome to get a bit of an update. addon almost doesnt catch any packets in escha ruan, where i tried it. hope u can maybe find the time to fix it up, i cnt find an updated copy of this anywhere. thanks

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.