Giter Club home page Giter Club logo

acore_exchangenpc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

acore_exchangenpc's Issues

only forgotten Vanquisher tokens are classless

chromiecraft/chromiecraft#6742

What client do you play on?

enUS

Faction

Both

Content Phase:

70

Current Behaviour

not sure if this is intentional for some reason, but i would say either all class tokens should be classless or none should

https://wowgaming.altervista.org/aowow/?search=forgotten+vanquisher lack class restriction to rogue, mage and druid

Expected Blizzlike Behaviour

should carry the information about the class restriction like
https://wowgaming.altervista.org/aowow/?search=forgotten+conqueror and https://wowgaming.altervista.org/aowow/?search=forgotten+protector

Source

(34858, 15, 0, -1, 'Boots of the Forgotten Vanquisher', 48379, 4, 0, 0, 1, 0, 50000, 0, 1160, 32767, 70, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);

Steps to reproduce the problem

.additem 31090

Extra Notes

No response

AC rev. hash/commit

chromiecraft/azerothcore-wotlk@b9c1dc9

Operating system

Ubuntu 20.04

Modules

Customizations

None

Server

ChromieCraft

Glyph of typhoon uncraftable due to materials.

chromiecraft/chromiecraft#5535

What client do you play on?

enGB

Faction

Both

Content Phase:

Generic

Current Behaviour

Despite the recipie being available, Glyph of typhoon cannot be crafted as ink of the sea is gained by milling wotlk herbs.

Expected Blizzlike Behaviour

Add it to vendors

Source

https://www.wowhead.com/wotlk/item=43126/ink-of-the-sea
custom CC stuff

Steps to reproduce the problem

  1. check honor vendor
  2. check gold vendor

Extra Notes

Similar issue to chromiecraft/chromiecraft#5182

AC rev. hash/commit

chromiecraft/azerothcore-wotlk@ce6ca59

Operating system

Ubuntu 20.04

Modules

Customizations

None

Server

ChromieCraft

Allow conversion for multiple items at once

chromiecraft/chromiecraft#3445

Needs a 2d array and new gossips for the item exchange NPC.

local function newAutotable(dim)
    local MT = {};
    for i=1, dim do
        MT[i] = {__index = function(t, k)
            if i < dim then
                t[k] = setmetatable({}, MT[i+1])
                return t[k];
            end
        end}
    end

    return setmetatable({}, MT[1]);
end

ExchangeArray = newAutotable(2)

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.