修复蜜蜡
This commit is contained in:
55
src/base.h
55
src/base.h
@@ -45,6 +45,7 @@ namespace base
|
||||
const int getCurCharacInvenW = 0x80DA28E;
|
||||
const int _checkItemMovable = 0x0865F1E1;
|
||||
const int getCurCharacInvenR = 0x080DA27E;
|
||||
const int getCurCharacR = 0x08120432;
|
||||
}
|
||||
|
||||
namespace CUser
|
||||
@@ -67,7 +68,7 @@ namespace base
|
||||
const int GetAccountCargo = 0x0822FC22;
|
||||
const int CheckInTrade = 0x080DA2FE;
|
||||
const int IsExistAccountCargo = 0x0822FC30;
|
||||
const int send_itemspace = 0x0865DB6C;
|
||||
const int send_itemspace = 0x0865DB6C;
|
||||
|
||||
}
|
||||
|
||||
@@ -83,6 +84,39 @@ namespace base
|
||||
const int is_stackable = 0x80F12FA;
|
||||
const int IsRoutingItem = 0x08150F18;
|
||||
const int GetAttachType = 0x080F12E2;
|
||||
const int GetCashPrice = 0x0822C856;
|
||||
const int GetDyeInfo = 0x0822C86E;
|
||||
const int GetExpertJobAdditionalExp = 0x0850D30E;
|
||||
const int GetExpertJobCompoundMaterialVariation = 0x0850D292;
|
||||
const int GetExpertJobCompoundRateVariation = 0x0850D2AA;
|
||||
const int GetExpertJobCompoundResultVariation = 0x0850D2C2;
|
||||
const int GetExpertJobSelfDisjointBigWinRate = 0x0850D2DE;
|
||||
const int GetExpertJobSelfDisjointResultVariation = 0x0850D2F6;
|
||||
const int GetFinishPointPrice = 0x0822C83E;
|
||||
const int GetIncreaseStatusIntData = 0x08694658;
|
||||
const int GetIncreaseStatusType = 0x086946B6;
|
||||
const int GetItemIconName = 0x085143EC;
|
||||
const int GetItemName = 0x0811ED82;
|
||||
const int GetMedalPrice = 0x0822C862;
|
||||
const int GetNeedLevel = 0x08545FDA;
|
||||
const int GetNeedMaterial = 0x0850D6F4;
|
||||
const int GetQuestItemDropBouns = 0x08514404;
|
||||
const int GetRandomOptionGrade = 0x0851441C;
|
||||
const int GetSellPrice = 0x08473612;
|
||||
const int GetUpSkillType = 0x08545FCC;
|
||||
const int GetUsablePvPRank = 0x086946C4;
|
||||
const int getAdvanceAltarNeedGage = 0x081347CA;
|
||||
const int getExpirationDate = 0x080F1306;
|
||||
const int getFootControlRateLimit = 0x0850D286;
|
||||
const int getItemGroupName = 0x080F1312;
|
||||
const int getUsableLevel = 0x080F12EE;
|
||||
const int getUsablePeriod = 0x08110C60;
|
||||
const int get_gen_rate = 0x0832E02A;
|
||||
const int get_grade = 0x08110C54;
|
||||
const int get_index = 0x08110C48;
|
||||
const int get_need_skill = 0x0850D27A;
|
||||
const int get_price = 0x0822C84A;
|
||||
const int get_rarity = 0x080F12D6;
|
||||
}
|
||||
|
||||
namespace CEquipItem
|
||||
@@ -97,7 +131,9 @@ namespace base
|
||||
const int getKey = 0x850D14E;
|
||||
const int isEquipableItemType = 0x08150812;
|
||||
const int IsTradeLimitAttachTypeItem = 0x081201DC;
|
||||
const int GetItemSpace = 0x083481E2;
|
||||
const int GetItemSpace = 0x083481E2;
|
||||
const int SetReSealCount = 0x0822B466;
|
||||
const int GetReSealCount = 0x0822B456;
|
||||
|
||||
}
|
||||
|
||||
@@ -115,6 +151,8 @@ namespace base
|
||||
const int gain_money = 0x84FF29C;
|
||||
const int GetInvenRef = 0x84FC1DE;
|
||||
const int GetInvenSlot = 0x084FB918;
|
||||
const int update_item = 0x085000AE;
|
||||
|
||||
}
|
||||
|
||||
namespace DB_UpdateAvatarJewelSlot
|
||||
@@ -133,6 +171,7 @@ namespace base
|
||||
const int get_short = 0x858CFC0;
|
||||
const int get_int = 0x858D27E;
|
||||
const int get_binary = 0x858D3B2;
|
||||
const int copy = 0x0858DCD2;
|
||||
}
|
||||
|
||||
namespace InterfacePacketBuf
|
||||
@@ -274,6 +313,18 @@ namespace base
|
||||
const int Get = 0x081935A2;
|
||||
const int SendDurability = 0x08190416;
|
||||
}
|
||||
|
||||
namespace Dispatcher_ModItemAttr
|
||||
{
|
||||
const int dispatch_sig = 0x08200B08;
|
||||
const int dispatch_sig_hook = 0x08201119; //.text:08201119 cmp eax, 28D14Eh
|
||||
const int dispatch_sig_ret = 0x0820111E; //.text:0820111E ja short loc_820113E
|
||||
const int _SendResult = 0x08201938;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user