What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

possible to Find AuctionCategory from Item Properties?

Status
Not open for further replies.

alcor75

Community Developer
Joined
Nov 22, 2012
Messages
376
Reaction score
24
Hello

i try to argue AuctionCategory from Item Properties but i fail and can't understand if that's possible or not.

i explored Item.categoryId, Item.db.itemCategorie, Item.db.itemCategorie.name, sqlCore.sqlItemCategories[Item.categoryId].name, sqlCore.sqlItemCategories[Item.categoryId].itemGroup.name and then tryed to iterate sqlCore.sqlAuctionACategories, sqlCore.sqlAuctionBCategories and sqlCore.sqlAuctionCCategories.

But i can't find a Exact match with the category listed in the enumerator AuctionCategory. Somtime the category seen match, sometime no....sometime there's plurals names, sometime not.

Pls can someone help me?, is it possible at all?

P.S Side question, Can we know exactly if the game interface finished loading and we are fully into the game? it look like AB think we are in game before the load screen finished, and i can't find a right pause to use (differents computers and internet latency ecc... you know.). would like to ear how you faced this problem.

Tnx for all the answer...i hope :)

/Hat
 
Pls can someone help me?, is it possible at all?
Hi, you cant match AuctionCategory with sqlCore.sqlAuctionACategories
Can we know exactly if the game interface finished loading and we are fully into the game?
Core.gameState. This value will be GameState.Ingame when you finished loading game world\teleportation, and GameState.LoadingGameWorld when you just loading game world
 
Tnx for answering.
About first answer, are you sure about the cant? The fact that the answer is so direct, and refer to a precise command let me think you were meaning.."can" ...and if so, what uint should i use?? Pls.
If no pls ignore me.
 
Last edited:
Status
Not open for further replies.
Back
Top