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

Item.grade stays the same until after logout, login?

Myster2

New Member
Joined
Aug 18, 2015
Messages
26
Reaction score
0
I'm sorry I'm a little confused with this. So creating a plugin to run through all my specific items and their grade I ran into a weird result. The item.grade stays the same even after the item is regraded until i log out and back in? How is that possible? Let me give you a quick code example.


Code:
     string itemToEnchantNm = "Obsidian Katana"

                Item toRegrade = getInvItem(itemToEnchantNm);

                Log("Item Name is " + toRegrade.name + " Item Grade is " + (toRegrade.grade));

What i'm noticing is that if the item is at say rare and I regrade it to heroric it will always return toRegrade.grade = rare until I log out of archeage and back in in which it will display the correct grade.

Anyone know why this is?
 
I'm sorry I'm a little confused with this. So creating a plugin to run through all my specific items and their grade I ran into a weird result. The item.grade stays the same even after the item is regraded until i log out and back in? How is that possible? Let me give you a quick code example.
I think AB dont know how to parse packet with info about item regrade\upgrade.
If you can prepare account for me with few items that i can regrade\upgrade - i can fix it.
 
I think AB dont know how to parse packet with info about item regrade\upgrade.
If you can prepare account for me with few items that i can regrade\upgrade - i can fix it.

No problem, let me catch you via PM.
 
Back
Top