Giter VIP home page Giter VIP logo

module_blizzcms-armory's People

Contributors

sebasbrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

module_blizzcms-armory's Issues

DDB problem

Hi i have a problem with search player ...

Other module work on the CMS...

image

Not pulling actual item numbers for gear equipped. (Azerothcore)

while using this module with Azerothcore, the gear equipped is not correct. The reason behind this is the code is looking in character_inventory.item for the item number. The actual number for items is stored in item_instance.itemEntry. the thing is, we do need the current number that is being pulled from character_inventory.item, as it references to item_instance.guid. and then finally the proper item number is found in item_instance.itemEntry. I tried creating a join. but my coding abilities are trash at best.

this is what I came up with, but obviously it doesn't work. so if someone that knows more can assist in actual functioning join.

Armory_model.php

public function getCharInvHead($MultiRealm, $id)
{
	$this->multirealm = $MultiRealm;
    $this->multirealm->select('item')->where('guid',$id)->where('bag','0')->where('slot','0')->get('character_inventory');
    $this->multirealm->join('item_instance', 'item_instance.guid = character_inventory.item');
    $this->multirealm->where('guid','item'); 
    $query = $this->multirealm->get();
    return $query->result();
 }

I was then thinking I could reference itemEntry field in view.

This webpage is slowing down your browser.

whenever using the search feature with a single realm. this is the message my firefox browser tells me.
slow
but when using on a site that has more than 1 realm. the search feature is instant. so it would appear there is a connection to multirealm?

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.