mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-02-03 16:39:07 +00:00
feat(profile): new funcs
This commit is contained in:
parent
906a662cbf
commit
4b9941c91c
15 changed files with 38 additions and 0 deletions
|
|
@ -12,3 +12,7 @@ CGAuctionHouse__CloseAuctionHouse 0059F150 f end=0059F231
|
||||||
CGAuctionHouse__LeaveWorld 0059FF30 f end=0059FF35
|
CGAuctionHouse__LeaveWorld 0059FF30 f end=0059FF35
|
||||||
CGAuctionHouse__OnAuctionHello 0059FF40 f end=0059FFAB
|
CGAuctionHouse__OnAuctionHello 0059FF40 f end=0059FFAB
|
||||||
CGAuctionHouse__OnAuctionCommandResult 0059FFB0 f end=005A0441
|
CGAuctionHouse__OnAuctionCommandResult 0059FFB0 f end=005A0441
|
||||||
|
CGAuctionHouse__IsItemForSell 0059AA50 f end=0059AA9B
|
||||||
|
CGAuctionHouse__GetOwnerList 0059CC50 f end=0059CD89
|
||||||
|
CGAuctionHouse__GetBidderList 0059CE50 f end=0059CF83
|
||||||
|
CGAuctionHouse__IsSellItemValid 0059D0B0 f end=0059D270
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ CGBag_C__UnlockItemsOfType 00754D90 f end=00754DC3
|
||||||
CGBag_C__FindItemOfType 00754A50 f end=00754A71
|
CGBag_C__FindItemOfType 00754A50 f end=00754A71
|
||||||
CGBag_C__FindItemByFullName 00754C30 f end=00754CC4
|
CGBag_C__FindItemByFullName 00754C30 f end=00754CC4
|
||||||
CGBag_C__FindItemSlot 00754040 f end=007540AA
|
CGBag_C__FindItemSlot 00754040 f end=007540AA
|
||||||
|
UnlockItemTypeCallback 00753FA0 f end=00754015
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,7 @@ CCharacterComponent__GetTabardBackgroundFileName 004E81C0 f end=004E8206
|
||||||
CCharacterComponent__GetTabardEmblemFileName 004E8210 f end=004E825E
|
CCharacterComponent__GetTabardEmblemFileName 004E8210 f end=004E825E
|
||||||
CCharacterComponent__GetTabardBorderFileName 004E8260 f end=004E82AE
|
CCharacterComponent__GetTabardBorderFileName 004E8260 f end=004E82AE
|
||||||
CCharacterComponent__RenderPrepSections 004F14A0 f end=004F1514
|
CCharacterComponent__RenderPrepSections 004F14A0 f end=004F1514
|
||||||
|
CCharacterComponent__AddShoulders 004EF840 f end=004EF8F9
|
||||||
ComponentFlagsMatch 004F39A0 f end=004F3A15
|
ComponentFlagsMatch 004F39A0 f end=004F3A15
|
||||||
GetSelectionFromContext 004F3A40 f end=004F3A80
|
GetSelectionFromContext 004F3A40 f end=004F3A80
|
||||||
GetContextFromSelection 004F3A90 f end=004F3ABB
|
GetContextFromSelection 004F3A90 f end=004F3ABB
|
||||||
|
|
|
||||||
|
|
@ -78,3 +78,5 @@ CGChat__IsVoiceChatEnabled 004FBAB0 f end=004FBAEA
|
||||||
CGChat__NewVoiceSession 004FFFC0 f end=0050002A
|
CGChat__NewVoiceSession 004FFFC0 f end=0050002A
|
||||||
CGChat__UpdateRosterMember 00500FB0 f end=0050102F
|
CGChat__UpdateRosterMember 00500FB0 f end=0050102F
|
||||||
CGChat__JoiningParty 00505F50 f end=00505FF5
|
CGChat__JoiningParty 00505F50 f end=00505FF5
|
||||||
|
CGChat__LeaveWorld 004FB190 f end=004FB19B
|
||||||
|
CGChat__ChatTokenToGUID 004FB580 f end=004FB5BE
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
CGClassTrainer__EnterWorld 00593CC0 f end=00593CDC
|
CGClassTrainer__EnterWorld 00593CC0 f end=00593CDC
|
||||||
CGClassTrainer__FilterAndSortServices 00594BA0 f end=00594D9B
|
CGClassTrainer__FilterAndSortServices 00594BA0 f end=00594D9B
|
||||||
CGClassTrainer__RefreshList 00596B00 f end=005970A7
|
CGClassTrainer__RefreshList 00596B00 f end=005970A7
|
||||||
|
CGClassTrainer__SetTrainer 005940E0 f end=0059416D
|
||||||
|
CGClassTrainer__LeaveWorld 005947B0 f end=005947CF
|
||||||
|
CGClassTrainer__BuyService 00594E50 f end=00594E76
|
||||||
|
|
|
||||||
4
profile/3.3.5a-windows-386/symbol/gmsurveyinfo/func.sym
Normal file
4
profile/3.3.5a-windows-386/symbol/gmsurveyinfo/func.sym
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
CGGMSurveyInfo__GetQuestion 005AC530 f end=005AC5AD
|
||||||
|
CGGMSurveyInfo__GetAnswer 005AC5B0 f end=005AC677
|
||||||
|
CGGMSurveyInfo__GetNumAnswers 005AC680 f end=005AC74D
|
||||||
|
CGGMSurveyInfo__Submit 005ACD50 f end=005ACF22
|
||||||
|
|
@ -4,3 +4,5 @@ CGGMTicketInfo__CreateTicket 005AC8F0 f end=005ACB49
|
||||||
CGGMTicketInfo__UpdateTicket 005ACB50 f end=005ACBE1
|
CGGMTicketInfo__UpdateTicket 005ACB50 f end=005ACBE1
|
||||||
CGGMTicketInfo__GetTicket 005ACBF0 f end=005ACC56
|
CGGMTicketInfo__GetTicket 005ACBF0 f end=005ACC56
|
||||||
CGGMTicketInfo__OnTicketMessage 005AD240 f end=005AD5B4
|
CGGMTicketInfo__OnTicketMessage 005AD240 f end=005AD5B4
|
||||||
|
CGGMTicketInfo__DeleteTicket 005ACC60 f end=005ACCD6
|
||||||
|
CGGMTicketInfo__ResponseResolve 005ACCE0 f end=005ACD4E
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,8 @@ CGGuildBankInfo__UpdateTabInfo 005A4220 f end=005A426E
|
||||||
CGGuildBankInfo__OnGuildBankText 005A4AE0 f end=005A4B60
|
CGGuildBankInfo__OnGuildBankText 005A4AE0 f end=005A4B60
|
||||||
CGGuildBankInfo__QueryGuildBankTab 005A5800 f end=005A58B6
|
CGGuildBankInfo__QueryGuildBankTab 005A5800 f end=005A58B6
|
||||||
CGGuildBankInfo__OnGuildBankList 005A7250 f end=005A7760
|
CGGuildBankInfo__OnGuildBankList 005A7250 f end=005A7760
|
||||||
|
CGGuildBankInfo__SetGuildBanker 005A4270 f end=005A42DD
|
||||||
|
CGGuildBankInfo__SetTextUpdate 005A4310 f end=005A4323
|
||||||
|
CGGuildBankInfo__BuyGuildBankTab 005A5010 f end=005A50B1
|
||||||
ScrubString 007E1830 f end=007E18BC
|
ScrubString 007E1830 f end=007E18BC
|
||||||
ValidateGuildBankTabName 007E1FB0 f end=007E2039
|
ValidateGuildBankTabName 007E1FB0 f end=007E2039
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,4 @@ CGMailInfo__ReceivedMail 005704D0 f end=0057054A
|
||||||
CGMailInfo__CloseMail 00571730 f end=005717AC
|
CGMailInfo__CloseMail 00571730 f end=005717AC
|
||||||
CGMailInfo__OnMailCommandResult 005717B0 f end=005719AA
|
CGMailInfo__OnMailCommandResult 005717B0 f end=005719AA
|
||||||
CGMailInfo__OnMailListResult 00571C50 f end=00572207
|
CGMailInfo__OnMailListResult 00571C50 f end=00572207
|
||||||
|
CGMailInfo__SetObject 0056DA60 f end=0056DA96
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,5 @@ CGPartyInfo__IsMemberPet 0052D210 f end=0052D30B
|
||||||
CGPartyInfo__AddMember 0052D410 f end=0052D6D3
|
CGPartyInfo__AddMember 0052D410 f end=0052D6D3
|
||||||
CGPartyInfo__ChangeRaidDifficulty 0052D8D0 f end=0052D98D
|
CGPartyInfo__ChangeRaidDifficulty 0052D8D0 f end=0052D98D
|
||||||
CGPartyInfo__RemoveAll 0052D6E0 f end=0052D89B
|
CGPartyInfo__RemoveAll 0052D6E0 f end=0052D89B
|
||||||
|
CGPartyInfo__Uninvite 006D43C0 f end=006D4441
|
||||||
|
CGPartyInfo__LeaveGroup 006D4540 f end=006D45A3
|
||||||
|
|
|
||||||
|
|
@ -22,3 +22,5 @@ CGQuestLog__CollapseHeader 005E0C00 f end=005E0CBB
|
||||||
CGQuestLog__GetNumQuestLeaderBoards 005E1300 f end=005E1460
|
CGQuestLog__GetNumQuestLeaderBoards 005E1300 f end=005E1460
|
||||||
CGQuestLog__GetQuestLeaderBoardForKill 005E2370 f end=005E2625
|
CGQuestLog__GetQuestLeaderBoardForKill 005E2370 f end=005E2625
|
||||||
CGQuestLog__GetQuestLeaderBoardForItem 005E2630 f end=005E2851
|
CGQuestLog__GetQuestLeaderBoardForItem 005E2630 f end=005E2851
|
||||||
|
CGQuestLog__ClearQuest 005DEC10 f end=005DEC3F
|
||||||
|
CGQuestLog__HasNoObjectives 005E10B0 f end=005E11CC
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,6 @@ CGReputationInfo__SortFactions 005D1880 f end=005D1C0C
|
||||||
CGReputationInfo__SetFactionInactive 005D1C10 f end=005D1D1D
|
CGReputationInfo__SetFactionInactive 005D1C10 f end=005D1D1D
|
||||||
CGReputationInfo__CollapseHeader 005D1D20 f end=005D1E43
|
CGReputationInfo__CollapseHeader 005D1D20 f end=005D1E43
|
||||||
CGReputationInfo__OnSetFactionVisible 005D2050 f end=005D209D
|
CGReputationInfo__OnSetFactionVisible 005D2050 f end=005D209D
|
||||||
|
CGReputationInfo__AddHeader 005CFE70 f end=005CFED9
|
||||||
|
CGReputationInfo__AddFactionHeader 005D01F0 f end=005D02E4
|
||||||
|
CGReputationInfo__EnterWorld 005D2BC0 f end=005D2E21
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,6 @@ CGSpellBook__CastSpell 0053BC40 f end=0053BCD9
|
||||||
CGSpellBook__UpdateSpells 0053CA70 f end=0053CEBB
|
CGSpellBook__UpdateSpells 0053CA70 f end=0053CEBB
|
||||||
CGSpellBook__GetShapeshiftForm 0053D4B0 f end=0053D574
|
CGSpellBook__GetShapeshiftForm 0053D4B0 f end=0053D574
|
||||||
CGSpellBook__FindSlotByName 00540650 f end=00540670
|
CGSpellBook__FindSlotByName 00540650 f end=00540670
|
||||||
|
CGSpellBook__IsUnlearnedSpell 0053BE30 f end=0053BE66
|
||||||
|
CGSpellBook__FindSpellByName 0053F5E0 f end=0053F666
|
||||||
SpellIsCallCompanion 008009B0 f end=008009FC
|
SpellIsCallCompanion 008009B0 f end=008009FC
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,9 @@ CGTaxiMap__GetNodeType 00590C70 f end=00590D09
|
||||||
CGTaxiMap__TakeTaxi 005914B0 f end=005915D4
|
CGTaxiMap__TakeTaxi 005914B0 f end=005915D4
|
||||||
CGTaxiMap__TaxiNodeSetCurrent 00591AD0 f end=00591E5D
|
CGTaxiMap__TaxiNodeSetCurrent 00591AD0 f end=00591E5D
|
||||||
CGTaxiMap__SetupMap 005932E0 f end=00593830
|
CGTaxiMap__SetupMap 005932E0 f end=00593830
|
||||||
|
CGTaxiMap__RegisterScriptFunctions 00590750 f end=00590773
|
||||||
|
CGTaxiMap__CloseMap 00590BA0 f end=00590C26
|
||||||
|
CGTaxiMap__LeaveWorld 00591AC0 f end=00591ACA
|
||||||
|
CGTaxiMap__CalculateAccurateDistance 00592580 f end=005926B8
|
||||||
|
CGTaxiMap__RecursePath 005926C0 f end=00592BA1
|
||||||
|
CGTaxiMap__GeneratePaths 00592BB0 f end=00592D01
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,5 @@ CGTutorial__FlagTutorial 00530450 f end=00530503
|
||||||
CGTutorial__TriggerTutorial 00530840 f end=005308CD
|
CGTutorial__TriggerTutorial 00530840 f end=005308CD
|
||||||
CGTutorial__SaveFlaggedTutorials 00530300 f end=00530393
|
CGTutorial__SaveFlaggedTutorials 00530300 f end=00530393
|
||||||
CGTutorial__LoadFlaggedTutorials 005303A0 f end=00530449
|
CGTutorial__LoadFlaggedTutorials 005303A0 f end=00530449
|
||||||
|
CGTutorial__ClearTutorials 00530510 f end=00530622
|
||||||
|
CGTutorial__ResetTutorials 00530630 f end=005306F3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue