Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing contet Cyclopedia / Wheel_Of_Destiny #1

Open
kokekanon opened this issue Jul 16, 2024 · 11 comments
Open

missing contet Cyclopedia / Wheel_Of_Destiny #1

kokekanon opened this issue Jul 16, 2024 · 11 comments

Comments

@kokekanon
Copy link
Owner

kokekanon commented Jul 16, 2024

1) Wheel_Of_Destiny

  1. player:isPromoted
  2. g_game.requestWheelOfDestiny
  3. if widget.value:isValidArea(mousePos) then
function widget:onMouseMove(mousePos)
  if unlock:isValidArea(mousePos) then
                
                
function widget:onClick(pos)
  local parent = self:getParent()
  if not unlock:isValidArea(pos) then
  1. ARRAY : Wheel_Of_Destiny.Slots
  2. ARRAY : Wheel_Of_Destiny.Sides

SEND

case 0x61:
  parseOpenWheel(msg);--->g_game.requestWheelOfDestiny()
case 0x62:
  parseSaveWheel(msg); --> g_game.requestSaveWheelOfDestiny(slots)

GET

onParseWheelOfDestiny

2) Cyclopedia

  • array Vocations array index name

  • g_game.getItemFrame

  • item: getResultingValue()

  • g_game.getRealVocation
    local player = g_game.getLocalPlayer()
    local vocation = g_game.getRealVocation(player:getVocation())

  • item:getNpcSaleData

  • placeholder

  • setTooltipAlign

3) TODO

  1. string to string_View
  2. reorder img(data/images)
  3. delete unused images
  4. order cpp
@kokekanon kokekanon changed the title missing contet missing contet Cyclopedia / Wheel_Of_Destiny Jul 16, 2024
@kokekanon
Copy link
Owner Author

Items
image

@kokekanon
Copy link
Owner Author

Bestiary
image

@kokekanon
Copy link
Owner Author

charms
image

@kokekanon
Copy link
Owner Author

map

lua
image

@kokekanon
Copy link
Owner Author

house

image
image

@kokekanon
Copy link
Owner Author

kokekanon commented Aug 6, 2024

Characters

image

image

image

image

image

image

image

@kokekanon
Copy link
Owner Author

kokekanon commented Aug 6, 2024

bosstiary
Tracker
image

@kokekanon
Copy link
Owner Author

kokekanon commented Aug 6, 2024

Groups :

Hex: 0xDF // dec : 223

Groups ID Check
Add 1
Edit 2
Remove 3

@kokekanon
Copy link
Owner Author

kokekanon commented Aug 9, 2024

canary problem : not work


void LocalPlayer::setResourceBalance(Otc::ResourceTypes_t type, uint64_t value)
{
    const uint64_t oldBalance = getResourceBalance(type);
    if (value == oldBalance)
        return;

    m_resourcesBalance[type] = value;
    g_lua.callGlobalField("g_game", "onResourcesBalanceChange", value, oldBalance, type);
}

@kokekanon
Copy link
Owner Author

  1. check in old protocol :
    g_game.getFeature(GameVipGroups)

  2. Cache .json

  3. Edit Vip
    image

  4. Groups :

Hex: 0xDF // dec : 223

Groups ID Check
Add 1
Edit 2
Remove 3

Edit vip check

  1. fix Sort
    image

image

  1. fix onlogin , last config

  2. add this
    image

  3. change icon

  4. report name bug ?

Copy link

github-actions bot commented Jan 2, 2025

This issue is stale because it has been open 120 days with no activity.

@github-actions github-actions bot added the Stale label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant